Changes between Version 32 and Version 33 of Presets/MastAndTower
- Timestamp:
- 2021-10-06T00:21:14+02:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Presets/MastAndTower
v32 v33 24 24 25 25 == Notes 26 * I'd love to use `editable="false"` on `<combo />` but #6157 prevents it.27 * The two general presets should be excluded from preset links from [wikitr:/Help/Dialog/TagsMembership Tags/Memberships panel] if [osmwiki:Key:tower:typetower:type=*] is present but this is not implemented, see #19012.26 * The two general presets should be excluded from preset links from [wikitr:/Help/Dialog/TagsMembership Tags/Memberships panel] if [osmwiki:Key:tower:type tower:type=*] is present but this is not implemented, see #19012 and #20843. 27 * I had to remove the default value `tower:type=communication` for big communication towers, cause of #21404. 28 28 * The `<multiselect />` need to be one row bigger than values to get rid of the scrollbar, see #19013. 29 29 … … 115 115 116 116 <chunk id="tech"> 117 <multiselect key="technology" text="Technology" values="LTE; UMTS; GSM 900; GSM 1800" values_searchable="false" 118 values_sort="false" rows="5"/> 117 <multiselect key="technology" text="Technology" values="LTE;UMTS;GSM 900;GSM 1800" values_sort="false" rows="5"/> 119 118 <label text="Transmitting:" /> 120 119 <checkgroup columns="3"> … … 189 188 <list_entry value="communication" display_value="Communication" icon="presets/tower/mast_communication.svg" /> 190 189 <list_entry value="lighting" display_value="Lighting" icon="presets/tower/mast_lighting.svg" /> 191 <list_entry value="monitoring" display_value="Monitoring" icon="High-contrast-utilities-system-monitor.svg" 192 icon_size="16" /> 190 <list_entry value="monitoring" display_value="Monitoring" icon="High-contrast-utilities-system-monitor.svg" icon_size="16" /> 193 191 <list_entry value="observation" display_value="Observation" icon="presets/tower/observation.svg" /> 194 192 <list_entry value="radar" display_value="Radar" icon="tower_dish.svg" icon_size="16" /> … … 312 310 <space /> 313 311 <key key="man_made" value="communications_tower" /> 314 <multiselect key="tower:type" text="Type of tower" values_searchable="true" values_sort="false" default="communication"rows="3">315 <list_entry value="communication" display_value="Communication tower" icon="presets/tower/communication.svg" />316 <list_entry value="observation" display_value="Observation tower" icon="presets/tower/observation.svg" />312 <multiselect key="tower:type" text="Type of tower" values_searchable="true" values_sort="false" rows="3"> 313 <list_entry value="communication" display_value="Communication tower" icon="presets/tower/communication.svg" /> 314 <list_entry value="observation" display_value="Observation tower" icon="presets/tower/observation.svg" /> 317 315 </multiselect> 318 316 <reference ref="tw_con_tw_com" />
