From 12a64142edf72579a8f492c56e764cfa15ae6235 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Mon, 20 Apr 2026 11:30:44 +0200 Subject: Actualizar cosas, traer de vuelta tráfico de Vigo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../public/maps/styles/openfreemap-light.json | 172 ++++----------------- 1 file changed, 26 insertions(+), 146 deletions(-) (limited to 'src/frontend/public') diff --git a/src/frontend/public/maps/styles/openfreemap-light.json b/src/frontend/public/maps/styles/openfreemap-light.json index 5598237..8a41549 100644 --- a/src/frontend/public/maps/styles/openfreemap-light.json +++ b/src/frontend/public/maps/styles/openfreemap-light.json @@ -13,7 +13,7 @@ "id": "background", "type": "background", "paint": { - "background-color": "#f8f4f0" + "background-color": "#f0f4f7" } }, { @@ -875,7 +875,7 @@ 16, 1 ], - "fill-outline-color": "#dfdbd7" + "fill-outline-color": "#E0CCB8" } }, { @@ -2418,6 +2418,14 @@ ], true, false + ], + [ + "!=", + [ + "get", + "service" + ], + "driveway" ] ], "layout": { @@ -2765,69 +2773,6 @@ ] } }, - { - "id": "highway-path", - "type": "line", - "source": "openmaptiles", - "source-layer": "transportation", - "filter": [ - "all", - [ - "match", - [ - "geometry-type" - ], - [ - "LineString", - "MultiLineString" - ], - true, - false - ], - [ - "match", - [ - "get", - "brunnel" - ], - [ - "bridge", - "tunnel" - ], - false, - true - ], - [ - "==", - [ - "get", - "class" - ], - "path" - ] - ], - "paint": { - "line-color": "#cba", - "line-dasharray": [ - 1.5, - 0.75 - ], - "line-width": [ - "interpolate", - [ - "exponential", - 1.2 - ], - [ - "zoom" - ], - 15, - 1.2, - 20, - 4 - ] - } - }, { "id": "highway-motorway-link", "type": "line", @@ -3003,6 +2948,14 @@ ], true, false + ], + [ + "!=", + [ + "get", + "service" + ], + "driveway" ] ], "layout": { @@ -4942,6 +4895,14 @@ ], true, false + ], + [ + "!=", + [ + "get", + "service" + ], + "driveway" ] ], "layout": { @@ -6172,87 +6133,6 @@ "text-halo-width": 1 } }, - { - "id": "label_other", - "type": "symbol", - "source": "openmaptiles", - "source-layer": "place", - "minzoom": 8, - "filter": [ - "match", - [ - "get", - "class" - ], - [ - "city", - "continent", - "country", - "state", - "town", - "village" - ], - false, - true - ], - "layout": { - "text-field": [ - "case", - [ - "has", - "name:nonlatin" - ], - [ - "concat", - [ - "get", - "name:latin" - ], - "\n", - [ - "get", - "name:nonlatin" - ] - ], - [ - "coalesce", - [ - "get", - "name_en" - ], - [ - "get", - "name" - ] - ] - ], - "text-font": [ - "Noto Sans Italic" - ], - "text-letter-spacing": 0.1, - "text-max-width": 9, - "text-size": [ - "interpolate", - [ - "linear" - ], - [ - "zoom" - ], - 8, - 9, - 12, - 10 - ], - "text-transform": "uppercase" - }, - "paint": { - "text-color": "#333", - "text-halo-blur": 1, - "text-halo-color": "#fff", - "text-halo-width": 1 - } - }, { "id": "label_village", "type": "symbol", -- cgit v1.3