diff --git a/public/assets/sunny-unlabeled.json b/public/assets/sunny-unlabeled.json index 741de827c..7282f36dd 100644 --- a/public/assets/sunny-unlabeled.json +++ b/public/assets/sunny-unlabeled.json @@ -2547,7 +2547,7 @@ ], "paint": { "line-color": "#e0e0e0", - "line-gap-width": [ + "line-width": [ "interpolate", [ "exponential", @@ -2558,8 +2558,10 @@ ], 14, 0, + 18, + 10, 20, - 7 + 16 ] } }, @@ -3149,6 +3151,52 @@ ] } }, + { + "id": "roads_bridges_footway_other", + "type": "line", + "source": "protomaps", + "source-layer": "roads", + "minzoom": 12, + "filter": [ + "all", + [ + "has", + "is_bridge" + ], + [ + "in", + "kind", + "other", + "path" + ], + [ + "==", + "kind_detail", + "footway" + ] + ], + "paint": { + "line-color": "#d46710", + "line-dasharray": [ + 2, + 1 + ], + "line-width": [ + "interpolate", + [ + "exponential", + 1.6 + ], + [ + "zoom" + ], + 14, + 0, + 20, + 7 + ] + } + }, { "id": "roads_bridges_other", "type": "line", diff --git a/public/assets/sunny.json b/public/assets/sunny.json index 4c114c1fc..8c6fe1dbd 100644 --- a/public/assets/sunny.json +++ b/public/assets/sunny.json @@ -2546,7 +2546,7 @@ ], "paint": { "line-color": "#e0e0e0", - "line-gap-width": [ + "line-width": [ "interpolate", [ "exponential", @@ -2557,8 +2557,10 @@ ], 14, 0, + 18, + 10, 20, - 7 + 16 ] } }, @@ -3148,6 +3150,52 @@ ] } }, + { + "id": "roads_bridges_footway_other", + "type": "line", + "source": "protomaps", + "source-layer": "roads", + "minzoom": 12, + "filter": [ + "all", + [ + "has", + "is_bridge" + ], + [ + "in", + "kind", + "other", + "path" + ], + [ + "==", + "kind_detail", + "footway" + ] + ], + "paint": { + "line-color": "#d46710", + "line-dasharray": [ + 2, + 1 + ], + "line-width": [ + "interpolate", + [ + "exponential", + 1.6 + ], + [ + "zoom" + ], + 14, + 0, + 20, + 7 + ] + } + }, { "id": "roads_bridges_other", "type": "line",