mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Bunkers
This commit is contained in:
parent
81751a2564
commit
6b0a08ae91
@ -1023,4 +1023,10 @@
|
||||
</rule>
|
||||
</rule>
|
||||
|
||||
<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" priority="-5"/>
|
||||
<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"/>
|
||||
</rule>
|
||||
</rule>
|
||||
</rendertheme>
|
||||
|
@ -6,6 +6,7 @@
|
||||
|
||||
<!-- Common map stuff -->
|
||||
<qresource prefix="/symbols">
|
||||
<file alias="bunker.svg">icons/map/symbols/bunker.svg</file>
|
||||
<file alias="cliff.svg">icons/map/symbols/cliff.svg</file>
|
||||
<file alias="exit.svg">icons/map/symbols/exit.svg</file>
|
||||
<file alias="flow.svg">icons/map/symbols/flow.svg</file>
|
||||
|
10
icons/map/symbols/bunker.svg
Normal file
10
icons/map/symbols/bunker.svg
Normal file
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg viewBox="0 0 11 9" height="9" width="11" version="1.1">
|
||||
<g stroke-width="1.5" stroke="#000000" fill="none">
|
||||
<rect x="2" y="2" width="7" height="5"/>
|
||||
<line x1="0" y1="0" x2="2" y2="2"/>
|
||||
<line x1="11" y1="0" x2="9" y2="2"/>
|
||||
<line x1="0" y1="9" x2="2" y2="7"/>
|
||||
<line x1="11" y1="9" x2="9" y2="7"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 363 B |
Loading…
Reference in New Issue
Block a user