fix - carto now requires api keys
This commit is contained in:
parent
9cfec42104
commit
3a3307e190
9 changed files with 100 additions and 6 deletions
|
|
@ -258,7 +258,7 @@ var cyberpunkTheme = themeAssets{
|
|||
Chart3: "#ff00c8",
|
||||
ChartWarn: "#ffcc00",
|
||||
ChartErr: "#ff4444",
|
||||
MapTileURL: "https://{s}.basemaps.cartocdn.com/dark_all/{z}/{x}/{y}{r}.png",
|
||||
MapTileURL: "https://basemaps.cartocdn.com/rastertiles/dark_all/{z}/{x}/{y}{r}.png",
|
||||
MapAttribution: `© <a href="https://carto.com/">CARTO</a>`,
|
||||
MarkerColor: "#ff00c8",
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue