Skip to content

Commit 7dda23a

Browse files
committed
Show oneway arrows at low zooms for that lens
1 parent 6eb7a77 commit 7dda23a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: js/styleGenerator.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ export function generateStyle(baseStyleJsonString, travelMode, lens) {
709709
"duration": 0,
710710
"delay": 0
711711
},
712-
"minzoom": 12,
712+
"minzoom": lens === "oneway" ? 4 : 12,
713713
"layout": {
714714
"icon-padding": 2,
715715
"icon-size": [

0 commit comments

Comments
 (0)