is_sidepath
Preset for the proposed is_sidepath=yes
and its subkeys.
Supported Tags
Main tag
Secondary tags
is_sidepath:of=*
is_sidepath:of:name=*
is_sidepath:of:ref=*
Help needed
- Please, feel free to enhance and update the preset.
- Due to #11392 translation is still only possible within the source code.
- Still needs some nice icons as vector graphic.
Preset Code
<?xml version="1.0" encoding="UTF-8"?> <presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0" link="https://josm.openstreetmap.de/wiki/Presets/IsSidepath" shortdescription="is_sidepath" description="Preset for the proposed `is_sidepath=yes` and its subkeys" author="skyper" version="0.1.3_2021-09-07"> <!-- FIXME, icons still missing --> <item name="is_sidepath" preset_name_label="true" type="way"> <link wiki="Proposed_features/Key:is_sidepath" /> <space /> <label text="Tags to describe the relationship between the major road and its side paths." /> <space /> <check key="is_sidepath" text="Is side path?" disable_off="true" default="on" match="key" /> <combo key="is_sidepath:of" icon="presets/transport/way/way_road.svg" text="Highway type of the major road"> <list_entry value="trunk" icon="presets/transport/way/way_trunk.svg" /> <list_entry value="trunk_link" icon="presets/transport/way/way_trunk_link.svg" /> <list_entry value="primary" icon="presets/transport/way/way_primary.svg" /> <list_entry value="primary_link" icon="presets/transport/way/way_primary_link.svg" /> <list_entry value="secondary" icon="presets/transport/way/way_secondary.svg" /> <list_entry value="secondary_link" icon="presets/transport/way/way_secondary_link.svg" /> <list_entry value="tertiary" icon="presets/transport/way/way_tertiary.svg" /> <list_entry value="tertiary_link" icon="presets/transport/way/way_tertiary_link.svg" /> <list_entry value="unclassified" icon="presets/transport/way/way_unclassified.svg" /> <list_entry value="residential" icon="presets/transport/way/way_residential.svg" /> <list_entry value="service" icon="presets/transport/way/way_service.svg" /> <list_entry value="living_street" icon="presets/transport/way/way_living_street.svg" /> <list_entry value="pedestrian" icon="presets/transport/way/way_pedestrian.svg" /> </combo> <text key="is_sidepath:of:name" icon="presets/misc/name.svg" text="Name of the major road" alternative_autocomplete_keys="name" match="key" /> <text key="is_sidepath:of:ref" text="Reference of the major road" alternative_autocomplete_keys="ref" match="key" /> </item> <!-- is_sidepath --> </presets>
Last modified
3 years ago
Last modified on 2021-09-07T23:33:43+02:00
Note:
See TracWiki
for help on using the wiki.