diff --git a/tasks/enduro-trails/prototype/static/index.html b/tasks/enduro-trails/prototype/static/index.html index cf4a840..9b090a6 100644 --- a/tasks/enduro-trails/prototype/static/index.html +++ b/tasks/enduro-trails/prototype/static/index.html @@ -9,7 +9,7 @@ - + @@ -100,6 +100,6 @@ - + diff --git a/tasks/enduro-trails/prototype/static/style.json b/tasks/enduro-trails/prototype/static/style.json index f712a7d..8286f63 100644 --- a/tasks/enduro-trails/prototype/static/style.json +++ b/tasks/enduro-trails/prototype/static/style.json @@ -48,9 +48,9 @@ "paint": { "line-color": "#bbbbbb", "line-width": ["interpolate", ["linear"], ["zoom"], 8, 0.5, 10, 1, 14, 2], - "line-opacity": 0.35 + "line-opacity": 0.0 }, - "layout": { "line-cap": "round", "line-join": "round" } + "layout": { "line-cap": "round", "line-join": "round", "visibility": "none" } }, { "id": "trails-track", @@ -82,10 +82,10 @@ "minzoom": 8, "filter": ["in", "highway", "path", "bridleway", "footway"], "paint": { - "line-color": "#cc9900", - "line-width": ["interpolate", ["linear"], ["zoom"], 7, 0.5, 10, 1, 12, 1.5, 16, 3], - "line-opacity": 0.8, - "line-dasharray": [2, 1.5] + "line-color": "#cc0000", + "line-width": ["interpolate", ["linear"], ["zoom"], 7, 0.5, 10, 1.5, 12, 2, 16, 3], + "line-opacity": 0.85, + "line-dasharray": [3, 2] }, "layout": { "line-cap": "butt", "line-join": "round" } },