preset for man_made=monitoring_station (#4581)

Squashed:
* Create monitoring_station
* Update presets.yaml
* Create monitoring_multi
* Update fields.json
* Update en.json
* Update monitoring_multi
* Update en.json
This commit is contained in:
abdeldjalil09
2017-12-01 21:13:20 +01:00
committed by Bryan Housel
parent cce27c9643
commit ac442d5a7f
5 changed files with 47 additions and 2 deletions
+8
View File
@@ -3802,6 +3802,11 @@ en:
name: Mast
# 'terms: antenna,broadcast tower,cell phone tower,cell tower,communication mast,communication tower,guyed tower,mobile phone tower,radio mast,radio tower,television tower,transmission mast,transmission tower,tv tower'
terms: '<translate with synonyms or related terms for ''Mast'', separated by commas>'
man_made/monitoring_station:
# man_made=monitoring_station
name: Monitoring Station
# 'terms: weather,earthquake,sismology,air,gps'
terms: '<translate with synonyms or related terms for ''Mast'', separated by commas>'
man_made/observation:
# 'man_made=tower, tower:type=observation'
name: Observation Tower
@@ -3901,6 +3906,9 @@ en:
name: Telecom Manhole
# 'terms: cover,phone,hole,telecom,telephone,bt'
terms: '<translate with synonyms or related terms for ''Telecom Manhole'', separated by commas>'
monitoring_multi:
# 'monitoring:=*'
label: Monitoring
natural:
# natural=*
name: Natural
+6 -1
View File
@@ -1141,6 +1141,11 @@
"placeholder": "Distance to one decimal (123.4)",
"label": "Milestone Position"
},
"monitoring_multi": {
"key": "monitoring:",
"type": "multiCombo",
"label": "Monitoring"
},
"mtb/scale": {
"key": "mtb:scale",
"type": "combo",
@@ -2196,4 +2201,4 @@
}
}
}
}
}
+5
View File
@@ -0,0 +1,5 @@
{
"key": "monitoring:",
"type": "multiCombo",
"label": "Monitoring"
}
@@ -0,0 +1,20 @@
{
"geometry": [
"point",
"area"
],
"fields": [
"monitoring_multi"
"operator"
],
"terms": [
"weather",
"earthquake",
"sismology",
"air",
"gps"
],
"tags": {
"man_made": "monitoring_station"
},
"name": "Monitoring Station"
+8 -1
View File
@@ -1953,6 +1953,9 @@
"label": "Milestone Position",
"placeholder": "Distance to one decimal (123.4)"
},
"monitoring_multi": {
"label": "Monitoring"
},
"mtb/scale": {
"label": "Mountain Biking Difficulty",
"placeholder": "0, 1, 2, 3...",
@@ -4577,6 +4580,10 @@
"name": "Mast",
"terms": "antenna,broadcast tower,cell phone tower,cell tower,communication mast,communication tower,guyed tower,mobile phone tower,radio mast,radio tower,television tower,transmission mast,transmission tower,tv tower"
},
"man_made/monitoring_station": {
"name": "Monitoring Station",
"terms": "weather,earthquake,sismology,air,gps"
},
"man_made/observation": {
"name": "Observation Tower",
"terms": "lookout tower,fire tower"
@@ -6252,4 +6259,4 @@
}
}
}
}
}