1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-03-25 07:48:26 +01:00

Do not draw special type buildings multiple times.

Use the new "exclude" rule to improve performance by not drawing
the civic/church buildings multipe times.
This commit is contained in:
Martin Tůma 2025-03-19 01:38:04 +01:00
parent cf84680bc6
commit 381ab1516d

View File

@ -214,9 +214,10 @@
</rule>
<!-- Buildings -->
<rule e="way" k="building" v="*">
<rule e="way" k="building" v="-|civic|cathedral|church|basilica">
<area fill="#dbd0b6" stroke="#cdccc4" stroke-width="0.1"/>
</rule>
<rule e="way" k="building" v="civic">
<area fill="#cfc4b3" stroke="#cdccc4" stroke-width="0.1"/>
<rule e="way" k="*" v="*" zoom-min="16">