mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
add amenity=community_centre preset (closes #2243)
This commit is contained in:
@@ -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>"
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -176,6 +176,10 @@
|
||||
"key": "amenity",
|
||||
"value": "college"
|
||||
},
|
||||
{
|
||||
"key": "amenity",
|
||||
"value": "community_centre"
|
||||
},
|
||||
{
|
||||
"key": "amenity",
|
||||
"value": "compressed_air"
|
||||
|
||||
Vendored
+4
@@ -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": ""
|
||||
|
||||
Reference in New Issue
Block a user