You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I work with geopandas 1.0.1 and contextily 1.6.0. I tried to add a basemap using contextily, but with no success, even when switching the source via cx.providers. Note that I usually do this with folium or plotly without issue. Nevertheless, I am on my professional computer, so a firewall issue would not surprise me.
The depicted error after ax.add_basemap(...) :
ConnectTimeout: HTTPSConnectionPool(host='tile.openstreetmap.org', port=443): Max retries exceeded with url: /9/257/175.png (Caused by ConnectTimeoutError(, 'Connection to tile.openstreetmap.org timed out. (connect timeout=None)'))
Regards,
The text was updated successfully, but these errors were encountered:
Hello,
I work with geopandas 1.0.1 and contextily 1.6.0. I tried to add a basemap using contextily, but with no success, even when switching the source via cx.providers. Note that I usually do this with folium or plotly without issue. Nevertheless, I am on my professional computer, so a firewall issue would not surprise me.
The depicted error after ax.add_basemap(...) :
ConnectTimeout: HTTPSConnectionPool(host='tile.openstreetmap.org', port=443): Max retries exceeded with url: /9/257/175.png (Caused by ConnectTimeoutError(, 'Connection to tile.openstreetmap.org timed out. (connect timeout=None)'))
Regards,
The text was updated successfully, but these errors were encountered: