From 7b8594debceb93a1fa400d48fe1dcff943bd5af6 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Jun 2025 23:44:25 +0200 Subject: 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 --- src/frontend/public/maps/styles/carto-light.json | 61 ++++++++++++------------ 1 file changed, 31 insertions(+), 30 deletions(-) (limited to 'src/frontend/public/maps/styles/carto-light.json') diff --git a/src/frontend/public/maps/styles/carto-light.json b/src/frontend/public/maps/styles/carto-light.json index 957386e..563af6d 100644 --- a/src/frontend/public/maps/styles/carto-light.json +++ b/src/frontend/public/maps/styles/carto-light.json @@ -1,33 +1,34 @@ { - "version": 8, - "name": "Light", - "sources": { - "carto": { - "type": "raster", - "tiles": ["https://d.basemaps.cartocdn.com/rastertiles/voyager/{z}/{x}/{y}.png"], - "attribution": "© OpenStreetMap contributors, © CARTO", - "tileSize": 256, - "maxzoom": 22, - "minzoom": 0 - } + "version": 8, + "name": "Light", + "sources": { + "carto": { + "type": "raster", + "tiles": [ + "https://d.basemaps.cartocdn.com/rastertiles/voyager/{z}/{x}/{y}.png" + ], + "attribution": "© OpenStreetMap contributors, © CARTO", + "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" } -- cgit v1.3