Added smoking area preset

This commit is contained in:
Benoit Costamagna
2018-01-23 16:51:26 +01:00
parent 6570365413
commit c5b0d940c8
5 changed files with 51 additions and 0 deletions
+4
View File
@@ -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
+19
View File
@@ -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"
}
+4
View File
@@ -507,6 +507,10 @@
"key": "amenity",
"value": "shower"
},
{
"key": "amenity",
"value": "smoking_area"
},
{
"key": "amenity",
"value": "social_facility"
+4
View File
@@ -3144,6 +3144,10 @@
"name": "Shower",
"terms": "rain closet"
},
"amenity/smoking_area": {
"name": "Smoking Area",
"terms": ""
},
"amenity/social_facility": {
"name": "Social Facility",
"terms": ""