| | 1 | {{{ |
| | 2 | #!preset |
| | 3 | <?xml version="1.0" encoding="UTF-8"?> |
| | 4 | <presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0" |
| | 5 | version="1.[[revision]]_[[date]]"> |
| | 6 | <item name="Scramble" type="way"> |
| | 7 | <label text="Map a scramble" /> |
| | 8 | <key key="highway" value="scramble" /> |
| | 9 | <check key="smoothness" text="Impassable for wheeled vehicles" value_on="impassable" disable_off="true" default="on" /> |
| | 10 | <check key="assisted_trail" text="Assisting structures" disable_off="true" /> |
| | 11 | <check key="safety_rope" text="Safety Rope" disable_off="true" /> |
| | 12 | <combo key="surface" text="Surface" values="rock,ground" default="rock" /> |
| | 13 | <combo key="sac_scale" text="SAC Grade" values="alpine_hiking,demanding_alpine_hiking,difficult_alpine_hiking" default="" /> |
| | 14 | <text key="yds_class" text="YDS Class" /> |
| | 15 | <text key="uiaa_scale" text="UIAA Grade" /> |
| | 16 | <text key="name" text="Name" /> |
| | 17 | </item> |
| | 18 | </presets> |
| | 19 | }}} |