This repository has been archived on 2026-02-06. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
serengo/static/map-styles/dark-matter.json
2025-12-16 16:23:42 +01:00

25 lines
669 B
JSON

{
"version": 8,
"name": "Dark Matter",
"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": "&copy; <a href=\"https://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors &copy; <a href=\"https://carto.com/attributions\">CARTO</a>"
}
},
"layers": [
{
"id": "carto-dark-layer",
"type": "raster",
"source": "carto-dark"
}
]
}