mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 23:14:47 +02:00
Added smoking area preset
This commit is contained in:
@@ -2183,6 +2183,10 @@ en:
|
||||
name: Shower
|
||||
# 'terms: rain closet'
|
||||
terms: '<translate with synonyms or related terms for ''Shower'', separated by commas>'
|
||||
amenity/smoking_area:
|
||||
# amenity=smoking_area
|
||||
name: Smoking Area
|
||||
terms: '<translate with synonyms or related terms for ''Smoking Area'', separated by commas>'
|
||||
amenity/social_facility:
|
||||
# amenity=social_facility
|
||||
name: Social Facility
|
||||
|
||||
@@ -2817,6 +2817,25 @@
|
||||
},
|
||||
"name": "Shower"
|
||||
},
|
||||
"amenity/smoking_area": {
|
||||
"fields": [
|
||||
"name",
|
||||
"shelter",
|
||||
"bin",
|
||||
"bench",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"terms": [],
|
||||
"tags": {
|
||||
"amenity": "smoking_area"
|
||||
},
|
||||
"name": "Smoking Area"
|
||||
},
|
||||
"amenity/social_facility": {
|
||||
"icon": "poi-social-facility",
|
||||
"fields": [
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"fields": [
|
||||
"name",
|
||||
"shelter",
|
||||
"bin",
|
||||
"bench",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "smoking_area"
|
||||
},
|
||||
"name": "Smoking Area"
|
||||
}
|
||||
@@ -507,6 +507,10 @@
|
||||
"key": "amenity",
|
||||
"value": "shower"
|
||||
},
|
||||
{
|
||||
"key": "amenity",
|
||||
"value": "smoking_area"
|
||||
},
|
||||
{
|
||||
"key": "amenity",
|
||||
"value": "social_facility"
|
||||
|
||||
Vendored
+4
@@ -3144,6 +3144,10 @@
|
||||
"name": "Shower",
|
||||
"terms": "rain closet"
|
||||
},
|
||||
"amenity/smoking_area": {
|
||||
"name": "Smoking Area",
|
||||
"terms": ""
|
||||
},
|
||||
"amenity/social_facility": {
|
||||
"name": "Social Facility",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user