fix - carto now requires api keys
This commit is contained in:
parent
9cfec42104
commit
3a3307e190
9 changed files with 100 additions and 6 deletions
|
|
@ -243,7 +243,7 @@ var purplerainTheme = themeAssets{
|
|||
Chart3: "#e879f9",
|
||||
ChartWarn: "#fbbf24",
|
||||
ChartErr: "#fb7185",
|
||||
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: "#a78bfa",
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue