What's Changed
Added
MAP_CARTO_API_KEYsends a CARTO basemaps API key with every basemap request, as CARTO's terms now require. Keys are free; see the README.
Fixed
- The map and the geo-logs map now show the CARTO and OpenStreetMap attribution that both licenses require. It was hidden before. The pill collapses to an info button on click or drag, and that state is remembered in the browser.
Map tiles
The map draws its basemap from CARTO, using
OpenStreetMap data. CARTO's terms require every deployment to send its own
API key. Keys are free for up to five million tile requests a month;
request one at carto.com/basemaps/apikey
and set:
MAP_CARTO_API_KEY=<your-key>The key is sent to the browser and appended to every basemap request, so
treat it as public. Without a key the map still loads today, but CARTO may
watermark or refuse keyless tiles at any time.
The map shows the CARTO and OpenStreetMap attribution in its corner. Keep
it visible; both licenses require it.
Full Changelog: v0.14.1...v0.14.2