Add communication types multiselect to man_made=mast preset

Also rename it from "Radio Mast" to "Mast"
(closes #3630)
This commit is contained in:
Bryan Housel
2017-03-01 20:54:32 -05:00
parent 24290ef217
commit 092fd1f77c
6 changed files with 25 additions and 7 deletions
+5 -2
View File
@@ -319,6 +319,9 @@ en:
collection_times:
# collection_times=*
label: Collection Times
communication_multi:
# 'communication:=*'
label: Communication Types
construction:
# construction=*
label: Type
@@ -3106,9 +3109,9 @@ en:
terms: '<translate with synonyms or related terms for ''Lighthouse'', separated by commas>'
man_made/mast:
# man_made=mast
name: Radio Mast
name: Mast
# 'terms: broadcast tower,cell phone tower,cell tower,guyed tower,mobile phone tower,radio tower,television tower,transmission mast,transmission tower,tv tower'
terms: '<translate with synonyms or related terms for ''Radio Mast'', separated by commas>'
terms: '<translate with synonyms or related terms for ''Mast'', separated by commas>'
man_made/observation:
# 'man_made=tower, tower:type=observation'
name: Observation Tower
+5
View File
@@ -406,6 +406,11 @@
"type": "text",
"label": "Collection Times"
},
"communication_multi": {
"key": "communication:",
"type": "multiCombo",
"label": "Communication Types"
},
"construction": {
"key": "construction",
"type": "combo",
@@ -0,0 +1,5 @@
{
"key": "communication:",
"type": "multiCombo",
"label": "Communication Types"
}
+3 -2
View File
@@ -7561,7 +7561,8 @@
"fields": [
"tower/type",
"tower/construction",
"height"
"height",
"communication_multi"
],
"geometry": [
"point"
@@ -7581,7 +7582,7 @@
"tags": {
"man_made": "mast"
},
"name": "Radio Mast"
"name": "Mast"
},
"man_made/observation": {
"geometry": [
+3 -2
View File
@@ -2,7 +2,8 @@
"fields": [
"tower/type",
"tower/construction",
"height"
"height",
"communication_multi"
],
"geometry": [
"point"
@@ -22,5 +23,5 @@
"tags": {
"man_made": "mast"
},
"name": "Radio Mast"
"name": "Mast"
}
+4 -1
View File
@@ -998,6 +998,9 @@
"collection_times": {
"label": "Collection Times"
},
"communication_multi": {
"label": "Communication Types"
},
"construction": {
"label": "Type"
},
@@ -3483,7 +3486,7 @@
"terms": ""
},
"man_made/mast": {
"name": "Radio Mast",
"name": "Mast",
"terms": "broadcast tower,cell phone tower,cell tower,guyed tower,mobile phone tower,radio tower,television tower,transmission mast,transmission tower,tv tower"
},
"man_made/observation": {