diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2026-03-19 18:56:34 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2026-03-19 18:56:34 +0100 |
| commit | bee85bf92aab84087798ffa9f3f16336acef2fce (patch) | |
| tree | 4fc8e2907e6618940cd9bdeb3da1a81172aab459 /src/frontend/public/maps/styles/openfreemap-light.json | |
| parent | fed5d57b9e5d3df7c34bccb7a120bfa274b2039a (diff) | |
Basic backoffice for alert management
Diffstat (limited to 'src/frontend/public/maps/styles/openfreemap-light.json')
| -rw-r--r-- | src/frontend/public/maps/styles/openfreemap-light.json | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/src/frontend/public/maps/styles/openfreemap-light.json b/src/frontend/public/maps/styles/openfreemap-light.json index 18053f6..5598237 100644 --- a/src/frontend/public/maps/styles/openfreemap-light.json +++ b/src/frontend/public/maps/styles/openfreemap-light.json @@ -4,10 +4,6 @@ "openmaptiles": { "type": "vector", "url": "https://enmarcha.app/ofm/planet" - }, - "vigo_traffic": { - "type": "geojson", - "data": "/api/traffic" } }, "sprite": "https://enmarcha.app/ofm/sprites/ofm_f384/ofm", @@ -6943,64 +6939,6 @@ "text-halo-color": "#fff", "text-halo-width": 1 } - }, - { - "id": "vigo_traffic", - "type": "line", - "source": "vigo_traffic", - "layout": {}, - "paint": { - "line-opacity": [ - "interpolate", - [ - "linear" - ], - [ - "zoom" - ], - 0, - 1, - 14, - 1, - 16, - 0.8, - 18, - 0.6, - 22, - 0.6 - ], - "line-color": [ - "match", - [ - "get", - "style" - ], - "#CONGESTION", - "hsl(70.7 100% 38%)", - "#MUYDENSO", - "hsl(36.49 100% 50%)", - "#DENSO", - "hsl(47.61 100% 49%)", - "#FLUIDO", - "hsl(83.9 100% 40%)", - "#MUYFLUIDO", - "hsl(161.25 100% 42%)", - "hsl(0.0 0% 0%)" - ], - "line-width": [ - "interpolate", - [ - "linear" - ], - [ - "zoom" - ], - 14, - 2, - 18, - 4 - ] - } } ] } |
