wiki:Presets/TicketValidator
<?xml version="1.0" encoding="UTF-8"?>
<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0" author="pizza1016@osmwiki" version="3_2026-01-18" shortdescription="Ticket validator" description="Adds a ticket validator preset to the 'Transport' group of the internal presets menu." link="https://wiki.openstreetmap.org/wiki/Tag:amenity=ticket_validator" icon="https://josm.openstreetmap.de/export/latest/josm/trunk/resources/images/presets/transport/ticket-machine.svg">
  <group name="Transport">
    <separator />
    <item name="Ticket validator" icon="presets/transport/ticket-machine.svg" type="node" preset_name_label="true">
      <link wiki="Tag:amenity=ticket_validator" />
      <key key="amenity" value="ticket_validator" />
      <optional>
        <text key="operator" text="Operator" />
        <combo key="barrier" text="Barrier type" values="full-height_turnstile,gate,lift_gate,sliding_beam,stile,swing_gate,turnstile,wedge" />
        <combo key="fee" text="Fee" values="yes,no,donation,unknown" values_sort="false" />
        <text key="fee:conditional" text="Conditional fee" />
        <combo key="wheelchair" text="Wheelchair accessible" values="yes,designated,limited,no" values_sort="false" />
        <text key="level" text="Level" />
        <text key="network" text="Network" />
        <text key="capacity" text="Number of validators" />
        <item_separator />
        <label text="Available payment methods" />
        <label text="General:" />
        <checkgroup columns="4">
          <check key="payment:debit_card" text="Debit card" />
          <check key="payment:credit_card" text="Credit card" />
          <check key="payment:qr_code" text="QR code" />
          <check key="payment:prepaid_ticket" text="Prepaid ticket" />
        </checkgroup>
        <label text="Public transport cards:" />
        <checkgroup columns="4">
          <check key="payment:sube" text="🇦🇷 SUBE" />
          <check key="payment:gocard" text="🇦🇺 go card" />
          <check key="payment:opus" text="🇨🇦 Opus" />
          <check key="payment:presto" text="🇨🇦 Presto" />
          <check key="payment:ic" text="🇨🇳 IC" />
          <check key="payment:china_t-union" text="🇨🇳 T-Union" />
          <check key="payment:city_union" text="🇨🇳 🇲🇴 City Union" />
          <check key="payment:bob" text="🇩🇪 BOB-Ticket" />
          <check key="payment:athenacard" text="🇬🇷 ATH.ENA" />
          <check key="payment:jak_lingko" text="🇮🇩 Jak Lingko" />
          <check key="payment:icsf" text="🇯🇵 IC Stored Fare" />
          <check key="payment:pitapa" text="🇯🇵 PiTaPa" />
          <check key="payment:touchngo" text="🇲🇾 Touch 'n Go" />
          <check key="payment:ov-chipkaart" text="🇳🇱 OV-chipkaart" />
          <check key="payment:ep_nets_flashpay" text="🇸🇬 NETS FlashPay" />
          <check key="payment:ep_ezlink" text="🇸🇬 EZ-Link" />
          <check key="payment:ep_istanbulkart" text="🇹🇷 Istanbulkart" />
          <check key="payment:ep_easycard" text="🇹🇼 EasyCard" />
          <check key="payment:ep_ipass" text="🇹🇼 iPASS" />
          <check key="payment:oyster" text="🇬🇧 Oyster" />
          <check key="payment:swift_card" text="🇬🇧 Swift" />
          <check key="payment:clipper" text="🇺🇸 Clipper" />
          <check key="payment:orca" text="🇺🇸 ORCA" />
        </checkgroup>
      </optional>
    </item>
  </group>
</presets>

Presets_TicketValidator-preset.xml, Presets_TicketValidator.zip

Last modified 3 weeks ago Last modified on 2026-01-18T21:07:12+01:00
Note: See TracWiki for help on using the wiki.