Last change
on this file since 7487 was
6562,
checked in by simon04, 9 years ago
|
fix #9327 - tagging presets: fix handling of nested <reference> s, refactor railway presets
|
File size:
731 bytes
|
Rev | Line | |
---|
[6562] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
| 2 | <presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0"> |
---|
| 3 | <chunk id="A1"> |
---|
| 4 | <key key="A1" value="true"/> |
---|
| 5 | </chunk> |
---|
| 6 | <chunk id="A3"> |
---|
| 7 | <key key="A3" value="true"/> |
---|
| 8 | </chunk> |
---|
| 9 | <chunk id="A"> |
---|
| 10 | <reference ref="A1"/> |
---|
| 11 | <key key="A2" value="true"/> |
---|
| 12 | <reference ref="A3"/> |
---|
| 13 | </chunk> |
---|
| 14 | <chunk id="C"> |
---|
| 15 | <key key="C1" value="true"/> |
---|
| 16 | <key key="C2" value="true"/> |
---|
| 17 | <key key="C3" value="true"/> |
---|
| 18 | </chunk> |
---|
| 19 | <item name="ABC"> |
---|
| 20 | <reference ref="A"/> |
---|
| 21 | <key key="B1" value="true"/> |
---|
| 22 | <key key="B2" value="true"/> |
---|
| 23 | <key key="B3" value="true"/> |
---|
| 24 | <reference ref="C"/> |
---|
| 25 | </item> |
---|
| 26 | </presets> |
---|
Note: See
TracBrowser
for help on using the repository browser.