This commit is contained in:
John Firebaugh
2013-08-06 14:27:35 -07:00
parent 39544265a8
commit 172898bec2
4 changed files with 45 additions and 0 deletions
+7
View File
@@ -56,6 +56,10 @@ en:
label: Type
amenity:
label: Type
artist:
label: Artist
artwork_type:
label: Type
atm:
label: ATM
barrier:
@@ -501,6 +505,9 @@ en:
building/residential:
name: Residential Building
terms: "<translate with synonyms or related terms for 'Residential Building', separated by commas>"
emergency/ambulance_station:
name: Ambulance Station
terms: "<translate with synonyms or related terms for 'Ambulance Station', separated by commas>"
emergency/phone:
name: Emergency Phone
terms: "<translate with synonyms or related terms for 'Emergency Phone', separated by commas>"
+10
View File
@@ -83,6 +83,16 @@
"type": "combo",
"label": "Type"
},
"artist": {
"key": "artist_name",
"type": "text",
"label": "Artist"
},
"artwork_type": {
"key": "artwork_type",
"type": "combo",
"label": "Type"
},
"atm": {
"key": "atm",
"type": "check",
+18
View File
@@ -1494,6 +1494,20 @@
},
"name": "Residential Building"
},
"emergency/ambulance_station": {
"fields": [
"operator"
],
"geometry": [
"area",
"point",
"vertex"
],
"tags": {
"emergency": "ambulance_station"
},
"name": "Ambulance Station"
},
"emergency/phone": {
"icon": "emergency-telephone",
"fields": [
@@ -4455,6 +4469,10 @@
"name": "Alpine Hut"
},
"tourism/artwork": {
"fields": [
"artwork_type",
"artist"
],
"icon": "art-gallery",
"geometry": [
"point",
+10
View File
@@ -433,6 +433,12 @@
"amenity": {
"label": "Type"
},
"artist": {
"label": "Artist"
},
"artwork_type": {
"label": "Type"
},
"atm": {
"label": "ATM"
},
@@ -1047,6 +1053,10 @@
"name": "Residential Building",
"terms": ""
},
"emergency/ambulance_station": {
"name": "Ambulance Station",
"terms": ""
},
"emergency/phone": {
"name": "Emergency Phone",
"terms": ""