1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 03:35:53 +01:00

Label min/max zooms adjustments

This commit is contained in:
Martin Tůma 2024-11-17 18:19:20 +01:00
parent fb0c8c8b76
commit 93bc3bb107

View File

@ -185,18 +185,14 @@
<!-- Area overlays --> <!-- Area overlays -->
<rule e="way" k="landuse" v="military" zoom-min="10"> <rule e="way" k="landuse" v="military" zoom-min="10">
<area src=":/patterns/military-area.svg" symbol-height="32"/> <area src=":/patterns/military-area.svg" symbol-height="32"/>
<rule e="way" k="military" v="range|base|airfield|training_area" zoom-max="16">
<caption fill="#ff4040" font-size="10" font-style="italic" text-transform="uppercase" k="name" stroke="#ffffff" stroke-width="1"/> <caption fill="#ff4040" font-size="10" font-style="italic" text-transform="uppercase" k="name" stroke="#ffffff" stroke-width="1"/>
</rule> </rule>
</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">
<rule e="way" k="protect_class" v="pr_2"> <rule e="way" k="protect_class" v="pr_2">
<area src=":/patterns/nature-reserve.svg" symbol-height="32"/> <area src=":/patterns/nature-reserve.svg" symbol-height="32"/>
<rule e="way" k="*" v="*" zoom-max="16">
<caption fill="#9ac269" font-size="10" font-style="italic" text-transform="uppercase" k="name" stroke="#ffffff" stroke-width="1"/> <caption fill="#9ac269" font-size="10" font-style="italic" text-transform="uppercase" k="name" stroke="#ffffff" stroke-width="1"/>
</rule> </rule>
</rule> </rule>
</rule>
<!-- Buildings --> <!-- Buildings -->
<rule e="way" k="building" v="*"> <rule e="way" k="building" v="*">
@ -204,12 +200,16 @@
</rule> </rule>
<rule e="way" k="building" v="civic"> <rule e="way" k="building" v="civic">
<area fill="#cfc4b3" stroke="#cdccc4" stroke-width="0.1"/> <area fill="#cfc4b3" stroke="#cdccc4" stroke-width="0.1"/>
<rule e="way" k="*" v="*" zoom-min="16">
<caption fill="#000000" font-size="10" font-style="italic" k="name" stroke="#FFFFFF" stroke-width="1"/> <caption fill="#000000" font-size="10" font-style="italic" k="name" stroke="#FFFFFF" stroke-width="1"/>
</rule> </rule>
</rule>
<rule e="way" k="building" v="cathedral|church|basilica"> <rule e="way" k="building" v="cathedral|church|basilica">
<area fill="#a19d96" stroke="#cdccc4" stroke-width="0.1"/> <area fill="#a19d96" stroke="#cdccc4" stroke-width="0.1"/>
<rule e="way" k="*" v="*" zoom-min="16">
<caption fill="#000000" font-size="10" font-style="italic" k="name" stroke="#FFFFFF" stroke-width="1"/> <caption fill="#000000" font-size="10" font-style="italic" k="name" stroke="#FFFFFF" stroke-width="1"/>
</rule> </rule>
</rule>
<rule e="any" k="addr:housenumber" v="*" zoom-min="19"> <rule e="any" k="addr:housenumber" v="*" zoom-min="19">
<caption fill="#aaaaaa" font-size="9" k="addr:housenumber" priority="-100"/> <caption fill="#aaaaaa" font-size="9" k="addr:housenumber" priority="-100"/>