mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
add presets to amenity=food_court and amenity=crematorium
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
19
data/presets/presets/amenity/crematorium.json
Normal file
19
data/presets/presets/amenity/crematorium.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"icon": "cemetery",
|
||||
"fields": [
|
||||
"website",
|
||||
"phone",
|
||||
"opening_hours",
|
||||
"wheelchair"
|
||||
|
||||
],
|
||||
"geometry": [
|
||||
"area",
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "crematorium"
|
||||
},
|
||||
"terms": ["cemetery","funeral"],
|
||||
"name": "Crematorium"
|
||||
}
|
||||
25
data/presets/presets/amenity/food_court.json
Normal file
25
data/presets/presets/amenity/food_court.json
Normal 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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
8
dist/locales/en.json
vendored
8
dist/locales/en.json
vendored
@@ -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": ""
|
||||
|
||||
Reference in New Issue
Block a user