mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-31 17:20:30 +02:00
Remove building_area from amenity=hospital
This commit is contained in:
@@ -477,8 +477,8 @@ en:
|
||||
name: Graveyard
|
||||
terms: "<translate with synonyms or related terms for 'Graveyard', separated by commas>"
|
||||
amenity/hospital:
|
||||
name: Hospital
|
||||
terms: "<translate with synonyms or related terms for 'Hospital', separated by commas>"
|
||||
name: Hospital Grounds
|
||||
terms: "<translate with synonyms or related terms for 'Hospital Grounds', separated by commas>"
|
||||
amenity/kindergarten:
|
||||
name: Kindergarten Grounds
|
||||
terms: "<translate with synonyms or related terms for 'Kindergarten Grounds', separated by commas>"
|
||||
|
||||
@@ -831,7 +831,6 @@
|
||||
"icon": "hospital",
|
||||
"fields": [
|
||||
"emergency",
|
||||
"building_area",
|
||||
"address"
|
||||
],
|
||||
"geometry": [
|
||||
@@ -857,7 +856,7 @@
|
||||
"tags": {
|
||||
"amenity": "hospital"
|
||||
},
|
||||
"name": "Hospital"
|
||||
"name": "Hospital Grounds"
|
||||
},
|
||||
"amenity/kindergarten": {
|
||||
"icon": "school",
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
"icon": "hospital",
|
||||
"fields": [
|
||||
"emergency",
|
||||
"building_area",
|
||||
"address"
|
||||
],
|
||||
"geometry": [
|
||||
@@ -28,5 +27,5 @@
|
||||
"tags": {
|
||||
"amenity": "hospital"
|
||||
},
|
||||
"name": "Hospital"
|
||||
"name": "Hospital Grounds"
|
||||
}
|
||||
2
dist/locales/en.json
vendored
2
dist/locales/en.json
vendored
@@ -1067,7 +1067,7 @@
|
||||
"terms": ""
|
||||
},
|
||||
"amenity/hospital": {
|
||||
"name": "Hospital",
|
||||
"name": "Hospital Grounds",
|
||||
"terms": "clinic,emergency room,health service,hospice,infirmary,institution,nursing home,rest home,sanatorium,sanitarium,sick bay,surgery,ward"
|
||||
},
|
||||
"amenity/kindergarten": {
|
||||
|
||||
Reference in New Issue
Block a user