mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-01 02:23:45 +00:00
[classif] Adds leisure=firepit
- Used OSM carto's icon , its similar to outdoor icons in OM , same color as red icons in OM (eg : emergency-phone-m.svg) - priority & icon rendering similar to amenity=bbq Signed-off-by: hemanggs <hemangmanhas@gmail.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
5092113459
commit
31d065846a
@@ -1083,6 +1083,7 @@ node|z18-[man_made=water_tower],
|
||||
node|z18-[man_made=tower],
|
||||
node|z18-[amenity=bbq],
|
||||
area|z18-[amenity=bbq],
|
||||
node|z18-[leisure=firepit],
|
||||
node|z18-[amenity=brothel],
|
||||
area|z18-[amenity=brothel],
|
||||
node|z18-[amenity=stripclub],
|
||||
@@ -1849,6 +1850,9 @@ node|z18-[amenity=bbq],
|
||||
area|z18-[amenity=bbq]
|
||||
{icon-image: bbq-m.svg;font-size: 11;}
|
||||
|
||||
node|z18-[leisure=firepit],
|
||||
{icon-image: firepit-m.svg;font-size: 11;}
|
||||
|
||||
node|z18-[man_made=survey_point],
|
||||
{icon-image: survey_point-m.svg;font-size: 11;}
|
||||
|
||||
|
||||
@@ -1170,6 +1170,7 @@ office # icon z18- (also has captio
|
||||
shop # icon z18- (also has caption(optional) z18-)
|
||||
=== 470
|
||||
|
||||
leisure-firepit
|
||||
amenity-bbq # icon z18- (also has caption(optional) z18-)
|
||||
amenity-public_bookcase # icon z18- (also has caption(optional) z18-)
|
||||
cemetery-grave # icon z17- (also has caption(optional) z17-)
|
||||
@@ -2095,6 +2096,7 @@ leisure-swimming_pool-private # icon z17- (also has captio
|
||||
# shop # caption(optional) z18- (also has icon z18-)
|
||||
# === -9530
|
||||
|
||||
# leisure-firepit
|
||||
# amenity-bbq # caption(optional) z18- (also has icon z18-)
|
||||
# amenity-public_bookcase # caption(optional) z18- (also has icon z18-)
|
||||
# cemetery-grave # caption(optional) z17- (also has icon z17-)
|
||||
|
||||
Reference in New Issue
Block a user