Skip to content

Commit

Permalink
Revised rendering of natural=valley
Browse files Browse the repository at this point in the history
Using a similar pattern to [natural=ridge and natural=arete](osmandapp#470).
  • Loading branch information
Ircama committed Dec 10, 2017
1 parent 5d112f2 commit b846668
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions rendering_styles/default.render.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5405,15 +5405,14 @@
<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"/>
<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" />
<case minzoom="14" textSize="20" />
<case minzoom="13" textSize="18" />
<case minzoom="12" textSize="16" />
<case minzoom="11" textSize="15" />
<case minzoom="10" textSize="14" />
<case minzoom="9" textSize="13" />
<case minzoom="8" textSize="12" />
<switch tag="natural" value="valley" textOnPath="true" textColor="#356B25" textHaloRadius="5" 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="13" textSize="12" tag="natural" value="gorge" textOnPath="true" textOrder="44" textDy="0"/>
<case minzoom="13" textSize="12" tag="natural" value="couloir" textOnPath="true" textOrder="44" textDy="0"/>
Expand Down

0 comments on commit b846668

Please sign in to comment.