Search:
Login
Preferences
Help/Guide
About Trac
Register
Forgot your password?
Wiki
Timeline
Changelog
Browse Source
View Tickets
New Ticket
Roadmap
Builds
Sonar
Search
Context Navigation
+1
Start Page
Index
History
Editing Presets/IsSidepath
Adjust edit area height:
8
12
16
20
24
28
32
36
40
Edit side-by-side
= is_sidepath \\ Preset for the proposed `is_sidepath=yes` and its subkeys. \\ \\ == Supported Tags === Main tag * [osmwiki:Proposed_features/Key:is_sidepath is_sidepath=yes] === 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 {{{ #!preset <?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.[[revision]]_[[date]]"> <!-- 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> }}}
Note:
See
WikiFormatting
and
TracWiki
for help on editing wiki content.
Change information
Your email or username:
E-mail address and name can be saved in the
Preferences
Comment about this change (optional):
Note:
See
TracWiki
for help on using the wiki.