| | 1 | {{{ |
| | 2 | #!preset |
| | 3 | <presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0" |
| | 4 | author="Klaus-Geo" |
| | 5 | version="0.0.[[revision]]_[[date]]" |
| | 6 | shortdescription="German truck toll attributes" |
| | 7 | de.shortdescription="Ein Vorlage für das LKW-Maut in Deutschland" |
| | 8 | description="German truck toll adding hgv=* , toll:*= * and toll:operator=* for ways" |
| | 9 | de.description="dt. LKW-Mautattribute setzen mit einem Klick" |
| | 10 | icon="http://opentollmap.eu/img/z390.png"> |
| | 11 | |
| | 12 | <group name="OpenTollMap" icon="http://opentollmap.eu/img/z390.png"> |
| | 13 | <item name="german truck toll" |
| | 14 | de.name="dt. LKW-Maut" |
| | 15 | type="way" |
| | 16 | icon="http://opentollmap.eu/img/z390.png"> |
| | 17 | |
| | 18 | <label text="LKW-OpenTollMap"/> |
| | 19 | |
| | 20 | <label text="---------------------------"/> |
| | 21 | |
| | 22 | <!--hgv Tag alsways setting off true --> |
| | 23 | <key key="toll:hgv" value="yes"/> |
| | 24 | |
| | 25 | <!--toll:operator is * --> |
| | 26 | <text key="toll:operator" text="toll operator" de.text="Mautbetreiber" default="Toll Collect" |
| | 27 | match="keyvalue"/> |
| | 28 | <space/> |
| | 29 | |
| | 30 | <label text="toll weight typ" de.text="Mautgewichtsklasse"/> |
| | 31 | <check key="toll:N2" text="For trucks over 7.5t to 12t" de.text="LKW-Gesamtgewicht über 7.5t bis 12t" |
| | 32 | value_on="yes" default="off" disable_off="true"/> |
| | 33 | <check key="toll:N3" text="For trucks over 12t" de.text="LKW-Gesamtgewicht über 12t" value_on="yes" |
| | 34 | default="on" disable_off="true"/> |
| | 35 | <link href="https://wiki.openstreetmap.org/wiki/toll" |
| | 36 | de.href="https://wiki.openstreetmap.org/wiki/DE:Key:toll"/> |
| | 37 | </item> |
| | 38 | </group> |
| | 39 | </presets> |
| | 40 | |
| | 41 | }}} |