Skip to content

Instantly share code, notes, and snippets.

@maripo
Last active July 27, 2022 11:24
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maripo/76c0dafd30fe5ef359df7668af8ee71d to your computer and use it in GitHub Desktop.
Save maripo/76c0dafd30fe5ef359df7668af8ee71d to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0" author="Maripo GODA and contributors" description="日本で使われる決済手段です" shortdescription="日本の決済手段" version="20220727">
<item name="日本の決済手段" icon="presets/money/dollar.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
<link wiki="Key:payment" />
<combo key="payment:cash" text="現金" values="no" match="keyvalue" />
<checkgroup columns="1">
<check key="payment:coins" text="硬貨"/>
<check key="payment:notes" text="紙幣"/>
</checkgroup>
<space />
<combo key="payment:credit_cards" text="クレジットカード" values="no" match="keyvalue" />
<checkgroup columns="3">
<check key="payment:visa" text="Visa"/>
<check key="payment:jcb" text="JCB"/>
<check key="payment:mastercard" text="MasterCard"/>
<check key="payment:discover_card" text="Discover Card"/>
<check key="payment:diners_club" text="Diners Club"/>
<check key="payment:american_express" text="American Express"/>
<check key="payment:unionpay" text="UnionPay (银联)"/>
</checkgroup>
<space />
<label text="各種キャッシュレス" />
<checkgroup columns="4">
<check key="payment:icsf" text="交通系ICカード" match="keyvalue" />
<check key="payment:paypay" text="PayPay" match="keyvalue" />
<check key="payment:nanaco" text="nanaco" match="keyvalue" />
<check key="payment:waon" text="WAON" match="keyvalue" />
<check key="payment:id" text="iD" match="keyvalue" />
<check key="payment:edy" text="Edy" match="keyvalue" />
<check key="payment:quicpay" text="QUICPay" match="keyvalue" />
<check key="payment:line_pay" text="LINE Pay" match="keyvalue" />
<check key="payment:merpay" text="メルペイ" match="keyvalue" />
<check key="payment:d_barai" text="d払い" match="keyvalue" />
<check key="payment:rakuten_pay" text="楽天ペイ" match="keyvalue" />
<check key="payment:au_pay" text="au PAY" match="keyvalue" />
</checkgroup>
<space />
<label text="その他" />
<checkgroup columns="1">
<check key="payment:telephone_cards" text="テレホンカード"/>
</checkgroup>
</item>
</presets>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment