1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-23 19:25:54 +01:00

Show the suburbs on lower zooms

This commit is contained in:
Martin Tůma 2024-11-23 09:43:53 +01:00
parent 6b0a08ae91
commit c1eca4eacf

View File

@ -569,8 +569,13 @@
</rule> </rule>
</rule> </rule>
</rule> </rule>
<rule e="node" k="place" v="suburb" zoom-min="15" zoom-max="17"> <rule e="node" k="place" v="suburb">
<caption fill="#000000" font-size="16" k="name" priority="25" stroke="#FFFFFF" stroke-width="2"/> <rule e="node" k="*" v="*" zoom-min="12" zoom-max="13">
<caption fill="#000000" font-size="14" k="name" priority="25" stroke="#FFFFFF" stroke-width="2"/>
</rule>
<rule e="node" k="*" v="*" zoom-min="14" zoom-max="17">
<caption fill="#000000" font-size="16" k="name" priority="25" stroke="#FFFFFF" stroke-width="2"/>
</rule>
</rule> </rule>
<!-- Nature POIs --> <!-- Nature POIs -->