Add more terms to Transit Shelter preset (close #6381)

This commit is contained in:
Quincy Morgan
2019-05-18 11:52:30 -04:00
parent 936822849a
commit 3f628294c0
4 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -3083,7 +3083,7 @@ en:
amenity/shelter/public_transport:
# 'amenity=shelter, shelter_type=public_transport'
name: Transit Shelter
# 'terms: bus stop,metro stop,waiting'
# 'terms: bus stop,metro stop,public transit shelter,public transport shelter,tram stop shelter,waiting'
terms: '<translate with synonyms or related terms for ''Transit Shelter'', separated by commas>'
amenity/shower:
# amenity=shower
+1 -1
View File
@@ -192,7 +192,7 @@
"amenity/shelter/gazebo": {"icon": "maki-shelter", "fields": ["name", "building_area", "bench", "lit"], "geometry": ["point", "area"], "tags": {"amenity": "shelter", "shelter_type": "gazebo"}, "name": "Gazebo"},
"amenity/shelter/lean_to": {"icon": "maki-shelter", "fields": ["name", "operator", "building_area"], "geometry": ["point", "area"], "tags": {"amenity": "shelter", "shelter_type": "lean_to"}, "name": "Lean-To"},
"amenity/shelter/picnic_shelter": {"icon": "maki-shelter", "fields": ["name", "shelter_type", "building_area", "lit", "bin"], "geometry": ["point", "area"], "tags": {"amenity": "shelter", "shelter_type": "picnic_shelter"}, "reference": {"key": "shelter_type", "value": "picnic_shelter"}, "terms": ["pavilion"], "name": "Picnic Shelter"},
"amenity/shelter/public_transport": {"icon": "maki-shelter", "fields": ["name", "shelter_type", "building_area", "bench", "lit"], "geometry": ["point", "area"], "terms": ["bus stop", "metro stop", "waiting"], "tags": {"amenity": "shelter", "shelter_type": "public_transport"}, "reference": {"key": "shelter_type", "value": "public_transport"}, "name": "Transit Shelter"},
"amenity/shelter/public_transport": {"icon": "maki-shelter", "fields": ["name", "shelter_type", "building_area", "bench", "lit"], "geometry": ["point", "area"], "terms": ["bus stop", "metro stop", "public transit shelter", "public transport shelter", "tram stop shelter", "waiting"], "tags": {"amenity": "shelter", "shelter_type": "public_transport"}, "reference": {"key": "shelter_type", "value": "public_transport"}, "name": "Transit Shelter"},
"amenity/shower": {"icon": "fas-shower", "fields": ["opening_hours", "access_simple", "fee", "payment_multi_fee", "supervised", "building_area", "wheelchair"], "moreFields": ["address", "operator", "gender"], "geometry": ["point", "vertex", "area"], "terms": ["rain closet"], "tags": {"amenity": "shower"}, "name": "Shower"},
"amenity/smoking_area": {"icon": "fas-smoking", "fields": ["name", "shelter", "bin", "bench", "opening_hours"], "moreFields": ["lit", "wheelchair", "covered"], "geometry": ["point", "vertex", "area"], "terms": [], "tags": {"amenity": "smoking_area"}, "name": "Smoking Area"},
"amenity/social_centre": {"icon": "fas-handshake", "fields": ["name", "operator", "address", "building_area"], "moreFields": ["air_conditioning", "email", "fax", "internet_access", "internet_access/fee", "internet_access/ssid", "phone", "website", "wheelchair"], "geometry": ["point", "area"], "terms": ["event", "fraternal", "fraternity", "hall", "organization", "professional", "society", "sorority", "union", "vetern"], "tags": {"amenity": "social_centre"}, "name": "Social Center"},
@@ -14,6 +14,9 @@
"terms": [
"bus stop",
"metro stop",
"public transit shelter",
"public transport shelter",
"tram stop shelter",
"waiting"
],
"tags": {
+1 -1
View File
@@ -5043,7 +5043,7 @@
},
"amenity/shelter/public_transport": {
"name": "Transit Shelter",
"terms": "bus stop,metro stop,waiting"
"terms": "bus stop,metro stop,public transit shelter,public transport shelter,tram stop shelter,waiting"
},
"amenity/shower": {
"name": "Shower",