<?xml version="1.0" encoding="UTF-8"?>
<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0"
  author="achadwick"
  description="Guidepost Direction &amp; Destination Markers"
  shortdescription="Guidepost Directions &amp; Destinations"
  icon="Guidepost-16a.svg"
  version="1.5_2025-08-11"
>
  <group name="Facilities/Tourism">

    <item name="Guidepost Directions &amp; Destinations"
      preset_name_label="true"
      icon="Guidepost-16a.svg"
      type="node"
    >
      <link wiki="Key:direction_north"/>
      <space />

      <label text="Destination or route texts shown on directional guidepost markers." />
      <space />

      <key key="tourism" value="information"/>
      <key key="information" value="guidepost"/>
      <combo
        key="guide_type"
        text="Guidepost type"
        values="destination,intermediary,numbered"
        default="destination"
        display_values="Directions to named destinations,Intermediary trail mark or arrow on a route,Directions to other numbered guideposts"
        editable="false"
        icon="Guidepost-16.svg"
      />
      <space />

      <text
        text="N-bound text"
        key="direction_north"
        icon="Compass-N-16.svg"
      />
      <text
        text="NE-bound text"
        key="direction_northeast"
        icon="Compass-NE-16.svg"
      />
      <text
        text="E-bound text"
        key="direction_east"
        icon="Compass-E-16.svg"
      />
      <text
        text="SE-bound text"
        key="direction_southeast"
        icon="Compass-SE-16.svg"
      />
      <text
        text="S-bound text"
        key="direction_south"
        icon="Compass-S-16.svg"
      />
      <text
        text="SW-bound text"
        key="direction_southwest"
        icon="Compass-SW-16.svg"
      />
      <text
        text="W-bound text"
        key="direction_west"
        icon="Compass-W-16.svg"
      />
      <text
        text="NW-bound text"
        key="direction_northwest"
        icon="Compass-NW-16.svg"
      />
      <space />

      <label text="Use semicolons to separate multiple values." />
      <space />

      <preset_link preset_name="Guidepost"/>
      <preset_link preset_name="Guidepost Directions &amp; Destinations (full)"/>
    </item>

    <item name="Guidepost Directions &amp; Destinations (full)"
      preset_name_label="true"
      icon="Guidepost-16b.svg"
      type="node"
    >
      <link wiki="Key:direction_north"/>
      <space />

      <label text="Destination or route texts/refs/symbols shown on directional guidepost markers." />
      <space />

      <key key="tourism" value="information"/>
      <key key="information" value="guidepost"/>
      <combo
        key="guide_type"
        text="Guidepost type"
        values="destination,intermediary,numbered"
        default="destination"
        display_values="Directions to named destinations,Intermediary trail mark or arrow on a route,Directions to other numbered guideposts"
        editable="false"
        icon="Guidepost-16.svg"
      />
      <space />

      <text
        text="N-bound text"
        key="direction_north"
        icon="Compass-N-16.svg"
      />
      <text
        text="N-bound route ref"
        key="direction_north:ref"
        icon="Blank-16.svg"
      />
      <text
        text="N-bound route name"
        key="direction_north:route"
        icon="Blank-16.svg"
      />
      <text
        text="N-bound symbols"
        key="direction_north:symbol"
        icon="Blank-16.svg"
      />
      <space/>

      <text
        text="NE-bound text"
        key="direction_northeast"
        icon="Compass-NE-16.svg"
      />
      <text
        text="NE-bound route ref"
        key="direction_northeast:ref"
        icon="Blank-16.svg"
      />
      <text
        text="NE-bound route name"
        key="direction_northeast:route"
        icon="Blank-16.svg"
      />
      <text
        text="NE-bound symbols"
        key="direction_northeast:symbol"
        icon="Blank-16.svg"
      />
      <space/>

      <text
        text="E-bound text"
        key="direction_east"
        icon="Compass-E-16.svg"
      />
      <text
        text="E-bound route ref"
        key="direction_east:ref"
        icon="Blank-16.svg"
      />
      <text
        text="E-bound route name"
        key="direction_east:route"
        icon="Blank-16.svg"
      />
      <text
        text="E-bound symbols"
        key="direction_east:symbol"
        icon="Blank-16.svg"
      />
      <space/>

      <text
        text="SE-bound text"
        key="direction_southeast"
        icon="Compass-SE-16.svg"
      />
      <text
        text="SE-bound route ref"
        key="direction_southeast:ref"
        icon="Blank-16.svg"
      />
      <text
        text="SE-bound route name"
        key="direction_southeast:route"
        icon="Blank-16.svg"
      />
      <text
        text="SE-bound symbols"
        key="direction_southeast:symbol"
        icon="Blank-16.svg"
      />
      <space/>

      <text
        text="S-bound text"
        key="direction_south"
        icon="Compass-S-16.svg"
      />
      <text
        text="S-bound route ref"
        key="direction_south:ref"
        icon="Blank-16.svg"
      />
      <text
        text="S-bound route name"
        key="direction_south:route"
        icon="Blank-16.svg"
      />
      <text
        text="S-bound symbols"
        key="direction_south:symbol"
        icon="Blank-16.svg"
      />
      <space/>

      <text
        text="SW-bound text"
        key="direction_southwest"
        icon="Compass-SW-16.svg"
      />
      <text
        text="SW-bound route ref"
        key="direction_southwest:ref"
        icon="Blank-16.svg"
      />
      <text
        text="SW-bound route name"
        key="direction_southwest:route"
        icon="Blank-16.svg"
      />
      <text
        text="SW-bound symbols"
        key="direction_southwest:symbol"
        icon="Blank-16.svg"
      />
      <space />

      <text
        text="W-bound text"
        key="direction_west"
        icon="Compass-W-16.svg"
      />
      <text
        text="W-bound route ref"
        key="direction_west:ref"
        icon="Blank-16.svg"
      />
      <text
        text="W-bound route name"
        key="direction_west:route"
        icon="Blank-16.svg"
      />
      <text
        text="W-bound symbols"
        key="direction_west:symbol"
        icon="Blank-16.svg"
      />
      <space/>

      <text
        text="NW-bound text"
        key="direction_northwest"
        icon="Compass-NW-16.svg"
      />
      <text
        text="NW-bound route ref"
        key="direction_northwest:ref"
        icon="Blank-16.svg"
      />
      <text
        text="NW-bound route name"
        key="direction_northwest:route"
        icon="Blank-16.svg"
      />
      <text
        text="NW-bound symbols"
        key="direction_northwest:symbol"
        icon="Blank-16.svg"
      />
      <space/>

      <label text="Use semicolons to separate multiple values." />
      <space />

      <preset_link preset_name="Guidepost"/>
      <preset_link preset_name="Guidepost Directions &amp; Destinations"/>
    </item>

  </group>
</presets>
