Skip to content

Commit

Permalink
Fix trunk link minzoom (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
wipfli authored Mar 1, 2025
1 parent c9ddcfa commit 90abe15
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ public void processOsm(SourceFeature sf, FeatureCollector features) {
minZoomShieldText = 10;
} else if (highway.equals("trunk_link")) {
minZoomShieldText = 12;
minZoom = hasOverride ? 7 : 6;
} else {
minZoomShieldText = 13;
}
Expand Down

0 comments on commit 90abe15

Please sign in to comment.