add amenity=community_centre preset (closes #2243)

This commit is contained in:
Bryan Housel
2014-10-12 01:39:41 -04:00
parent 8addc33fe5
commit 5d285cfd51
5 changed files with 51 additions and 0 deletions
+3
View File
@@ -674,6 +674,9 @@ en:
amenity/college:
name: College Grounds
terms: "<translate with synonyms or related terms for 'College Grounds', separated by commas>"
amenity/community_centre:
name: Community Center
terms: "<translate with synonyms or related terms for 'Community Center', separated by commas>"
amenity/compressed_air:
name: Compressed Air
terms: "<translate with synonyms or related terms for 'Compressed Air', separated by commas>"
+20
View File
@@ -728,6 +728,26 @@
},
"name": "College Grounds"
},
"amenity/community_centre": {
"icon": "town-hall",
"fields": [
"operator",
"address",
"building_area"
],
"geometry": [
"point",
"area"
],
"terms": [
"event",
"hall"
],
"tags": {
"amenity": "community_centre"
},
"name": "Community Center"
},
"amenity/compressed_air": {
"icon": "car",
"geometry": [
@@ -0,0 +1,20 @@
{
"icon": "town-hall",
"fields": [
"operator",
"address",
"building_area"
],
"geometry": [
"point",
"area"
],
"terms": [
"event",
"hall"
],
"tags": {
"amenity": "community_centre"
},
"name": "Community Center"
}
+4
View File
@@ -176,6 +176,10 @@
"key": "amenity",
"value": "college"
},
{
"key": "amenity",
"value": "community_centre"
},
{
"key": "amenity",
"value": "compressed_air"
+4
View File
@@ -1333,6 +1333,10 @@
"name": "College Grounds",
"terms": "university"
},
"amenity/community_centre": {
"name": "Community Center",
"terms": "event,hall"
},
"amenity/compressed_air": {
"name": "Compressed Air",
"terms": ""