mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Allotments + landuse order
This commit is contained in:
parent
a43c7c9d0d
commit
fc365405cf
@ -9,14 +9,35 @@
|
|||||||
<area fill="#f1f0e5"/>
|
<area fill="#f1f0e5"/>
|
||||||
</rule>
|
</rule>
|
||||||
|
|
||||||
<!-- Landuse & natural areas -->
|
<!-- Natural areas -->
|
||||||
<rule e="way" closed="yes" k="leisure" v="park" zoom-min="10">
|
<rule e="way" closed="yes" k="natural" v="wood" zoom-min="10">
|
||||||
|
<area fill="#cadfaf"/>
|
||||||
|
</rule>
|
||||||
|
<rule e="way" closed="yes" k="natural" v="scrub" zoom-min="10">
|
||||||
|
<area fill="#e4efcf"/>
|
||||||
|
</rule>
|
||||||
|
<rule e="way" closed="yes" k="natural" v="beach" zoom-min="10">
|
||||||
|
<area fill="#fff3c7"/>
|
||||||
|
</rule>
|
||||||
|
|
||||||
|
<rule e="way" closed="yes" k="natural" v="rock|stone|bare_rock|bedrock" zoom-min="14">
|
||||||
|
<area fill="#60000000"/>
|
||||||
|
</rule>
|
||||||
|
<rule e="way" closed="yes" k="natural" v="glacier" zoom-min="12">
|
||||||
|
<area fill="#ddf1fd"/>
|
||||||
|
</rule>
|
||||||
|
|
||||||
|
<!-- Landuse -->
|
||||||
|
<rule e="way" closed="yes" k="leisure" v="park|garden" zoom-min="10">
|
||||||
<area fill="#cadfaf"/>
|
<area fill="#cadfaf"/>
|
||||||
</rule>
|
</rule>
|
||||||
|
|
||||||
<rule e="way" closed="yes" k="landuse" v="construction|quarry|industrial|farm|farmyard" zoom-min="10">
|
<rule e="way" closed="yes" k="landuse" v="construction|quarry|industrial|farm|farmyard" zoom-min="10">
|
||||||
<area fill="#d6d4ce"/>
|
<area fill="#d6d4ce"/>
|
||||||
</rule>
|
</rule>
|
||||||
|
<rule e="way" closed="yes" k="landuse" v="allotments" zoom-min="10">
|
||||||
|
<area fill="#f0e7d5"/>
|
||||||
|
</rule>
|
||||||
|
|
||||||
<rule e="way" closed="yes" k="landuse" v="comercial|residential|retail" zoom-min="10">
|
<rule e="way" closed="yes" k="landuse" v="comercial|residential|retail" zoom-min="10">
|
||||||
<area fill="#e6e2d9"/>
|
<area fill="#e6e2d9"/>
|
||||||
@ -34,23 +55,6 @@
|
|||||||
<area src=":/patterns/vineyard.svg" symbol-width="28" symbol-height="32"/>
|
<area src=":/patterns/vineyard.svg" symbol-width="28" symbol-height="32"/>
|
||||||
</rule>
|
</rule>
|
||||||
|
|
||||||
<rule e="way" closed="yes" k="natural" v="wood" zoom-min="10">
|
|
||||||
<area fill="#cadfaf"/>
|
|
||||||
</rule>
|
|
||||||
<rule e="way" closed="yes" k="natural" v="scrub" zoom-min="10">
|
|
||||||
<area fill="#e4efcf"/>
|
|
||||||
</rule>
|
|
||||||
<rule e="way" closed="yes" k="natural" v="beach" zoom-min="10">
|
|
||||||
<area fill="#fff3c7"/>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule e="way" closed="yes" k="natural" v="rock|stone|bare_rock|bedrock" zoom-min="14">
|
|
||||||
<area fill="#60000000"/>
|
|
||||||
</rule>
|
|
||||||
<rule e="way" closed="yes" k="natural" v="glacier" zoom-min="12">
|
|
||||||
<area fill="#ddf1fd"/>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<!-- Hillshading -->
|
<!-- Hillshading -->
|
||||||
<hillshading zoom-min="10" zoom-max="16"/>
|
<hillshading zoom-min="10" zoom-max="16"/>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user