mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Hamlets/locality zoom adjustment
This commit is contained in:
parent
a9de6d9655
commit
57476bbe08
@ -512,10 +512,13 @@
|
||||
</rule>
|
||||
|
||||
<!-- Town & vilage names -->
|
||||
<rule e="node" k="place" v="locality" zoom-min="12">
|
||||
<rule e="node" k="place" v="locality" zoom-min="14">
|
||||
<caption fill="#000000" font-size="10" k="name" priority="10" stroke="#FFFFFF" stroke-width="1"/>
|
||||
</rule>
|
||||
<rule e="node" k="place" v="village|hamlet" zoom-min="11">
|
||||
<rule e="node" k="place" v="hamlet" zoom-min="12">
|
||||
<caption fill="#000000" font-size="12" k="name" priority="20" stroke="#FFFFFF" stroke-width="1"/>
|
||||
</rule>
|
||||
<rule e="node" k="place" v="village" zoom-min="11">
|
||||
<caption fill="#000000" font-size="12" k="name" priority="20" stroke="#FFFFFF" stroke-width="1"/>
|
||||
</rule>
|
||||
<rule e="node" k="place" v="town" zoom-min="9">
|
||||
|
Loading…
Reference in New Issue
Block a user