Changes between Version 22 and Version 23 of Presets/MastAndTower


Ignore:
Timestamp:
2020-04-12T15:14:31+02:00 (6 years ago)
Author:
skyper
Comment:

minimal updates; released version 0.2

Legend:

Unmodified
Added
Removed
Modified
  • Presets/MastAndTower

    v22 v23  
    2323== Notes / ToDos
    2424* I'd love to use `editable="false"` on combos but #6157 prevents it.
    25 * The two general presets should be excluded from preset links from [wikitr:/Help/Dialog/TagsMembership Tags/Memberships panel] but this is not implemented, see #19012.
     25* 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.
    2626* The multiselect need to be one row bigger than values to get rid of the scrollbar, see #19013.
    2727* Please, feel free to enhance and update the preset.
     28* Due to #11392 translation is still only possible within the source code.
    2829* Icons in [attachment:MastTower_icons.zip​ MastTower_icons.zip] are PD from [osmwiki: wiki.openstreetmap.org].
    2930* Other icons from https://commons.wikimedia.org with different licenses.
     
    4142         description="Adds a complete tagging presets for all kind of masts and towers. "
    4243         author="skyper"
    43          version="0.1.[[revision]]_[[date]]">
     44         version="0.2.[[revision]]_[[date]]">
    4445
    4546    <!-- chunks -->
     
    261262                <space />
    262263                <key key="man_made" value="communications_tower" />
    263                 <multiselect key="tower:type" text="Type of tower" values_sort="false" default="communication" rows="3">
     264                <multiselect key="tower:type" text="Type of tower" values_searchable="true" values_sort="false" default="communication" rows="3">
    264265                    <list_entry value="communication" display_value="Communication tower" icon="Tower_cantilever_communication.svg" />
    265266                    <list_entry value="watchtower" display_value="Watch tower" icon="Tower_observation.svg" />
     
    322323                <key key="man_made" value="water_tower" />
    323324                <optional>
    324                     <text key="capacity" text="Capacity" lenght="7" />
     325                    <text key="capacity" text="Capacity in cubic meter (m³)" lenght="7" />
    325326                    <reference ref="name_ref_extra" />
    326327                    <reference ref="extra2_tw" />
     
    369370                <key key="tower:type" value="bell_tower" />
    370371                <optional>
    371                     <combo key="bell_tower" values="bell_gable,campanile,klockstapel" text="Type of bell tower" />
     372                    <combo key="bell_tower" text="Type of bell tower" values="bell_gable,campanile,klockstapel" values_searchable="true" />
    372373                    <reference ref="name_ref_extra" />
    373374                    <reference ref="extra2_tw" />