| 1 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 2 | <presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0"
|
|---|
| 3 | author="Lukas Sommer"
|
|---|
| 4 | version="0.1"
|
|---|
| 5 | description="Preset for detailed mapping of road junctions"
|
|---|
| 6 | shortdescription="Detailed road junctions"
|
|---|
| 7 | de.description="Objektvorlange zum detaillierten Erfassen von Straßenknoten"
|
|---|
| 8 | de.shortdescription="Straßenknoten"
|
|---|
| 9 | link = "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>
|
|---|