Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -672,32 +672,6 @@


<order>
<!-- This block copied from default.render, only for visibility of motorway_junction labels -->
<switch>
<switch area="false" point="true" objectType="1" order="128">
<switch>

<!-- Override default.render's suppression of motorway_junction labels in default profile -->
<switch maxzoom="16" tag="highway" value="motorway_junction">
<case baseAppMode="default" order="128"/>
<case baseAppMode="bicycle" order="-1"/>
<case baseAppMode="pedestrian" order="-1"/>
</switch>

<apply_if hideOverground="true" minzoom="15">
<apply_if layer="0" order="-1"/>
<apply_if layer="1" order="-1"/>
<apply_if layer="2" order="-1"/>
<apply_if layer="3" order="-1"/>
</apply_if>
<apply_if hideUnderground="true">
<apply_if layer="-1" order="-1"/>
<apply_if additional="indoor=yes" order="-1"/>
<apply_if additional="covered=yes" order="-1"/>
</apply_if>
</switch>
</switch>
</switch>
</order>


Expand Down
1 change: 0 additions & 1 deletion rendering_styles/default.render.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3065,7 +3065,6 @@
<case value="height_restrictor"/>
</switch>
<switch maxzoom="16" order="-1" tag="highway" value="motorway_junction">
<case baseAppMode="default"/>
<case baseAppMode="bicycle"/>
<case baseAppMode="pedestrian"/>
</switch>
Expand Down
Loading