source: josm/test/unit/org/openstreetmap/josm/gui/tagging/taggingpreset-test.xml@ 294

Last change on this file since 294 was 294, checked in by imi, 17 years ago
  • renamed annotation presets to tagging presets
File size: 437 bytes
Line 
1<annotations>
2 <item name="Highway">
3 <label text="Inserting a highway in UK" />
4
5 <text key="name" text="Highway (e.g. M3)" />
6 <combo key="highway" text="Type" values="major,minor" delete_if_empty="true" />
7
8 <!-- Highways are usually oneway -->
9 <check key="oneway" text="Oneway" default="on" />
10
11 <!-- Always setting class=highway -->
12 <key key="class" value="highway" />
13 </item>
14</annotations>
Note: See TracBrowser for help on using the repository browser.