1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-04-20 12:19:11 +02:00

Compare commits

..

No commits in common. "38486e594b40b4193294a920a65f3ff946df49d0" and "a11ba0487c63d9a03deed2d05b1f67dbb5de48de" have entirely different histories.

3 changed files with 2 additions and 16 deletions

View File

@ -187,12 +187,9 @@
<line stroke="#c9d3a5" stroke-width="0.3"/> <line stroke="#c9d3a5" stroke-width="0.3"/>
<line stroke="#e3edc6" stroke-width="0.2"/> <line stroke="#e3edc6" stroke-width="0.2"/>
</rule> </rule>
<rule e="way" closed="yes" k="leisure" v="swimming_pool" zoom-min="12"> <rule e="way" closed="yes" k="leisure" v="swimming_pool" zoom-min="10">
<area fill="#9fc4e1" stroke="#4398d9" stroke-width="1" scale="none"/> <area fill="#9fc4e1" stroke="#4398d9" stroke-width="1" scale="none"/>
</rule> </rule>
<rule e="way" closed="yes" k="amenity" v="fountain" zoom-min="12">
<area fill="#9fc4e1"/>
</rule>
<!-- Area overlays --> <!-- Area overlays -->
<rule e="way" k="landuse" v="military" zoom-min="10"> <rule e="way" k="landuse" v="military" zoom-min="10">
@ -1092,17 +1089,11 @@
</rule> </rule>
<rule e="any" k="military" v="bunker|bunker_disused" zoom-min="17"> <rule e="any" k="military" v="bunker|bunker_disused" zoom-min="17">
<symbol id="bunker" src=":/symbols/bunker.svg" symbol-width="11" symbol-height="9"/> <symbol id="bunker" src=":/symbols/bunker.svg" symbol-width="11" symbol-height="9" priority="-5"/>
<rule e="any" k="*" v="*" zoom-min="18"> <rule e="any" k="*" v="*" zoom-min="18">
<caption fill="#000000" font-size="10" font-style="italic" k="name" stroke="#FFFFFF" stroke-width="2" symbol-id="bunker"/> <caption fill="#000000" font-size="10" font-style="italic" k="name" stroke="#FFFFFF" stroke-width="2" symbol-id="bunker"/>
</rule> </rule>
</rule> </rule>
<rule e="any" k="historic" v="wayside_cross|wayside_shrine" zoom-min="17">
<symbol id="wayside-cross" src=":/symbols/cross.svg" symbol-width="6" symbol-height="8"/>
<rule e="any" k="*" v="*" zoom-min="18">
<caption fill="#000000" font-size="10" font-style="italic" k="name" stroke="#FFFFFF" stroke-width="2" symbol-id="wayside-cross"/>
</rule>
</rule>
<rule e="any" k="power" v="plant" zoom-min="15"> <rule e="any" k="power" v="plant" zoom-min="15">
<caption fill="#000000" font-size="10" font-style="italic" k="name" stroke="#FFFFFF" stroke-width="2" priority="1"/> <caption fill="#000000" font-size="10" font-style="italic" k="name" stroke="#FFFFFF" stroke-width="2" priority="1"/>

View File

@ -8,7 +8,6 @@
<qresource prefix="/symbols"> <qresource prefix="/symbols">
<file alias="bunker.svg">icons/map/symbols/bunker.svg</file> <file alias="bunker.svg">icons/map/symbols/bunker.svg</file>
<file alias="cliff.svg">icons/map/symbols/cliff.svg</file> <file alias="cliff.svg">icons/map/symbols/cliff.svg</file>
<file alias="cross.svg">icons/map/symbols/cross.svg</file>
<file alias="exit.svg">icons/map/symbols/exit.svg</file> <file alias="exit.svg">icons/map/symbols/exit.svg</file>
<file alias="flow.svg">icons/map/symbols/flow.svg</file> <file alias="flow.svg">icons/map/symbols/flow.svg</file>
<file alias="oneway.svg">icons/map/symbols/oneway.svg</file> <file alias="oneway.svg">icons/map/symbols/oneway.svg</file>

View File

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="6" height="8" version="1.1" viewBox="0 0 6 8">
<path d="M 0.5,3 L 5.5,3 M 3,0.5 L 3,7.5" stroke="#000000" stroke-width="1"/>
</svg>

Before

Width:  |  Height:  |  Size: 184 B