geopandas icon indicating copy to clipboard operation
geopandas copied to clipboard

Don't override map_kwds zoom levels

Open kapoor1992 opened this issue 2 years ago • 1 comments

This closes #2325 to prevent zoom levels in map_kwds from being overridden.

kapoor1992 avatar Oct 16 '22 08:10 kapoor1992

Conda build failures seem sporadic and unrelated...

kapoor1992 avatar Oct 16 '22 08:10 kapoor1992

Conda build failures seem sporadic and unrelated...

They are - there are issues with 39-latest-conda-forge.yaml at moment with a bit on chat on gitter

Change looks ok - but I would expect a test case in test_explore.py as this is a behaviour change (from incorrect to correct). I would expect this is quite simple using _fetch_map_string() helper function. need to check for expected zoom levels

rraymondgh avatar Oct 17 '22 14:10 rraymondgh

Hey @rraymondgh, thanks for the tip. I went ahead and added three tests instead of just the one (only min, only max, and both). Hope this works.

kapoor1992 avatar Oct 18 '22 00:10 kapoor1992

@martinfleis, mind giving this one a look?

kapoor1992 avatar Oct 20 '22 20:10 kapoor1992

@m-richards or @jorisvandenbossche, any of you available to give this a look please?

kapoor1992 avatar Nov 21 '22 22:11 kapoor1992

@kapoor1992 sorry, this completely slipped of my radar. Can you update this branch from main and ensure that all tests are green?

martinfleis avatar Nov 21 '22 22:11 martinfleis

Hey @martinfleis, I updated the branch and everything's been re-ran. The only failure is unrelated to the change here (and I see it in other PRs). Does this look fine to you?

kapoor1992 avatar Nov 21 '22 22:11 kapoor1992

@martinfleis or @m-richards, mind giving this a look? It was updated.

kapoor1992 avatar Nov 28 '22 15:11 kapoor1992

Hey @m-richards, is the changelog entry something you'll be taking on or shall I? The current version in main has no newest version number for the next release and there's no date, and I'm not familiar with the process on this repository for adding a placeholder release (or even if we do) to the changelog.

kapoor1992 avatar Dec 04 '22 19:12 kapoor1992

Hey @m-richards, is the changelog entry something you'll be taking on or shall I? The current version in main has no newest version number for the next release and there's no date, and I'm not familiar with the process on this repository for adding a placeholder release (or even if we do) to the changelog.

Ah sorry, didn't realise we have no template at rhe moment. I can add an entry if that's easier.

m-richards avatar Dec 04 '22 20:12 m-richards

@m-richards good to know that we can have a placeholder. I went ahead and added a new section to the changelog in this PR with a TBD date, hope it looks alright!

kapoor1992 avatar Dec 05 '22 01:12 kapoor1992

@martinfleis and @m-richards, is there anything else I need to do here or will someone take care of the merge when the time is right? Just hoping I don't need to refresh from main again :)

kapoor1992 avatar Dec 17 '22 05:12 kapoor1992

Hey @kapoor1992, thanks for checking in, nothing needed from you. In principle there's nothing stopping this from being merged, the ci failure is unrelated, but ideally #2637 would be resolved and we'd fix the CI checks before merging this. I'm happy to re-merge this back up to date with origin/main myself if we need to when it this does actually get merged.

m-richards avatar Dec 17 '22 06:12 m-richards

Thanks @kapoor1992!

martinfleis avatar Jan 04 '23 17:01 martinfleis