Switch map tiles from CartoDB positron to OpenStreetMap (no API key)
CartoDB's positron basemap now renders an "API KEY REQUIRED" watermark. Use tiles="OpenStreetMap" via a new MAP_TILES constant instead. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -2,6 +2,14 @@
|
||||
|
||||
Notable changes to the app. Newest first.
|
||||
|
||||
## 2026-09-07 — map tiles switched to OpenStreetMap
|
||||
|
||||
`folium.Map(tiles="CartoDB positron")` began showing an "API KEY REQUIRED"
|
||||
watermark (Carto moved its basemaps behind a key). Switched to
|
||||
`tiles="OpenStreetMap"` via a new `MAP_TILES` constant — no key required. OSM
|
||||
standard tiles are more colourful than positron was; `MAP_TILES` makes swapping
|
||||
the provider a one-line change.
|
||||
|
||||
## 2026-09-07 — UI/UX pass
|
||||
|
||||
A round of usability improvements aimed at the non-technical user
|
||||
|
||||
Reference in New Issue
Block a user