Last change
on this file since 255 was 193, checked in by imi, 19 years ago |
- added new XmlObjectParser that should replace the direct use of MinML2 in the future
- changed AnnotationPreset to use the new parser
|
File size:
437 bytes
|
Rev | Line | |
---|
[193] | 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.