1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | |
---|
3 | <!-- |
---|
4 | OpenRailwayMap JOSM Presets File |
---|
5 | Edition for German railways (in German) |
---|
6 | |
---|
7 | OpenRailwayMap Copyright (C) 2012-2014 Alexander Matheisen |
---|
8 | This program comes with ABSOLUTELY NO WARRANTY. |
---|
9 | This is free software, and you are welcome to redistribute it under certain conditions. |
---|
10 | See http://wiki.openstreetmap.org/wiki/OpenRailwayMap for details. |
---|
11 | --> |
---|
12 | |
---|
13 | |
---|
14 | <presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0" author="Nakaner" version="0.1" shortdescription="Test preset" description="Test preset for a JOSM bug report"> |
---|
15 | <item name="Test Preset" icon="rail.png" type="way"> |
---|
16 | <combo key="usage" text="Type of railway infrastructure" editable="false" values_sort="false" > |
---|
17 | <list_entry |
---|
18 | value="industrial" |
---|
19 | display_value="industrial/mine railway" |
---|
20 | short_description="A line only used for freight trains inside industrial areas or mines." /> |
---|
21 | <list_entry |
---|
22 | value=" " |
---|
23 | display_value="other with space" |
---|
24 | short_description="Main line, branch, tourism lines and test lines" /> |
---|
25 | <list_entry |
---|
26 | value="" |
---|
27 | display_value="other without space" |
---|
28 | short_description="Main line, branch, tourism lines and test lines" /> |
---|
29 | </combo> |
---|
30 | </item> |
---|
31 | </presets> |
---|