forked from organicmaps/organicmaps
[styles] Add amenity=public_bookcase icon
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
This commit is contained in:
parent
38d22b5ec9
commit
749594360a
4 changed files with 18 additions and 1 deletions
|
@ -1021,6 +1021,8 @@ node|z18-[amenity=brothel],
|
|||
area|z18-[amenity=brothel],
|
||||
node|z18-[amenity=stripclub],
|
||||
area|z18-[amenity=stripclub],
|
||||
node|z18-[amenity=public_bookcase],
|
||||
area|z18-[amenity=public_bookcase],
|
||||
node|z19-[power=substation],
|
||||
area|z19-[power=substation],
|
||||
node|z18-[tourism],
|
||||
|
@ -1727,6 +1729,10 @@ area|z18-[amenity=bbq]
|
|||
node|z16-[man_made=survey_point]
|
||||
{icon-image: survey_point-m.svg;font-size: 11;}
|
||||
|
||||
node|z18-[amenity=public_bookcase],
|
||||
area|z18-[amenity=public_bookcase]
|
||||
{icon-image: bookcase-m.svg;font-size: 11;}
|
||||
|
||||
/* 6. SHOP */
|
||||
|
||||
node|z16-[amenity=marketplace],
|
||||
|
|
|
@ -1170,7 +1170,7 @@ shop-wholesale # icon z18- (also has captio
|
|||
|
||||
amenity-bbq # icon z18- (also has caption(optional) z18-)
|
||||
amenity-internet_cafe # icon z18- (also has caption(optional) z19-)
|
||||
amenity-public_bookcase # caption z19-
|
||||
amenity-public_bookcase # icon z18- (also has caption(optional) z18-)
|
||||
amenity-toilets # icon z18- (also has caption(optional) z18-)
|
||||
craft-handicraft # icon z18- (also has caption(optional) z18-)
|
||||
craft-hvac # icon z18- (also has caption(optional) z18-)
|
||||
|
@ -2039,6 +2039,7 @@ amenity-parking_entrance-private # WARNING: no style defined
|
|||
|
||||
# amenity-bbq # caption(optional) z18- (also has icon z18-)
|
||||
# amenity-internet_cafe # caption(optional) z19- (also has icon z18-)
|
||||
# amenity-public_bookcase # caption(optional) z18- (also has icon z18-)
|
||||
# amenity-toilets # caption(optional) z18- (also has icon z18-)
|
||||
# craft-handicraft # caption(optional) z18- (also has icon z18-)
|
||||
# craft-hvac # caption(optional) z18- (also has icon z18-)
|
||||
|
|
5
data/styles/clear/style-clear/symbols/bookcase-m.svg
Normal file
5
data/styles/clear/style-clear/symbols/bookcase-m.svg
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M 21.1429,7.7741 12,3.3407 2.8571,7.7741" fill="none" stroke="#717065" stroke-linecap="round" stroke-width="2"/>
|
||||
<path d="m11.937 11.052s-3-2.5714-6-0.42857v9.4286c3-2.1429 6 0 6 0s3-2.1429 6 0v-9.4286c-3-2.1429-6 0.42857-6 0.42857zm0 0v9" fill="none" stroke="#717065" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
</svg>
|
After Width: | Height: | Size: 467 B |
5
data/styles/clear/style-night/symbols/bookcase-m.svg
Normal file
5
data/styles/clear/style-night/symbols/bookcase-m.svg
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M 21.1429,7.7741 12,3.3407 2.8571,7.7741" fill="none" fill-rule="evenodd" stroke="#777777" stroke-linecap="round" stroke-width="2"/>
|
||||
<path d="m11.937 11.052s-3-2.5714-6-0.42857v9.4286c3-2.1429 6 0 6 0s3-2.1429 6 0v-9.4286c-3-2.1429-6 0.42857-6 0.42857zm0 0v9" fill="none" stroke="#777777" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
</svg>
|
After Width: | Height: | Size: 487 B |
Loading…
Add table
Reference in a new issue