fix - carto now requires api keys
All checks were successful
Release / tag (push) Successful in 2s
Release / build-and-release (push) Successful in 13s

This commit is contained in:
mr0xb 2026-08-26 22:41:52 -04:00
commit 3a3307e190
9 changed files with 100 additions and 6 deletions

View file

@ -241,7 +241,7 @@ var cactusTheme = themeAssets{
Chart3: "#e0956b",
ChartWarn: "#d99a3d",
ChartErr: "#c96a5b",
MapTileURL: "https://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}{r}.png",
MapTileURL: "https://basemaps.cartocdn.com/rastertiles/light_all/{z}/{x}/{y}{r}.png",
MapAttribution: `&copy; <a href="https://carto.com/">CARTO</a>`,
MarkerColor: "#e0956b",
}