Skip to content

Commit

Permalink
Revised text attributes and size of natural=ridge and natural=arete
Browse files Browse the repository at this point in the history
Removed rendering of polylines.
  • Loading branch information
Ircama committed Dec 10, 2017
1 parent 5d112f2 commit 44f6149
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions rendering_styles/default.render.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5403,7 +5403,15 @@
<apply_if minzoom="15" engine_v1="true" textDy="-1"/>
</case>
<case minzoom="16" textSize="12" tag="natural" value="cave_entrance" textOrder="236"/>
<case minzoom="6" textSize="12" tag="natural" value="ridge" textOnPath="true" textDy="0" textOrder="43"/>
<switch tag="natural" value="ridge" textOnPath="true" textDy="0" textOrder="43">
<case minzoom="17" textSize="20" />
<case minzoom="16" textSize="18" />
<case minzoom="15" textSize="16" />
<case minzoom="14" textSize="14" />
<case moreDetailed="true" minzoom="13" textSize="13" />
<case moreDetailed="true" minzoom="12" textSize="11" />
<case moreDetailed="true" minzoom="6" textSize="10" />
</switch>
<case minzoom="16" textSize="12" tag="natural" value="cliff" textOnPath="true" textHaloRadius="3" textDy="0" textOrder="43"/>
<switch tag="natural" value="valley" textOnPath="true" textColor="#356B25" textHaloRadius="3" textDy="0" textOrder="10">
<case minzoom="15" textSize="22" />
Expand Down Expand Up @@ -10525,14 +10533,9 @@
<apply minzoom="17" maxzoom="17" strokeWidth_2="4:4" pathEffect_2="1_9"/>
<apply minzoom="18" strokeWidth_2="5.5:5.5" pathEffect_2="1_13"/>
</switch>
<case minzoom="11" tag="natural" value="ridge" color="#666666" color_2="#000000">
<case maxzoom="11" strokeWidth="0.4"/>
<case maxzoom="12" strokeWidth="0.5"/>
<case maxzoom="13" strokeWidth="0.8" strokeWidth_2="1.1:1.1" pathEffect_2="1_23"/>
<case maxzoom="14" strokeWidth="1" strokeWidth_2="1.5:1.5" pathEffect_2="1_27"/>
<case maxzoom="15" strokeWidth="1.3:1.3" strokeWidth_2="1.7:1.7" pathEffect_2="1_32"/>
<case minzoom="16" strokeWidth="1.5:1.5" strokeWidth_2="1.8:1.8" pathEffect_2="1_37"/>
<case minzoom="6" tag="natural" value="ridge" color="#666666" color_2="#000000" strokeWidth="0.2">
<apply_if nightMode="true" color="#666666" color_2="#999999"/>
<apply_if minzoom="11" color="$null" color_2="$null"/>
</case>
<switch minzoom="11">
<case tag="natural" value="crater"/>
Expand Down Expand Up @@ -11258,6 +11261,7 @@

<switch minzoom="8" strokeWidth="0.1" color="$null">
<case tag="natural" value="valley"/>
<case tag="natural" value="ridge"/>
</switch>
<switch>
<case minzoom="14" tag="waterway" value="drystream"/>
Expand Down

0 comments on commit 44f6149

Please sign in to comment.