mirror of
https://github.com/FliegendeWurst/OsmAnd-custom-render-xml.git
synced 2024-11-09 19:00:45 +00:00
26 lines
487 B
XML
26 lines
487 B
XML
|
<renderingStyle name="Hiking" depends="Touring-view_(more-contrast-and-details)" defaultColor="#f1eae4" version="1">
|
||
|
|
||
|
<renderingProperty attr="hideCliffs" name="Cliffs" description="Hide cliffs"
|
||
|
type="boolean" possibleValues="" category="hide"/>
|
||
|
|
||
|
<order>
|
||
|
<switch>
|
||
|
<case tag="natural" value="cliff">
|
||
|
<apply_if hideCliffs="true" order="-1"/>
|
||
|
</case>
|
||
|
</switch>
|
||
|
</order>
|
||
|
|
||
|
<text>
|
||
|
</text>
|
||
|
|
||
|
<point>
|
||
|
</point>
|
||
|
|
||
|
<polygon>
|
||
|
</polygon>
|
||
|
|
||
|
<line>
|
||
|
</line>
|
||
|
</renderingStyle>
|