| 1 | <!-- |
|---|
| 2 | Como presets for JOSM. |
|---|
| 3 | Written by David Svantesson |
|---|
| 4 | --> |
|---|
| 5 | |
|---|
| 6 | <presets> |
|---|
| 7 | <group name="Land forms"> |
|---|
| 8 | <item name="Contour" type="way"> |
|---|
| 9 | <label text="Contours" /> |
|---|
| 10 | <space /> |
|---|
| 11 | <key key="iof" value="contour" /> |
|---|
| 12 | <combo key="type" text="Type of contour" values="normal,index,form" default="normal" /> |
|---|
| 13 | <text key="altitude" text="Altitude" default="" delete_if_empty="true" /> |
|---|
| 14 | </item> |
|---|
| 15 | <item name="Slope line"> |
|---|
| 16 | <label text="single slope line on contour" /> |
|---|
| 17 | <key key="iof" value="slope_line" /> |
|---|
| 18 | </item> |
|---|
| 19 | <item name="Earth bank"> |
|---|
| 20 | <key key="iof" value="earth_bank" /> |
|---|
| 21 | <label text="..." /> |
|---|
| 22 | </item> |
|---|
| 23 | |
|---|
| 24 | <item name="Earth wall"> |
|---|
| 25 | <key key="iof" value="earth_wall" /> |
|---|
| 26 | <combo key="size" text="Size of earth wall" values="normal,high" /> |
|---|
| 27 | </item> |
|---|
| 28 | |
|---|
| 29 | <item name="Erosion gully"> |
|---|
| 30 | <key key="iof" value="erosion_gully" /> |
|---|
| 31 | <combo key="size" values="normal,small" /> |
|---|
| 32 | </item> |
|---|
| 33 | |
|---|
| 34 | <item name="Knolls"> |
|---|
| 35 | <key key="iof" value="small_knoll" /> |
|---|
| 36 | <combo key="elongated" text="Elongated knoll?" values="yes,no" default="no" /> |
|---|
| 37 | <text key="direction" text="Direction of elongation" delete_if_empty="true" /> |
|---|
| 38 | </item> |
|---|
| 39 | |
|---|
| 40 | <item name="Depression"> |
|---|
| 41 | <key key="iof" value="small_depression" /> |
|---|
| 42 | </item> |
|---|
| 43 | |
|---|
| 44 | <item name="Pit"> |
|---|
| 45 | <key key="iof" value="pit" /> |
|---|
| 46 | </item> |
|---|
| 47 | |
|---|
| 48 | <item name="Broken ground"> |
|---|
| 49 | <key key="iof" value="broken_ground" /> |
|---|
| 50 | <combo key="size" values="small,medium,large" default="small" /> |
|---|
| 51 | </item> |
|---|
| 52 | |
|---|
| 53 | <item name="Special landform features"> |
|---|
| 54 | <key key="iof" value="special_landform" /> |
|---|
| 55 | <text key="description" text="Description (optional)" delete_if_empty="true" /> |
|---|
| 56 | </item> |
|---|
| 57 | </group> |
|---|
| 58 | |
|---|
| 59 | <group name="Rock and boulders"> |
|---|
| 60 | <item name="Cliffs"> |
|---|
| 61 | <key key="iof" value="cliff" /> |
|---|
| 62 | <combo key="passable" values="yes,no" default="yes" /> |
|---|
| 63 | <combo key="tags" values="yes,no" default="yes" /> |
|---|
| 64 | <text type="node" key="direction" text="Direction of cliff base (nodes), 0-360 deg" delete_if_empty="true" /> |
|---|
| 65 | </item> |
|---|
| 66 | <item name="Rock pillars"> |
|---|
| 67 | <label text="Rock pillars or gigantic boulders (area)" /> |
|---|
| 68 | <key key="iof" value="rock_pillars" /> |
|---|
| 69 | </item> |
|---|
| 70 | <item name="Rocky pit"> |
|---|
| 71 | <key key="iof" value="rocky_pit" /> |
|---|
| 72 | </item> |
|---|
| 73 | <item name="Cave"> |
|---|
| 74 | <key key="iof" value="cave" /> |
|---|
| 75 | </item> |
|---|
| 76 | <item name="Boulder"> |
|---|
| 77 | <key key="iof" value="boulder" /> |
|---|
| 78 | <combo key="size" values="small,medium,large" default="small" /> |
|---|
| 79 | </item> |
|---|
| 80 | <item name="Boulder field"> |
|---|
| 81 | <key key="iof" value="boulder_field" /> |
|---|
| 82 | <combo key="size" values="normal,large" /> |
|---|
| 83 | <text key="direction" delete_if_empty="true" /> |
|---|
| 84 | </item> |
|---|
| 85 | <item name="Boulder cluster"> |
|---|
| 86 | <key key="iof" value="boulder_cluster" /> |
|---|
| 87 | <combo key="size" values="normal,large" /> |
|---|
| 88 | </item> |
|---|
| 89 | <item name="Stony ground"> |
|---|
| 90 | <key key="iof" value="stony_ground" /> |
|---|
| 91 | <combo key="size" value="small,medium,large" /> |
|---|
| 92 | </item> |
|---|
| 93 | </group> |
|---|
| 94 | |
|---|
| 95 | <group name="Water"> |
|---|
| 96 | <item name="Water"> |
|---|
| 97 | <key key="iof" value="water" /> |
|---|
| 98 | <combo key="bank_line" text="With bankline?" value="yes,no" default="yes" /> |
|---|
| 99 | </item> |
|---|
| 100 | <item name="River"> |
|---|
| 101 | <label text="Smallest size of a river, use Water for areas" /> |
|---|
| 102 | <key key="iof" value="river" /> |
|---|
| 103 | <combo key="bank_line=" text="With bankline?" value="yes,no" default="yes" /> |
|---|
| 104 | </item> |
|---|
| 105 | <item name="Bank lines"> |
|---|
| 106 | <label text="Separate bank lines" /> |
|---|
| 107 | <key key="iof" value="bank_line" /> |
|---|
| 108 | </item> |
|---|
| 109 | <item name="Watercourse"> |
|---|
| 110 | <label text="Crossable watercourses. See Water for areas." /> |
|---|
| 111 | <key key="iof" value="watercourse" /> |
|---|
| 112 | <combo key="size" text="Size of watercourse" values="large,small,minor" default="small" /> |
|---|
| 113 | </item> |
|---|
| 114 | <item name="Waterhole"> |
|---|
| 115 | <key key="iof" value="waterhole" /> |
|---|
| 116 | </item> |
|---|
| 117 | <item name="narrow_marsh"> |
|---|
| 118 | <key key="iof" value="narrow_marsh" /> |
|---|
| 119 | </item> |
|---|
| 120 | <item name="Marshes"> |
|---|
| 121 | <key key="iof" value="marsh" /> |
|---|
| 122 | <combo key="type" values="impassable,normal,indistinct" default="normal" /> |
|---|
| 123 | </item> |
|---|
| 124 | <item name="Well"> |
|---|
| 125 | <key key="iof" value="well" /> |
|---|
| 126 | </item> |
|---|
| 127 | <item name="Spring"> |
|---|
| 128 | <key key="iof" value="spring" /> |
|---|
| 129 | </item> |
|---|
| 130 | <item name="Special water feature"> |
|---|
| 131 | <key key="iof" value="special_water" /> |
|---|
| 132 | <text key="description" text="Description (optional)" delete_if_empty="true" /> |
|---|
| 133 | </item> |
|---|
| 134 | </group> |
|---|
| 135 | |
|---|
| 136 | <group name="Forest"> |
|---|
| 137 | <item name="Forests"> |
|---|
| 138 | <key key="iof" value="forest" /> |
|---|
| 139 | <combo key="running" values="easy,slow,difficult,very_difficult,impassable" /> |
|---|
| 140 | <combo key="one_direction" values="yes,no" default="no" /> |
|---|
| 141 | <text key="direction" delete_if_empty="true" /> |
|---|
| 142 | </item> |
|---|
| 143 | <item name="Undergrowth"> |
|---|
| 144 | <key key="iof" value="undergrowth" /> |
|---|
| 145 | <combo key="running" values="slow,difficult" /> |
|---|
| 146 | </item> |
|---|
| 147 | <item name="Special vegetation feature"> |
|---|
| 148 | <key key="iof" value="special_vegetation" /> |
|---|
| 149 | <text key="description" text="Description (optional)" delete_if_empty="true" /> |
|---|
| 150 | <combo key="display" values="cross,circle,dot" default="cross" /> |
|---|
| 151 | </item> |
|---|
| 152 | </group> |
|---|
| 153 | |
|---|
| 154 | <group name="Open areas"> |
|---|
| 155 | <item name="Sandy open land"> |
|---|
| 156 | <key key="iof" value="open_land" /> |
|---|
| 157 | <key key="surface=" value="sand" /> |
|---|
| 158 | </item> |
|---|
| 159 | <item name="Bare rock"> |
|---|
| 160 | <key key="iof" value="bare_rock" /> |
|---|
| 161 | </item> |
|---|
| 162 | <item name="Open land"> |
|---|
| 163 | <key key="iof" value="open_land" /> |
|---|
| 164 | <combo key="surface" values="normal,rough" default="normal" /> |
|---|
| 165 | <combo key="trees" values="no,scattered" default="no" /> |
|---|
| 166 | <combo key="cultivated" values="yes,no" default="no" /> |
|---|
| 167 | </item> |
|---|
| 168 | <item name="Orchard"> |
|---|
| 169 | <key key="iof" value="orchard" /> |
|---|
| 170 | <text key="direction" delete_if_empty="true" /> |
|---|
| 171 | </item> |
|---|
| 172 | <item name="Vineyard"> |
|---|
| 173 | <key key="iof" value="vineyard" /> |
|---|
| 174 | <text key="direction" delete_if_empty="true" /> |
|---|
| 175 | </item> |
|---|
| 176 | </group> |
|---|
| 177 | |
|---|
| 178 | <group name="Boundaries"> |
|---|
| 179 | <item name="Distinct cultivation"> |
|---|
| 180 | <key key="iof" value="boundary" /> |
|---|
| 181 | <key key="type" value="distinct_cultivation" /> |
|---|
| 182 | </item> |
|---|
| 183 | <item name="Vegetation boundary"> |
|---|
| 184 | <key key="iof" value="boundary" /> |
|---|
| 185 | <combo key="type" text="Distinct or indistinct?" values="distinct_vegetation,indistinct_vegetation" default="distinct_vegetation" /> |
|---|
| 186 | </item> |
|---|
| 187 | <item name="Out-of-bounds area"> |
|---|
| 188 | <key key="iof" value="permanent_out_of_bounds" /> |
|---|
| 189 | <check key="boundary" default="true" /> |
|---|
| 190 | </item> |
|---|
| 191 | <item name="Out-of-bounds boundary"> |
|---|
| 192 | <key key="iof" value="boundary" /> |
|---|
| 193 | <key key="type" value="permanently_forbidden" /> |
|---|
| 194 | </item> |
|---|
| 195 | </group> |
|---|
| 196 | |
|---|
| 197 | <group name="Road and paths"> |
|---|
| 198 | <item name="Vehicle roads"> |
|---|
| 199 | <label text="Roads suitable for vehicles" /> |
|---|
| 200 | <key key="iof" value="road" /> |
|---|
| 201 | <combo key="type" text="Type/size of road" values="motorway,major,minor,narrow,track" /> |
|---|
| 202 | <check key="area" default="false" /> |
|---|
| 203 | <check key="construction" text="Road under construction" default="false" /> |
|---|
| 204 | </item> |
|---|
| 205 | <item name="Paved areas"> |
|---|
| 206 | <key key="iof" value="paved_area" /> |
|---|
| 207 | </item> |
|---|
| 208 | <item name="Footpaths"> |
|---|
| 209 | <key key="iof" value="path" /> |
|---|
| 210 | <combo key="type" text="Type/size of path" values="large,small,indistinct" /> |
|---|
| 211 | <check key="area" default="false" /> |
|---|
| 212 | </item> |
|---|
| 213 | <item name="Narrow ride"> |
|---|
| 214 | <key key="iof" value="narrow_ride" /> |
|---|
| 215 | </item> |
|---|
| 216 | <item name="Bridge"> |
|---|
| 217 | <label text="Footbridge" /> |
|---|
| 218 | <key key="iof" value="bridge" /> |
|---|
| 219 | <text key="direction" delete_if_empty="true" /> |
|---|
| 220 | </item> |
|---|
| 221 | <item name="Tunnel"> |
|---|
| 222 | <key key="iof" value="tunnel" /> |
|---|
| 223 | <combo key="part" values="extent,opening,edge" default="extent" /> |
|---|
| 224 | </item> |
|---|
| 225 | <item name="Railroad"> |
|---|
| 226 | <key key="iof" value="railway" /> |
|---|
| 227 | <combo key="type" values="rail,tram" default="rail" delete_if_empty="true" /> |
|---|
| 228 | </item> |
|---|
| 229 | </group> |
|---|
| 230 | |
|---|
| 231 | <group name="Man-made line features"> |
|---|
| 232 | <item name="Power line"> |
|---|
| 233 | <key key="iof" value="power_line" /> |
|---|
| 234 | <combo key="size" values="normal,major" default="normal" /> |
|---|
| 235 | </item> |
|---|
| 236 | <item name="Pylon on major powerline"> |
|---|
| 237 | |
|---|
| 238 | </item> |
|---|
| 239 | <item name="Stone wall"> |
|---|
| 240 | <key key="iof" value="stone_wall" /> |
|---|
| 241 | <combo key="size" values="ruined,normal,high" default="normal" /> |
|---|
| 242 | </item> |
|---|
| 243 | <item name="Fence"> |
|---|
| 244 | <key key="iof" value="fence" /> |
|---|
| 245 | <combo key="size" values="ruined,normal,high" default="normal" /> |
|---|
| 246 | </item> |
|---|
| 247 | <item name="Pipeline"> |
|---|
| 248 | <key key="iof" value="pipeline" /> |
|---|
| 249 | <check key="passable" default="true" /> |
|---|
| 250 | </item> |
|---|
| 251 | <item name="Crossing point"> |
|---|
| 252 | <label text="Crossing point on wall, fence or pipeline (draw line between openings)" /> |
|---|
| 253 | <key key="iof" value="crossing_point" /> |
|---|
| 254 | </item> |
|---|
| 255 | </group> |
|---|
| 256 | |
|---|
| 257 | <group name="Settlement"> |
|---|
| 258 | <item name="Building"> |
|---|
| 259 | <key key="iof" value="building" /> |
|---|
| 260 | <text type="node" key="direction" delete-if-empty="true" /> |
|---|
| 261 | </item> |
|---|
| 262 | <item name="Settlement area"> |
|---|
| 263 | <key key="iof" value="settlement" /> |
|---|
| 264 | </item> |
|---|
| 265 | </group> |
|---|
| 266 | |
|---|
| 267 | <group name="Man-made point features"> |
|---|
| 268 | <item name="Grave"> |
|---|
| 269 | <key key="iof" value="grave" /> |
|---|
| 270 | </item> |
|---|
| 271 | <item name="tower"> |
|---|
| 272 | <key key="iof" value="tower" /> |
|---|
| 273 | <combo key="size" text="Size of tower" value="small,high" default="small" /> |
|---|
| 274 | </item> |
|---|
| 275 | <item name="Cairn"> |
|---|
| 276 | <key key="iof" value="cairn" /> |
|---|
| 277 | </item> |
|---|
| 278 | <item name="Fodder rack"> |
|---|
| 279 | <key key="iof" value="fodder_rack" /> |
|---|
| 280 | </item> |
|---|
| 281 | <item name="Special man-made"> |
|---|
| 282 | <key key="iof" value="special_manmade" /> |
|---|
| 283 | <combo key="display" text="Display type" values="cross,circle" default="cross" /> |
|---|
| 284 | <text key="description" text="Enter description (optional)" delete_if_empty="true" /> |
|---|
| 285 | </item> |
|---|
| 286 | </group> |
|---|
| 287 | |
|---|
| 288 | <group name="Other"> |
|---|
| 289 | <item name="Ruin"> |
|---|
| 290 | <key key="iof" value="ruin" /> |
|---|
| 291 | <check key="solid_line" default="false" /> |
|---|
| 292 | </item> |
|---|
| 293 | <item name="Firing range"> |
|---|
| 294 | <key key="iof" value="firing_range" /> |
|---|
| 295 | </item> |
|---|
| 296 | </group> |
|---|
| 297 | </presets> |
|---|