Files
Shadowbroker/frontend/public/map-style.json
T
anoracleofra-code 6281085045 Initial commit: ShadowBroker v1.0
Former-commit-id: 3b8912a8f67efd51c08cc6f4c77d43266b8fdc1b
2026-03-04 21:13:34 -07:00

26 lines
737 B
JSON

{
"version": 8,
"glyphs": "/fonts/{fontstack}/{range}.pbf",
"sources": {
"carto-dark": {
"type": "raster",
"tiles": [
"https://a.basemaps.cartocdn.com/dark_all/{z}/{x}/{y}@2x.png",
"https://b.basemaps.cartocdn.com/dark_all/{z}/{x}/{y}@2x.png",
"https://c.basemaps.cartocdn.com/dark_all/{z}/{x}/{y}@2x.png",
"https://d.basemaps.cartocdn.com/dark_all/{z}/{x}/{y}@2x.png"
],
"tileSize": 256
}
},
"layers": [
{
"id": "carto-dark-layer",
"type": "raster",
"source": "carto-dark",
"minzoom": 0,
"maxzoom": 22
}
]
}