wiki:Presets/IsSidepath

Version 1 (modified by skyper, 5 years ago) ( diff )

Quick and "dirty" preset for the proposed tags

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" 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" />
      <text key="is_sidepath:of:name" text="Name of the major road" alternative_autocomplete_keys="is_sidepath:of:name,name" match="key" />
      <text key="is_sidepath:of:ref" text="Reference of the major road" alternative_autocomplete_keys="is_sidepath:of:ref,ref" match="key" />
  </item> <!-- is_sidepath -->

</presets>

Presets_IsSidepath-preset.xml, Presets_IsSidepath.zip

Note: See TracWiki for help on using the wiki.