aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/public/maps/styles/carto-dark.json
diff options
context:
space:
mode:
authorCopilot <198982749+Copilot@users.noreply.github.com>2025-06-26 23:44:25 +0200
committerGitHub <noreply@github.com>2025-06-26 23:44:25 +0200
commit7b8594debceb93a1fa400d48fe1dcff943bd5af6 (patch)
tree73e68c7238a91d8931d669364d395ce2994164f4 /src/frontend/public/maps/styles/carto-dark.json
parent3dac17a9fb54c977c97280ed4c482e9d4266b7de (diff)
Implement stop sheet modal for map stop interactions (#27)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com> Co-authored-by: Ariel Costas Guerrero <ariel@costas.dev>
Diffstat (limited to 'src/frontend/public/maps/styles/carto-dark.json')
-rw-r--r--src/frontend/public/maps/styles/carto-dark.json59
1 files changed, 29 insertions, 30 deletions
diff --git a/src/frontend/public/maps/styles/carto-dark.json b/src/frontend/public/maps/styles/carto-dark.json
index b3af6e7..dbaa515 100644
--- a/src/frontend/public/maps/styles/carto-dark.json
+++ b/src/frontend/public/maps/styles/carto-dark.json
@@ -1,33 +1,32 @@
{
- "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
- }
+ "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"
+ }
},
- "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"
+ {
+ "id": "raster",
+ "type": "raster",
+ "source": "carto",
+ "minzoom": 0,
+ "maxzoom": 22
+ }
+ ],
+ "sprite": "/maps/spritesheet/sprite",
+ "glyphs": "/maps/fonts/{fontstack}/{range}.pbf"
}