1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 03:35:53 +01:00

Bicycle shops

This commit is contained in:
Martin Tůma 2024-11-16 17:18:56 +01:00
parent ec19a50162
commit 48c9907d77
3 changed files with 11 additions and 0 deletions

View File

@ -816,5 +816,11 @@
<caption fill="#000000" font-size="10" font-style="italic" k="name" stroke="#FFFFFF" stroke-width="1" symbol-id="pharmacy"/> <caption fill="#000000" font-size="10" font-style="italic" k="name" stroke="#FFFFFF" stroke-width="1" symbol-id="pharmacy"/>
</rule> </rule>
</rule> </rule>
<rule e="any" k="shop" v="bicycle" zoom-min="16">
<symbol id="bikeshop" src=":/POI/bicycle-11.svg" symbol-width="11" priority="-5"/>
<rule e="any" k="*" v="*" zoom-min="17">
<caption fill="#000000" font-size="10" font-style="italic" k="name" stroke="#FFFFFF" stroke-width="1" symbol-id="bikeshop"/>
</rule>
</rule>
</rendertheme> </rendertheme>

View File

@ -25,6 +25,7 @@
<file alias="bbq-11.svg">icons/map/POI/bbq-11.svg</file> <file alias="bbq-11.svg">icons/map/POI/bbq-11.svg</file>
<file alias="beach-11.svg">icons/map/POI/beach-11.svg</file> <file alias="beach-11.svg">icons/map/POI/beach-11.svg</file>
<file alias="beer-11.svg">icons/map/POI/beer-11.svg</file> <file alias="beer-11.svg">icons/map/POI/beer-11.svg</file>
<file alias="bicycle-11.svg">icons/map/POI/bicycle-11.svg</file>
<file alias="bowling-alley-11.svg">icons/map/POI/bowling-alley-11.svg</file> <file alias="bowling-alley-11.svg">icons/map/POI/bowling-alley-11.svg</file>
<file alias="building-alt1-11.svg">icons/map/POI/building-alt1-11.svg</file> <file alias="building-alt1-11.svg">icons/map/POI/building-alt1-11.svg</file>
<file alias="bridge-11.svg">icons/map/POI/bridge-11.svg</file> <file alias="bridge-11.svg">icons/map/POI/bridge-11.svg</file>

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" id="bicycle-11" xmlns="http://www.w3.org/2000/svg" width="11px" height="11px" viewBox="0 0 11 11">
<path id="path4804" d="&#xA;&#x9;M6.5,1.5c-0.6761-0.01-0.6761,1.0096,0,1H7V3.211L4.252,4.7813L3.7383,3.5h0.7148c0.6761,0.01,0.6761-1.0096,0-1H2.4258&#xA;&#x9;c-0.6761-0.01-0.6761,1.0096,0,1h0.2344l0.4316,1.0781C2.9011,4.5311,2.7047,4.5001,2.5,4.5001c-1.3748,0-2.5,1.1252-2.5,2.5&#xA;&#x9;s1.1252,2.5,2.5,2.5S5,8.3748,5,7.0001c0-0.4713-0.1399-0.9078-0.3691-1.2852l2.4707-1.4121L7.5039,4.711&#xA;&#x9;C6.6216,5.0981,6,5.9792,6,7.0001c0,1.3748,1.1252,2.5,2.5,2.5s2.5-1.1252,2.5-2.5c0-1.2959-1.0034-2.3575-2.2695-2.4766L8,3.793V2&#xA;&#x9;c0-0.2761-0.2239-0.5-0.5-0.5H6.5z M2.5,5.5C3.3344,5.5,4,6.1657,4,7S3.3344,8.5,2.5,8.5S1,7.8344,1,7S1.6656,5.5,2.5,5.5z&#xA;&#x9; M8.4551,5.504h0.002c0.0299,0.003,0.06,0.003,0.0898,0C9.3587,5.5289,10,6.1818,10,7.0001c0,0.8344-0.6656,1.5-1.5,1.5&#xA;&#x9;S7,7.8345,7,7.0001C7,6.1811,7.6424,5.5279,8.4551,5.504L8.4551,5.504z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB