mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-22 03:36:37 +02:00
remove building_area for school, kindergarden, etc
These keys should not automatically get building=yes added: amenity/school, amenity/kindergarden, tourism/picnic_site, tourism/theme_park Also renamed to "School Grounds" and "Kindergarden Grounds" for clarity..
This commit is contained in:
committed by
John Firebaugh
parent
7c7c8a40bc
commit
6c8b3a370a
+4
-4
@@ -480,8 +480,8 @@ en:
|
||||
name: Hospital
|
||||
terms: "<translate with synonyms or related terms for 'Hospital', separated by commas>"
|
||||
amenity/kindergarten:
|
||||
name: Kindergarten
|
||||
terms: "<translate with synonyms or related terms for 'Kindergarten', separated by commas>"
|
||||
name: Kindergarten Grounds
|
||||
terms: "<translate with synonyms or related terms for 'Kindergarten Grounds', separated by commas>"
|
||||
amenity/library:
|
||||
name: Library
|
||||
terms: "<translate with synonyms or related terms for 'Library', separated by commas>"
|
||||
@@ -531,8 +531,8 @@ en:
|
||||
name: Restaurant
|
||||
terms: "<translate with synonyms or related terms for 'Restaurant', separated by commas>"
|
||||
amenity/school:
|
||||
name: School
|
||||
terms: "<translate with synonyms or related terms for 'School', separated by commas>"
|
||||
name: School Grounds
|
||||
terms: "<translate with synonyms or related terms for 'School Grounds', separated by commas>"
|
||||
amenity/shelter:
|
||||
name: Shelter
|
||||
terms: "<translate with synonyms or related terms for 'Shelter', separated by commas>"
|
||||
|
||||
@@ -862,7 +862,6 @@
|
||||
"amenity/kindergarten": {
|
||||
"icon": "school",
|
||||
"fields": [
|
||||
"building_area",
|
||||
"address"
|
||||
],
|
||||
"geometry": [
|
||||
@@ -877,7 +876,7 @@
|
||||
"tags": {
|
||||
"amenity": "kindergarten"
|
||||
},
|
||||
"name": "Kindergarten"
|
||||
"name": "Kindergarten Grounds"
|
||||
},
|
||||
"amenity/library": {
|
||||
"icon": "library",
|
||||
@@ -1314,7 +1313,6 @@
|
||||
"icon": "school",
|
||||
"fields": [
|
||||
"operator",
|
||||
"building_area",
|
||||
"address"
|
||||
],
|
||||
"geometry": [
|
||||
@@ -1343,7 +1341,7 @@
|
||||
"tags": {
|
||||
"amenity": "school"
|
||||
},
|
||||
"name": "School"
|
||||
"name": "School Grounds"
|
||||
},
|
||||
"amenity/shelter": {
|
||||
"fields": [
|
||||
@@ -7514,9 +7512,9 @@
|
||||
"name": "Museum"
|
||||
},
|
||||
"tourism/picnic_site": {
|
||||
"icon": "park",
|
||||
"fields": [
|
||||
"operator",
|
||||
"building_area",
|
||||
"address"
|
||||
],
|
||||
"geometry": [
|
||||
@@ -7533,7 +7531,6 @@
|
||||
"tourism/theme_park": {
|
||||
"fields": [
|
||||
"operator",
|
||||
"building_area",
|
||||
"address"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"icon": "school",
|
||||
"fields": [
|
||||
"building_area",
|
||||
"address"
|
||||
],
|
||||
"geometry": [
|
||||
@@ -16,5 +15,5 @@
|
||||
"tags": {
|
||||
"amenity": "kindergarten"
|
||||
},
|
||||
"name": "Kindergarten"
|
||||
"name": "Kindergarten Grounds"
|
||||
}
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
"icon": "school",
|
||||
"fields": [
|
||||
"operator",
|
||||
"building_area",
|
||||
"address"
|
||||
],
|
||||
"geometry": [
|
||||
@@ -31,5 +30,5 @@
|
||||
"tags": {
|
||||
"amenity": "school"
|
||||
},
|
||||
"name": "School"
|
||||
}
|
||||
"name": "School Grounds"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"icon": "park",
|
||||
"fields": [
|
||||
"operator",
|
||||
"building_area",
|
||||
"address"
|
||||
],
|
||||
"geometry": [
|
||||
@@ -14,4 +14,4 @@
|
||||
"tourism": "picnic_site"
|
||||
},
|
||||
"name": "Picnic Site"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"fields": [
|
||||
"operator",
|
||||
"building_area",
|
||||
"address"
|
||||
],
|
||||
"geometry": [
|
||||
@@ -13,4 +12,4 @@
|
||||
"tourism": "theme_park"
|
||||
},
|
||||
"name": "Theme Park"
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
+2
-2
@@ -1071,7 +1071,7 @@
|
||||
"terms": "clinic,emergency room,health service,hospice,infirmary,institution,nursing home,rest home,sanatorium,sanitarium,sick bay,surgery,ward"
|
||||
},
|
||||
"amenity/kindergarten": {
|
||||
"name": "Kindergarten",
|
||||
"name": "Kindergarten Grounds",
|
||||
"terms": "nursery,preschool"
|
||||
},
|
||||
"amenity/library": {
|
||||
@@ -1139,7 +1139,7 @@
|
||||
"terms": "bar,cafeteria,café,canteen,chophouse,coffee shop,diner,dining room,dive*,doughtnut shop,drive-in,eatery,eating house,eating place,fast-food place,fish and chips,greasy spoon,grill,hamburger stand,hashery,hideaway,hotdog stand,inn,joint*,luncheonette,lunchroom,night club,outlet*,pizzeria,saloon,soda fountain,watering hole"
|
||||
},
|
||||
"amenity/school": {
|
||||
"name": "School",
|
||||
"name": "School Grounds",
|
||||
"terms": "academy,alma mater,blackboard,college,department,discipline,establishment,faculty,hall,halls of ivy,institute,institution,jail*,schoolhouse,seminary,university"
|
||||
},
|
||||
"amenity/shelter": {
|
||||
|
||||
Reference in New Issue
Block a user