1 | <annotations>
|
---|
2 | <item name="Autobahn" type="way">
|
---|
3 | <label text="Autobahnen in Deutschland"/>
|
---|
4 |
|
---|
5 | <text key="name" text="Autobahn (z.B. A99)"/>
|
---|
6 |
|
---|
7 | <!-- Autobahns are usually oneway -->
|
---|
8 | <check key="oneway" text="Oneway" default="on"/>
|
---|
9 |
|
---|
10 | <key key="highway" value="motorway"/>
|
---|
11 | </item>
|
---|
12 |
|
---|
13 | <item name="Bundesstrasse" type="way">
|
---|
14 | <label text="Bundesstrassen in Deutschland"/>
|
---|
15 |
|
---|
16 | <text key="name" text="Bundesstrasse (z.B. B11)"/>
|
---|
17 |
|
---|
18 | <!-- Bundesstrasses are usually not oneway -->
|
---|
19 | <check key="oneway" text="Oneway" default="off"/>
|
---|
20 |
|
---|
21 | <key key="highway" value="primary"/>
|
---|
22 | </item>
|
---|
23 |
|
---|
24 | <item name="Landstrasse" type="way">
|
---|
25 | <label text="Landstrassen in Deutschland"/>
|
---|
26 |
|
---|
27 | <text key="name" text="Name"/>
|
---|
28 |
|
---|
29 | <!-- Landstrasses are usually not oneway -->
|
---|
30 | <check key="oneway" text="Oneway" default="off"/>
|
---|
31 |
|
---|
32 | <key key="highway" value="secondary"/>
|
---|
33 | </item>
|
---|
34 |
|
---|
35 | <item name="Nebenstrasse" type="way">
|
---|
36 | <label text="Nebenstrasse in Deutschland"/>
|
---|
37 |
|
---|
38 | <text key="name" text="Name"/>
|
---|
39 |
|
---|
40 | <!-- Nebenstrasses are usually not oneway -->
|
---|
41 | <check key="oneway" text="Oneway" default="off"/>
|
---|
42 |
|
---|
43 | <key key="highway" value="unclassified"/>
|
---|
44 | </item>
|
---|
45 |
|
---|
46 | <item name="Wohnstrasse" type="way">
|
---|
47 | <label text="Wohnstrasse in Deutschland"/>
|
---|
48 |
|
---|
49 | <text key="name" text="Name"/>
|
---|
50 |
|
---|
51 | <!-- Wohnstrasses are usually not oneway -->
|
---|
52 | <check key="oneway" text="Oneway" default="off"/>
|
---|
53 |
|
---|
54 | <key key="highway" value="residential"/>
|
---|
55 | </item>
|
---|
56 |
|
---|
57 | <item name="Bus Halt" type="node">
|
---|
58 | <label text="Bushaltestelle in Deutschland"/>
|
---|
59 |
|
---|
60 | <text key="name" text="Name"/>
|
---|
61 |
|
---|
62 | <key key="highway" value="bus_stop"/>
|
---|
63 | </item>
|
---|
64 |
|
---|
65 | <item name="Fussweg" type="way">
|
---|
66 | <label text="Fussweg in Deutschland"/>
|
---|
67 |
|
---|
68 | <key key="highway" value="footway"/>
|
---|
69 | </item>
|
---|
70 |
|
---|
71 | </annotations>
|
---|