diff --git a/data/presets.yaml b/data/presets.yaml index 7636b87aa..3243bf023 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -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: '' 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: '' + terms: '' man_made/observation: # 'man_made=tower, tower:type=observation' name: Observation Tower diff --git a/data/presets/fields.json b/data/presets/fields.json index 252417b64..9c476eebc 100644 --- a/data/presets/fields.json +++ b/data/presets/fields.json @@ -406,6 +406,11 @@ "type": "text", "label": "Collection Times" }, + "communication_multi": { + "key": "communication:", + "type": "multiCombo", + "label": "Communication Types" + }, "construction": { "key": "construction", "type": "combo", diff --git a/data/presets/fields/communication_multi.json b/data/presets/fields/communication_multi.json new file mode 100644 index 000000000..23411179d --- /dev/null +++ b/data/presets/fields/communication_multi.json @@ -0,0 +1,5 @@ +{ + "key": "communication:", + "type": "multiCombo", + "label": "Communication Types" +} diff --git a/data/presets/presets.json b/data/presets/presets.json index 28ce2cc8c..965eca4a6 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -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": [ diff --git a/data/presets/presets/man_made/mast.json b/data/presets/presets/man_made/mast.json index eb118bdfb..286f435d7 100644 --- a/data/presets/presets/man_made/mast.json +++ b/data/presets/presets/man_made/mast.json @@ -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" } diff --git a/dist/locales/en.json b/dist/locales/en.json index dbfee1902..f16648a0d 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -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": {