mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-31 20:21:36 +02:00
Run build for presets
This commit is contained in:
@@ -434,6 +434,18 @@ en:
|
||||
fence_type:
|
||||
# fence_type=*
|
||||
label: Type
|
||||
fire_hydrant/position:
|
||||
# 'fire_hydrant:position=*'
|
||||
label: Position
|
||||
options:
|
||||
# 'fire_hydrant:position=green'
|
||||
green: Green
|
||||
# 'fire_hydrant:position=lane'
|
||||
lane: Lane
|
||||
# 'fire_hydrant:position=parking_lot'
|
||||
parking_lot: Parking Lot
|
||||
# 'fire_hydrant:position=sidewalk'
|
||||
sidewalk: Sidewalk
|
||||
fire_hydrant/type:
|
||||
# 'fire_hydrant:type=*'
|
||||
label: Type
|
||||
@@ -2302,6 +2314,7 @@ en:
|
||||
emergency/fire_hydrant:
|
||||
# emergency=fire_hydrant
|
||||
name: Fire Hydrant
|
||||
# 'terms: fire plug'
|
||||
terms: '<translate with synonyms or related terms for ''Fire Hydrant'', separated by commas>'
|
||||
emergency/no:
|
||||
# emergency=no
|
||||
|
||||
@@ -604,6 +604,19 @@
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
},
|
||||
"fire_hydrant/position": {
|
||||
"key": "fire_hydrant:position",
|
||||
"type": "combo",
|
||||
"label": "Position",
|
||||
"strings": {
|
||||
"options": {
|
||||
"lane": "Lane",
|
||||
"parking_lot": "Parking Lot",
|
||||
"sidewalk": "Sidewalk",
|
||||
"green": "Green"
|
||||
}
|
||||
}
|
||||
},
|
||||
"fire_hydrant/type": {
|
||||
"key": "fire_hydrant:type",
|
||||
"type": "combo",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"strings": {
|
||||
"options": {
|
||||
"lane": "Lane",
|
||||
"parking_lot": "Parking lot",
|
||||
"parking_lot": "Parking Lot",
|
||||
"sidewalk": "Sidewalk",
|
||||
"green": "Green"
|
||||
}
|
||||
|
||||
@@ -4515,12 +4515,16 @@
|
||||
"emergency/fire_hydrant": {
|
||||
"icon": "fire-station",
|
||||
"fields": [
|
||||
"fire_hydrant/type"
|
||||
"fire_hydrant/type",
|
||||
"fire_hydrant/position"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"terms": [
|
||||
"fire plug"
|
||||
],
|
||||
"tags": {
|
||||
"emergency": "fire_hydrant"
|
||||
},
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"terms": [
|
||||
"fire plug"
|
||||
],
|
||||
"tags": {
|
||||
"emergency": "fire_hydrant"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user