<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0"
		 author="Klaus-Geo"
		 version="0.0.6_2019-10-06"
		 shortdescription="German truck toll attributes"
		 de.shortdescription="Ein Vorlage für die LKW-Maut in Deutschland"
		 description="German truck toll adding hgv=* , toll:*= * and toll:operator=* for ways"
		 de.description="dt. LKW-Mautattribute setzen mit einem Klick"
		 icon="z390.png">

	<group name="OpenTollMap" icon="z390.png">
		<item name="german truck toll"
			  de.name="dt. LKW-Maut"
			  type="way"
			  icon="z390.png">

			<label text="LKW-OpenTollMap"/>

			<label text="---------------------------"/>

			<!--hgv Tag alsways setting off true -->
			<key key="toll:hgv" value="yes"/>

			<!--toll:operator is * -->
			<text key="toll:operator" text="toll operator" de.text="Mautbetreiber" default="Toll Collect"
				  match="keyvalue"/>
			<space/>

			<label text="toll weight typ" de.text="Mautgewichtsklasse"/>
			<check key="toll:N2" text="For trucks over 7.5t to 12t" de.text="LKW-Gesamtgewicht über 7.5t bis 12t"
				   value_on="yes" default="off" disable_off="true"/>
			<check key="toll:N3" text="For trucks over 12t" de.text="LKW-Gesamtgewicht über 12t" value_on="yes"
				   default="on" disable_off="true"/>
			<link wiki="Key:toll" />
		</item>
	</group>
</presets>

