mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-28 22:56:31 +02:00
Add communication types multiselect to man_made=mast preset
Also rename it from "Radio Mast" to "Mast" (closes #3630)
This commit is contained in:
+5
-2
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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": [
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Vendored
+4
-1
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user