aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/public/maps
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
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')
-rw-r--r--src/frontend/public/maps/spritesheet/sprite.json16
-rw-r--r--src/frontend/public/maps/spritesheet/sprite@2x.json16
-rw-r--r--src/frontend/public/maps/styles/carto-dark.json59
-rw-r--r--src/frontend/public/maps/styles/carto-light.json61
4 files changed, 76 insertions, 76 deletions
diff --git a/src/frontend/public/maps/spritesheet/sprite.json b/src/frontend/public/maps/spritesheet/sprite.json
index 96b0971..044886e 100644
--- a/src/frontend/public/maps/spritesheet/sprite.json
+++ b/src/frontend/public/maps/spritesheet/sprite.json
@@ -1,10 +1,10 @@
{
- "stop": {
- "id": "stop",
- "x": 0,
- "y": 0,
- "width": 32,
- "height": 32,
- "pixelRatio": 1
- }
+ "stop": {
+ "id": "stop",
+ "x": 0,
+ "y": 0,
+ "width": 32,
+ "height": 32,
+ "pixelRatio": 1
+ }
}
diff --git a/src/frontend/public/maps/spritesheet/sprite@2x.json b/src/frontend/public/maps/spritesheet/sprite@2x.json
index 37a2fbe..2a58c5f 100644
--- a/src/frontend/public/maps/spritesheet/sprite@2x.json
+++ b/src/frontend/public/maps/spritesheet/sprite@2x.json
@@ -1,10 +1,10 @@
{
- "stop": {
- "id": "stop",
- "x": 0,
- "y": 0,
- "width": 64,
- "height": 64,
- "pixelRatio": 2
- }
+ "stop": {
+ "id": "stop",
+ "x": 0,
+ "y": 0,
+ "width": 64,
+ "height": 64,
+ "pixelRatio": 2
+ }
}
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"
}
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": "&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/rastertiles/voyager/{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"
}