Skip to content

Commit

Permalink
Show oneway arrows at low zooms for that lens
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Mar 4, 2025
1 parent 6eb7a77 commit 7dda23a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/styleGenerator.js
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ export function generateStyle(baseStyleJsonString, travelMode, lens) {
"duration": 0,
"delay": 0
},
"minzoom": 12,
"minzoom": lens === "oneway" ? 4 : 12,
"layout": {
"icon-padding": 2,
"icon-size": [
Expand Down

0 comments on commit 7dda23a

Please sign in to comment.