Merge pull request #4257 from openstreetmap/showerpre

Adding shower preset
This commit is contained in:
JamesKingdom
2017-08-21 22:10:08 +01:00
committed by GitHub
5 changed files with 57 additions and 0 deletions

View File

@@ -1958,6 +1958,11 @@ en:
name: Shelter
# 'terms: lean-to,gazebo,picnic'
terms: '<translate with synonyms or related terms for ''Shelter'', separated by commas>'
amenity/shower:
# amenity=shower
name: Shower
# 'terms: gelato'
terms: '<translate with synonyms or related terms for ''Shower'', separated by commas>'
amenity/social_facility:
# amenity=social_facility
name: Social Facility

View File

@@ -2565,6 +2565,28 @@
},
"name": "Shelter"
},
"amenity/shower": {
"icon": "water",
"fields": [
"operator",
"opening_hours",
"fee",
"supervised",
"building_area"
],
"geometry": [
"point",
"vertex",
"area"
],
"terms": [
"gelato"
],
"tags": {
"amenity": "shower"
},
"name": "Shower"
},
"amenity/social_facility": {
"icon": "poi-social-facility",
"fields": [

View File

@@ -0,0 +1,22 @@
{
"icon": "water",
"fields": [
"operator",
"opening_hours",
"fee",
"supervised",
"building_area"
],
"geometry": [
"point",
"vertex",
"area"
],
"terms": [
"rain closet"
],
"tags": {
"amenity": "shower"
},
"name": "Shower"
}

View File

@@ -479,6 +479,10 @@
"key": "amenity",
"value": "shelter"
},
{
"key": "amenity",
"value": "shower"
},
{
"key": "amenity",
"value": "social_facility"

View File

@@ -2765,6 +2765,10 @@
"name": "Shelter",
"terms": "lean-to,gazebo,picnic"
},
"amenity/shower": {
"name": "Shower",
"terms": "gelato"
},
"amenity/social_facility": {
"name": "Social Facility",
"terms": ""