Add emergency=fire_hydrant preset (fixes #1674)

This commit is contained in:
Jóhannes Birgir Jensson
2013-08-13 13:17:29 -07:00
committed by John Firebaugh
parent 4dad690a01
commit 31e0d83ca1
6 changed files with 60 additions and 0 deletions
+5
View File
@@ -111,6 +111,8 @@ en:
placeholder: +31 42 123 4567
fee:
label: Fee
fire_hydrant/type:
label: Type
fixme:
label: Fix Me
generator/method:
@@ -514,6 +516,9 @@ en:
emergency/ambulance_station:
name: Ambulance Station
terms: "<translate with synonyms or related terms for 'Ambulance Station', separated by commas>"
emergency/fire_hydrant:
name: Fire Hydrant
terms: "<translate with synonyms or related terms for 'Fire Hydrant', separated by commas>"
emergency/phone:
name: Emergency Phone
terms: "<translate with synonyms or related terms for 'Emergency Phone', separated by commas>"
+11
View File
@@ -243,6 +243,17 @@
"type": "check",
"label": "Fee"
},
"fire_hydrant/type": {
"key": "fire_hydrant:type",
"type": "combo",
"options": [
"pillar",
"pond",
"underground",
"wall"
],
"label": "Type"
},
"fixme": {
"key": "fixme",
"type": "textarea",
@@ -0,0 +1,11 @@
{
"key": "fire_hydrant:type",
"type": "combo",
"options": [
"pillar",
"pond",
"underground",
"wall"
],
"label": "Type"
}
+13
View File
@@ -1508,6 +1508,19 @@
},
"name": "Ambulance Station"
},
"emergency/fire_hydrant": {
"fields": [
"fire_hydrant/type"
],
"geometry": [
"point",
"vertex"
],
"tags": {
"emergency": "fire_hydrant"
},
"name": "Fire Hydrant"
},
"emergency/phone": {
"icon": "emergency-telephone",
"fields": [
@@ -0,0 +1,13 @@
{
"fields": [
"fire_hydrant/type"
],
"geometry": [
"point",
"vertex"
],
"tags": {
"emergency": "fire_hydrant"
},
"name": "Fire Hydrant"
}
+7
View File
@@ -514,6 +514,9 @@
"fee": {
"label": "Fee"
},
"fire_hydrant/type": {
"label": "Type"
},
"fixme": {
"label": "Fix Me"
},
@@ -1066,6 +1069,10 @@
"name": "Ambulance Station",
"terms": ""
},
"emergency/fire_hydrant": {
"name": "Fire Hydrant",
"terms": ""
},
"emergency/phone": {
"name": "Emergency Phone",
"terms": ""