Changes between Version 32 and Version 33 of Presets/MastAndTower


Ignore:
Timestamp:
2021-10-06T00:21:14+02:00 (4 years ago)
Author:
skyper
Comment:

fixed values for technology; removed default from multiselect (#21404)

Legend:

Unmodified
Added
Removed
Modified
  • Presets/MastAndTower

    v32 v33  
    2424
    2525== 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:type tower: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.
    2828* The `<multiselect />` need to be one row bigger than values to get rid of the scrollbar, see #19013.
    2929
     
    115115
    116116    <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"/>
    119118        <label text="Transmitting:" />
    120119        <checkgroup columns="3">
     
    189188                    <list_entry value="communication" display_value="Communication" icon="presets/tower/mast_communication.svg" />
    190189                    <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" />
    193191                    <list_entry value="observation" display_value="Observation" icon="presets/tower/observation.svg" />
    194192                    <list_entry value="radar" display_value="Radar" icon="tower_dish.svg" icon_size="16" />
     
    312310                <space />
    313311                <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" />
    317315                </multiselect>
    318316                <reference ref="tw_con_tw_com" />