-
Notifications
You must be signed in to change notification settings - Fork 362
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
map not visible #865
Comments
Hi, we depend on |
From what I see the problem is just a typo double slash, '//tiles/' in the Strava URLs on basemaps.py#199 and further:
So https://heatmap-external-a.strava.com/tiles/all/hot/10/163/393.png will render but |
And geopandas/xyzservices#85 (the more |
Thanks for reporting. So it might only be a matter of updating the docs. We maybe need to update the stable branch. |
Rebuilding now |
Not too familiar how xyzservices is used, thought it was WIP via PR #857. |
Indeed. I thought the xyzservices PR was merged and released, but it is still open #857. So yeah we need to finish this or fix the basemaps temporarily. |
I can make a PR to update https://github.com/jupyter-widgets/ipyleaflet/blob/master/ipyleaflet/basemaps.py#L199. |
…URLs Simply replace `'...com//tiles/...'` by `'...com//tiles/...'` in Strava URLs
Fix for #865 : remove double slashes from Strava tile-URLs
thanks! |
hi, i was looking at your work on https://ipyleaflet.readthedocs.io/en/latest/api_reference/basemaps.html#
with basemaps, specifically, and noticed all your Strava maps were greyed out. There was a note box that suggested reaching out on here if that situation occured on the site.
As a side note, im interested to see what it produces! Is it a way of plotting streets and drivable routes?
The text was updated successfully, but these errors were encountered: