Ticket #10870: preset.xml

File preset.xml, 1.2 KB (added by sommerluk, 9 years ago)

preset.xml

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0"
3author="Lukas Sommer"
4version="0.1"
5description="Preset for detailed mapping of road junctions"
6shortdescription="Detailed road junctions"
7de.description="Objektvorlange zum detaillierten Erfassen von Straßenknoten"
8de.shortdescription="Straßenknoten"
9link = "http://wiki.openstreetmap.org/wiki/Tag:junction=yes">
10
11 <group name="Road junction" name_context="A road junction as such, independent of its type (could be a T junction or an Y junction or a spaghetti junction...)" de.name="Straßenknoten">
12
13 <item type="node,closedway" name="Road junction" name_context="A road junction as such, independent of its type (could be a T junction or an Y junction or a spaghetti junction...)" de.name="Straßenknoten">
14 <key key="junction" value="yes" />
15 <label text="Road junction" text_context="A road junction as such, independent of its type (could be a T junction or an Y junction or a spaghetti junction...)" de.name="Straßenknoten" />
16 <optional>
17 <text key="name" text="Name" default="" delete_if_empty="true" />
18 </optional>
19 <link href="http://wiki.openstreetmap.org/wiki/Tag:junction=yes" />
20 </item>
21
22 </group>
23
24</presets>