Cliff hide option, based on touring view

This commit is contained in:
FliegendeWurst 2022-06-17 15:51:13 +02:00
commit 1bf42c26a1
2 changed files with 27 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*.render.xml
!hiking.render.xml

25
hiking.render.xml Normal file
View 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>