32 lines
845 B
JSON
32 lines
845 B
JSON
{
|
|
"version": 8,
|
|
"name": "CARTO Dark (Legacy)",
|
|
"glyphs": "https://demotiles.maplibre.org/font/{fontstack}/{range}.pbf",
|
|
"sources": {
|
|
"carto-dark": {
|
|
"type": "raster",
|
|
"tiles": [
|
|
"https://a.basemaps.cartocdn.com/dark_all/{z}/{x}/{y}.png",
|
|
"https://b.basemaps.cartocdn.com/dark_all/{z}/{x}/{y}.png",
|
|
"https://c.basemaps.cartocdn.com/dark_all/{z}/{x}/{y}.png",
|
|
"https://d.basemaps.cartocdn.com/dark_all/{z}/{x}/{y}.png"
|
|
],
|
|
"tileSize": 256,
|
|
"attribution": "© OpenStreetMap contributors © CARTO"
|
|
}
|
|
},
|
|
"layers": [
|
|
{
|
|
"id": "background",
|
|
"type": "background",
|
|
"paint": { "background-color": "#0b1020" }
|
|
},
|
|
{
|
|
"id": "carto-dark",
|
|
"type": "raster",
|
|
"source": "carto-dark",
|
|
"paint": { "raster-opacity": 1 }
|
|
}
|
|
]
|
|
}
|