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:
Bryan Housel
2013-12-26 23:43:02 -05:00
committed by John Firebaugh
parent 7c7c8a40bc
commit 6c8b3a370a
7 changed files with 15 additions and 21 deletions
+4 -4
View File
@@ -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>"
+3 -6
View File
@@ -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 -3
View File
@@ -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 -2
View File
@@ -1,7 +1,6 @@
{
"fields": [
"operator",
"building_area",
"address"
],
"geometry": [
@@ -13,4 +12,4 @@
"tourism": "theme_park"
},
"name": "Theme Park"
}
}