This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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 /> |
OlderNewer