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" /> |