Skip to content

Commit

Permalink
National parks adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
tumic0 committed Nov 17, 2024
1 parent 57476bb commit 5943ac2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions data/style/style.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,12 @@
<area src=":/patterns/military-area.svg" symbol-height="32"/>
<caption fill="#ff4040" font-size="10" font-style="italic" text-transform="uppercase" k="name" stroke="#ffffff" stroke-width="1"/>
</rule>
<rule e="way" k="boundary" v="protected_area|national_park" zoom-min="10">
<rule e="way" k="boundary" v="protected_area|national_park" zoom-min="10" zoom-max="14">
<rule e="way" k="protect_class" v="pr_2">
<area src=":/patterns/nature-reserve.svg" symbol-height="32"/>
<caption fill="#9ac269" font-size="10" font-style="italic" text-transform="uppercase" k="name" stroke="#ffffff" stroke-width="1"/>
<rule e="way" k="*" v="*" zoom-max="12">
<caption fill="#9ac269" font-size="10" font-style="italic" text-transform="uppercase" k="name" stroke="#ffffff" stroke-width="1"/>
</rule>
</rule>
</rule>

Expand Down

0 comments on commit 5943ac2

Please sign in to comment.