Skip to content

Commit

Permalink
stop road links from disappearing z < 12 [#53] (#57)
Browse files Browse the repository at this point in the history
* stop road links from disappearing z < 12 [#53]

* set pmap:link for all zoom levels [#53]
  • Loading branch information
bdon authored Jul 12, 2023
1 parent 7a0f950 commit c7aab17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public void processFeature(SourceFeature sourceFeature, FeatureCollector feature

if (sourceFeature.hasTag("highway", "motorway_link", "trunk_link", "primary_link", "secondary_link",
"tertiary_link")) {
feat.setAttr("pmap:link", 1).setZoomRange(12, 15);
feat.setAttr("pmap:link", 1);
}

if (sourceFeature.hasTag("bridge", "yes")) {
Expand Down

0 comments on commit c7aab17

Please sign in to comment.