mirror of
https://github.com/FliegendeWurst/OsmAnd-custom-render-xml.git
synced 2024-11-09 10:50:40 +00:00
Cliff hide option, based on touring view
This commit is contained in:
commit
1bf42c26a1
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
*.render.xml
|
||||||
|
!hiking.render.xml
|
25
hiking.render.xml
Normal file
25
hiking.render.xml
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
<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>
|
Loading…
Reference in New Issue
Block a user