This commit is contained in:
2025-12-16 16:23:42 +01:00
parent 20b567446e
commit 200c761648
3 changed files with 77 additions and 20 deletions

View File

@@ -0,0 +1,24 @@
{
"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"
}
]
}

View File

@@ -0,0 +1,24 @@
{
"version": 8,
"name": "Positron (Light)",
"sources": {
"carto-light": {
"type": "raster",
"tiles": [
"https://a.basemaps.cartocdn.com/light_all/{z}/{x}/{y}.png",
"https://b.basemaps.cartocdn.com/light_all/{z}/{x}/{y}.png",
"https://c.basemaps.cartocdn.com/light_all/{z}/{x}/{y}.png",
"https://d.basemaps.cartocdn.com/light_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-light-layer",
"type": "raster",
"source": "carto-light"
}
]
}