diff options
Diffstat (limited to 'src/frontend/public/maps/styles/openfreemap-dark.json')
| -rw-r--r-- | src/frontend/public/maps/styles/openfreemap-dark.json | 28 |
1 files changed, 16 insertions, 12 deletions
diff --git a/src/frontend/public/maps/styles/openfreemap-dark.json b/src/frontend/public/maps/styles/openfreemap-dark.json index 2803f1a..eb9cd25 100644 --- a/src/frontend/public/maps/styles/openfreemap-dark.json +++ b/src/frontend/public/maps/styles/openfreemap-dark.json @@ -3344,13 +3344,22 @@ "paint": { "line-opacity": [ "interpolate", - ["linear"], - ["get", "zoom"], - 0, 1, - 14, 1, - 16, 0.8, - 18, 0.6, - 22, 0.6 + [ + "linear" + ], + [ + "zoom" + ], + 0, + 1, + 14, + 1, + 16, + 0.8, + 18, + 0.6, + 22, + 0.6 ], "line-color": [ "match", @@ -3360,19 +3369,14 @@ ], "#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": [ |
