add presets to amenity=food_court and amenity=crematorium

This commit is contained in:
samely
2016-11-26 13:03:08 -05:00
parent cc648d8eba
commit c51c170797
6 changed files with 115 additions and 0 deletions

View File

@@ -1421,6 +1421,11 @@ en:
name: Coworking Space
# 'terms: coworking,office'
terms: '<translate with synonyms or related terms for ''Coworking Space'', separated by commas>'
amenity/crematorium:
# amenity=crematorium
name: Crematorium
# 'terms: cemetery,funeral'
terms: '<translate with synonyms or related terms for ''Crematorium'', separated by commas>'
amenity/dentist:
# amenity=dentist
name: Dentist
@@ -1458,6 +1463,11 @@ en:
# amenity=fire_station
name: Fire Station
terms: '<translate with synonyms or related terms for ''Fire Station'', separated by commas>'
amenity/food_court:
# amenity=food_court
name: Food Court
# 'terms: fast food,restaurant,food'
terms: '<translate with synonyms or related terms for ''Food Court'', separated by commas>'
amenity/fountain:
# amenity=fountain
name: Fountain

View File

@@ -1038,6 +1038,27 @@
},
"name": "Coworking Space"
},
"amenity/crematorium": {
"icon": "cemetery",
"fields": [
"website",
"phone",
"opening_hours",
"wheelchair"
],
"geometry": [
"area",
"point"
],
"tags": {
"amenity": "crematorium"
},
"terms": [
"cemetery",
"funeral"
],
"name": "Crematorium"
},
"amenity/dentist": {
"icon": "dentist",
"fields": [
@@ -1191,6 +1212,30 @@
},
"name": "Fire Station"
},
"amenity/food_court": {
"icon": "restaurant",
"fields": [
"operator",
"address",
"building_area",
"opening_hours",
"smoking",
"outdoor_seating"
],
"geometry": [
"point",
"area"
],
"terms": [
"fast food",
"restaurant",
"food"
],
"tags": {
"amenity": "food_court"
},
"name": "Food Court"
},
"amenity/fountain": {
"geometry": [
"point",

View File

@@ -0,0 +1,19 @@
{
"icon": "cemetery",
"fields": [
"website",
"phone",
"opening_hours",
"wheelchair"
],
"geometry": [
"area",
"point"
],
"tags": {
"amenity": "crematorium"
},
"terms": ["cemetery","funeral"],
"name": "Crematorium"
}

View File

@@ -0,0 +1,25 @@
{
"icon": "restaurant",
"fields": [
"operator",
"address",
"building_area",
"opening_hours",
"smoking",
"outdoor_seating"
],
"geometry": [
"point",
"area"
],
"terms": [
"fast food",
"restaurant",
"food"
],
"tags": {
"amenity": "food_court"
},
"name": "Food Court"
}

View File

@@ -235,6 +235,10 @@
"key": "amenity",
"value": "coworking_space"
},
{
"key": "amenity",
"value": "crematorium"
},
{
"key": "amenity",
"value": "dentist"
@@ -267,6 +271,10 @@
"key": "amenity",
"value": "fire_station"
},
{
"key": "amenity",
"value": "food_court"
},
{
"key": "amenity",
"value": "fountain"

View File

@@ -1875,6 +1875,10 @@
"name": "Coworking Space",
"terms": "coworking,office"
},
"amenity/crematorium": {
"name": "Crematorium",
"terms": "cemetery,funeral"
},
"amenity/dentist": {
"name": "Dentist",
"terms": "tooth,teeth"
@@ -1907,6 +1911,10 @@
"name": "Fire Station",
"terms": ""
},
"amenity/food_court": {
"name": "Food Court",
"terms": "fast food,restaurant,food"
},
"amenity/fountain": {
"name": "Fountain",
"terms": ""