-
Notifications
You must be signed in to change notification settings - Fork 361
Added support for xyzservices tile providers as basemaps #857
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is exactly the kind of PR we were hoping for when we started building xyzservices
:):
The missing providers will be added in geopandas/xyzservices#83 and we can cut a release shortly after that if that helps. I am just not sure if Strava works at all.
Thanks a lot for playing with us :).
Thanks for doing this! |
I have released |
Signed-off-by: Kharude, Sachin <[email protected]>
Signed-off-by: Kharude, Sachin <[email protected]>
Signed-off-by: Kharude, Sachin <[email protected]>
Signed-off-by: Kharude, Sachin <[email protected]>
b741cb5
to
abe8d4b
Compare
Rebased |
Thanks a lot for this PR! The docs don't build, but it's not due to this PR so let's ignore it. |
Signed-off-by: Kharude, Sachin [email protected]
This PR will resolve #854
I have tested all basemaps.
The below basemaps will not work at the moment as they are not defined in xyzservices providers:
Map(basemap=basemaps.OpenStreetMap.BlackAndWhite, center=center, zoom=zoom)
Map(basemap=basemaps.Gaode.Normal, center=center, zoom=zoom)
Map(basemap=basemaps.Gaode.Satellite, center=center, zoom=zoom)
Map(basemap=basemaps.NASAGIBS.ModisTerraBands721CR, center=center, zoom=zoom)
Map(basemap=basemaps.NASAGIBS.ModisAquaTrueColorCR, center=center, zoom=zoom)
Map(basemap=basemaps.NASAGIBS.ModisAquaBands721CR, center=center, zoom=zoom)
Map(basemap=basemaps.NASAGIBS.ViirsTrueColorCR, center=center, zoom=zoom)
Map(basemap=basemaps.Strava.Ride, center=center, zoom=zoom)
Map(basemap=basemaps.Strava.Run, center=center, zoom=zoom)
Map(basemap=basemaps.Strava.Water, center=center, zoom=zoom)
Map(basemap=basemaps.Strava.Winter, center=center, zoom=zoom)