Changes between Version 1 and Version 2 of Presets/IsSidepath


Ignore:
Timestamp:
2021-05-10T18:47:09+02:00 (4 years ago)
Author:
skyper
Comment:

add icons for tags and values

Legend:

Unmodified
Added
Removed
Modified
  • Presets/IsSidepath

    v1 v2  
    3838      <space />
    3939      <check key="is_sidepath" text="Is side path?" disable_off="true" default="on" match="key" />
    40       <combo key="is_sidepath:of" text="Highway type of the major road" values="trunk,trunk_link,primary,primary_link,secondary,secondary_link,tertiary,tertiary_link,unclassified,residential,service" values_searchable="true" values_sort="false" match="key" />
    41       <text key="is_sidepath:of:name" text="Name of the major road" alternative_autocomplete_keys="is_sidepath:of:name,name" match="key" />
     40      <combo key="is_sidepath:of" icon="presets/transport/way/way_road.svg" text="Highway type of the major road">
     41          <list_entry value="trunk" icon="presets/transport/way/way_trunk.svg" />
     42          <list_entry value="trunk_link" icon="presets/transport/way/way_trunk_link.svg" />
     43          <list_entry value="primary" icon="presets/transport/way/way_primary.svg" />
     44          <list_entry value="primary_link" icon="presets/transport/way/way_primary_link.svg" />
     45          <list_entry value="secondary" icon="presets/transport/way/way_secondary.svg" />
     46          <list_entry value="secondary_link" icon="presets/transport/way/way_secondary_link.svg" />
     47          <list_entry value="tertiary" icon="presets/transport/way/way_tertiary.svg" />
     48          <list_entry value="tertiary_link" icon="presets/transport/way/way_tertiary_link.svg" />
     49          <list_entry value="unclassified" icon="presets/transport/way/way_unclassified.svg" />
     50          <list_entry value="residential" icon="presets/transport/way/way_residential.svg" />
     51          <list_entry value="service" icon="presets/transport/way/way_service.svg" />
     52      </combo>
     53      <text key="is_sidepath:of:name" icon="presets/misc/name.svg" text="Name of the major road" alternative_autocomplete_keys="is_sidepath:of:name,name" match="key" />
    4254      <text key="is_sidepath:of:ref" text="Reference of the major road" alternative_autocomplete_keys="is_sidepath:of:ref,ref" match="key" />
    4355  </item> <!-- is_sidepath -->
    4456
    4557</presets>
     58
    4659}}}