aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/public/maps/styles/carto-dark.json
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-11-17 16:39:48 +0100
committerAriel Costas Guerrero <ariel@costas.dev>2025-11-17 16:39:48 +0100
commitef86a09ee8d8fc287b382cf9092af8726b44ceae (patch)
tree448b493d80a63137a9d42c0ca0cd2fa643e810e0 /src/frontend/public/maps/styles/carto-dark.json
parent4b9c57dc6547d0c9d105ac3767dcc90da758a25d (diff)
Drop support for Santiago de Compostela, add collection script
Diffstat (limited to 'src/frontend/public/maps/styles/carto-dark.json')
-rw-r--r--src/frontend/public/maps/styles/carto-dark.json32
1 files changed, 0 insertions, 32 deletions
diff --git a/src/frontend/public/maps/styles/carto-dark.json b/src/frontend/public/maps/styles/carto-dark.json
deleted file mode 100644
index dbaa515..0000000
--- a/src/frontend/public/maps/styles/carto-dark.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "version": 8,
- "name": "Light",
- "sources": {
- "carto": {
- "type": "raster",
- "tiles": ["https://d.basemaps.cartocdn.com/dark_all/{z}/{x}/{y}.png"],
- "attribution": "&copy; <a href=\"https://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors, &copy; <a href=\"https://carto.com/attributions\">CARTO</a>",
- "tileSize": 256,
- "maxzoom": 22,
- "minzoom": 0
- }
- },
- "layers": [
- {
- "id": "background",
- "type": "background",
- "paint": {
- "background-color": "#f0f0f0"
- }
- },
- {
- "id": "raster",
- "type": "raster",
- "source": "carto",
- "minzoom": 0,
- "maxzoom": 22
- }
- ],
- "sprite": "/maps/spritesheet/sprite",
- "glyphs": "/maps/fonts/{fontstack}/{range}.pbf"
-}