Changes between Version 9 and Version 10 of Presets/Historical_Objects
- Timestamp:
- 2013-08-12T09:55:06+02:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Presets/Historical_Objects
v9 v10 3 3 <presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0" 4 4 author="Lutz" 5 version="1. 8_2013-08-12"5 version="1.[[revision]]_[[date]]" 6 6 7 7 description="Historic Objects" … … 17 17 18 18 <group name="Castle" de.name="Burg/Schloss/Palast" nl.name="Burcht/Kasteel/Paleis" icon="castle.png" > 19 <item name="Castle (stately)" 20 icon="schloss.png"21 de.name="Schloss"nl.name="Kasteel"22 type="node,closedway,relation">23 24 <space/>25 26 <link href="http://wiki.openstreetmap.org/wiki/Tag:historic%3Dcastle" de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:historic%3Dcastle"/>27 28 <space/>29 19 <item name="Castle (stately)" 20 de.name="Schloss" 21 nl.name="Kasteel" 22 icon="schloss.png" 23 type="node,closedway,relation"> 24 <space/> 25 26 <link href="http://wiki.openstreetmap.org/wiki/Tag:historic=castle" 27 de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:historic=castle"/> 28 <space/> 29 30 30 <key key="historic" value="castle" /> 31 31 <key key="castle_type" value="stately" /> 32 33 <text key="name" text="Name" nl.text="Naam"/>32 33 <text key="name" text="Name" /> 34 34 <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" /> 35 35 <space/> 36 36 37 37 <check key="ruins" text="ruins" de.text="Ruine" nl.text="Ruïne" default="off" delete_if_empty="true" /> 38 39 <space/> 40 38 39 <space/> 40 41 41 <text key="wikipedia" 42 42 text="Wikipedia Link" … … 44 44 fr.text="Lien Wikipédia" /> 45 45 <space/> 46 47 <text key="website" 48 text="Website" 49 de.text="Webseite" /> 46 47 <text key="website" text="Website" /> 50 48 <space/> 51 52 49 53 50 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" /> 54 51 <space/> 55 52 <text key="image" 56 53 text="Image-URL" 57 de.text="Bild-URL" nl.text="Foto URL" /> 58 <space/> 59 54 de.text="Bild-URL" 55 nl.text="Foto URL" /> 56 <space/> 57 60 58 <combo key="start_date" 61 59 values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823" 62 60 text="start_date" 63 de.text="Baujahr" nl.text="Bouwjaar"/> 64 65 <space/> 66 67 61 de.text="Baujahr" 62 nl.text="Bouwjaar"/> 63 <space/> 64 68 65 <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/> 69 66 <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/> … … 73 70 <space/> 74 71 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/> 72 73 </item> 74 75 <item name="Castle (defensive)" 76 de.name="Burg" 77 nl.name="Burcht" 78 icon="burg.png" 79 type="node,closedway,relation"> 80 <space/> 81 82 <link href="http://wiki.openstreetmap.org/wiki/Tag:historic=castle" 83 de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:historic=castle" /> 84 <space/> 85 86 <key key="historic" value="castle" /> 87 <key key="castle_type" value="defensive" /> 88 89 <text key="name" text="Name" /> 90 <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" /> 91 <space/> 92 93 <check key="ruins" text="ruins" de.text="Ruine" nl.text="Ruïne" default="off" delete_if_empty="true" /> 94 95 <space/> 96 97 <text key="wikipedia" 98 text="Wikipedia Link" 99 de.text="Wikipedia Artikel" 100 fr.text="Lien Wikipédia" 101 nl.text="Wikipedia artikel" /> 102 <space/> 103 104 <text key="website" text="Website" /> 105 <space/> 106 107 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" /> 108 <space/> 109 <text key="image" 110 text="Image-URL" 111 de.text="Bild-URL" 112 nl.text="Foto URL" /> 113 <space/> 114 115 <combo key="start_date" 116 values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823" 117 text="start_date" 118 de.text="Baujahr" 119 nl.text="Bouwjaar" /> 120 <space/> 121 122 <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/> 123 <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/> 124 <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/> 125 <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/> 126 <combo key="addr:country" values="AT,CH,BE,DE,FR,GB,IT,US" text="Country code" de.text="Ländercode" nl.text="Landcode" use_last_as_default="force" /> 127 128 <space/> 129 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/> 130 75 131 </item> 76 132 77 <item name="Castle (defensive)" 78 icon="burg.png" 79 de.name="Burg" nl.name="Burcht" 133 <item name="Fort" 134 de.name="Festung" 135 nl.name="Vesting/Fort" 136 icon="castle.png" 137 type="node,closedway,relation"> 138 <space/> 139 140 <link href="http://wiki.openstreetmap.org/wiki/Tag:historic=castle" 141 de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:historic=castle"/> 142 <space/> 143 144 <key key="historic" value="castle" /> 145 <key key="castle_type" value="fortress" /> 146 147 <text key="name" text="Name" /> 148 <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" /> 149 <space/> 150 151 <check key="ruins" text="ruins" de.text="Ruine" nl.text="Ruïne" default="off" delete_if_empty="true" /> 152 153 <space/> 154 155 <text key="wikipedia" 156 text="Wikipedia Link" 157 de.text="Wikipedia Artikel" 158 fr.text="Lien Wikipédia" 159 nl.text="Wikipedia artikel" /> 160 <space/> 161 162 <text key="website" text="Website" /> 163 <space/> 164 165 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" /> 166 <space/> 167 <text key="image" 168 text="Image-URL" 169 de.text="Bild-URL" 170 nl.text="Foto URL" /> 171 <space/> 172 173 <combo key="start_date" 174 values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823" 175 text="start_date" 176 de.text="Baujahr" 177 nl.text="Bouwjaar" /> 178 <space/> 179 180 <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/> 181 <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/> 182 <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/> 183 <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/> 184 <combo key="addr:country" values="AT,CH,BE,DE,FR,GB,IT,US" text="Country code" de.text="Ländercode" nl.text="Landcode" use_last_as_default="force" /> 185 186 <space/> 187 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/> 188 189 </item> 190 191 <item name="Shiro" 192 icon="shiro.png" 193 de.name="Shiro" 194 nl.name="Shiro" 80 195 type="node,closedway,relation"> 81 82 <space/> 83 84 <link href="http://wiki.openstreetmap.org/wiki/Tag:historic%3Dcastle" de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:historic%3Dcastle"/> 85 196 <space/> 197 198 <link href="http://wiki.openstreetmap.org/wiki/Tag:historic=castle" 199 de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:historic=castle"/> 86 200 <space/> 87 201 88 202 <key key="historic" value="castle" /> 89 <key key="castle_type" value=" defensive" />90 91 <text key="name" text="Name" nl.text="Naam"/>203 <key key="castle_type" value="shiro" /> 204 205 <text key="name" text="Name" /> 92 206 <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" /> 93 207 <space/> 94 208 95 209 <check key="ruins" text="ruins" de.text="Ruine" nl.text="Ruïne" default="off" delete_if_empty="true" /> 96 97 <space/> 98 210 211 <space/> 212 99 213 <text key="wikipedia" 100 text="Wikipedia Link" 101 de.text="Wikipedia Artikel" nl.text="Wikipedia artikel" 102 fr.text="Lien Wikipédia" /> 214 text="Wikipedia Link" 215 de.text="Wikipedia Artikel" 216 fr.text="Lien Wikipédia" 217 nl.text="Wikipedia artikel" /> 218 <space/> 219 220 <text key="website" text="Website" /> 103 221 <space/> 104 105 <text key="website" 106 text="Website" 107 de.text="Webseite" /> 108 <space/> 109 110 222 111 223 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" /> 112 224 <space/> 113 225 <text key="image" 114 text="Image-URL" 115 de.text="Bild-URL" nl.text="Foto URL" /> 116 <space/> 117 226 text="Image-URL" 227 de.text="Bild-URL" 228 nl.text="Foto URL" /> 229 <space/> 230 118 231 <combo key="start_date" 119 values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"120 text="start_date"121 de.text="Baujahr"nl.text="Bouwjaar"/>122 123 <space/> 124 232 values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823" 233 text="start_date" 234 de.text="Baujahr" 235 nl.text="Bouwjaar" /> 236 <space/> 237 125 238 <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/> 126 239 <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/> … … 128 241 <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/> 129 242 <combo key="addr:country" values="AT,CH,BE,DE,FR,GB,IT,US" text="Country code" de.text="Ländercode" nl.text="Landcode" use_last_as_default="force" /> 130 243 131 244 <space/> 132 245 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/> 133 246 </item> 134 135 <item name="Fort" 136 icon="castle.png" 137 de.name="Festung" nl.name="Vesting/Fort" 138 type="node,closedway,relation"> 139 140 <space/> 141 142 <link href="http://wiki.openstreetmap.org/wiki/Tag:historic%3Dcastle" de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:historic%3Dcastle"/> 143 144 <space/> 145 146 <key key="historic" value="castle" /> 147 <key key="castle_type" value="fortress" /> 148 149 <text key="name" text="Name" nl.text="Naam"/> 247 248 <item name="Palace" 249 icon="palast.png" 250 de.name="Palast" 251 nl.name="Paleis" 252 type="node,closedway,relation"> 253 <key key="historic" value="castle" /> 254 <key key="castle_type" value="palace" /> 255 256 <text key="name" text="Name" /> 257 <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" /> 258 <space/> 259 260 <check key="ruins" text="ruins" de.text="Ruine" nl.text="Ruïne" default="off" delete_if_empty="true" /> 261 262 <space/> 263 264 <text key="wikipedia" 265 text="Wikipedia Link" 266 de.text="Wikipedia Artikel" 267 fr.text="Lien Wikipédia" 268 nl.text="Wikipedia artikel" /> 269 <space/> 270 271 <text key="website" text="Website" /> 272 <space/> 273 274 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" /> 275 <space/> 276 <text key="image" 277 text="Image-URL" 278 de.text="Bild-URL" 279 nl.text="Foto URL" /> 280 <space/> 281 282 <combo key="start_date" 283 values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823" 284 text="start_date" 285 de.text="Baujahr" 286 nl.text="Bouwjaar"/> 287 <space/> 288 289 <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/> 290 <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/> 291 <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/> 292 <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/> 293 <combo key="addr:country" values="AT,CH,BE,DE,FR,GB,IT,US" text="Country code" de.text="Ländercode" nl.text="Landcode" use_last_as_default="force" /> 294 295 <space/> 296 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/> 297 </item> 298 299 <item name="Manor" 300 icon="manor.png" 301 de.name="Rittergut/Herrenhaus" 302 nl.name="Ridderhuis/Herenhuis/Landgoed" 303 type="node,closedway"> 304 <space/> 305 306 <link href="http://wiki.openstreetmap.org/wiki/Tag:historic=manor" 307 de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:historic=manor "/> 308 <space/> 309 310 <key key="historic" value="manor" /> 311 312 <text key="name" text="Name" /> 150 313 <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" /> 151 314 <space/> 152 315 153 316 <check key="ruins" text="ruins" de.text="Ruine" nl.text="Ruïne" default="off" delete_if_empty="true" /> 154 155 <space/> 156 317 318 <space/> 319 157 320 <text key="wikipedia" 158 321 text="Wikipedia Link" 159 de.text="Wikipedia Artikel" nl.text="Wikipedia artikel" 160 fr.text="Lien Wikipédia" /> 322 de.text="Wikipedia Artikel" 323 fr.text="Lien Wikipédia" 324 nl.text="Wikipedia artikel" /> 325 <space/> 326 327 <text key="website" text="Website" /> 161 328 <space/> 162 163 <text key="website" 164 text="Website" 165 de.text="Webseite" /> 166 <space/> 167 168 329 169 330 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" /> 170 331 <space/> 171 332 <text key="image" 172 333 text="Image-URL" 173 de.text="Bild-URL" nl.text="Foto URL" /> 174 <space/> 175 334 de.text="Bild-URL" 335 nl.text="Foto URL" /> 336 <space/> 337 176 338 <combo key="start_date" 177 339 values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823" 178 340 text="start_date" 179 de.text="Baujahr" nl.text="Bouwjaar"/>180 181 <space/> 182 341 de.text="Baujahr" 342 nl.text="Bouwjaar"/> 343 <space/> 344 183 345 <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/> 184 346 <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/> … … 186 348 <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/> 187 349 <combo key="addr:country" values="AT,CH,BE,DE,FR,GB,IT,US" text="Country code" de.text="Ländercode" nl.text="Landcode" use_last_as_default="force" /> 188 350 189 351 <space/> 190 352 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/> 191 353 </item> 192 193 <item name="Shiro" 194 icon="shiro.png" 195 de.name="Shiro" nl.name="Shiro" 354 355 </group> 356 357 <group name="Monastery" de.name="Kloster" nl.name="Klooster" icon="kloster.png" > 358 359 <item name="Inactive Monastery" 360 icon="kloster.png" 361 de.name="ehemaliges Kloster" 362 nl.name="Voormalig klooster" 196 363 type="node,closedway,relation"> 197 198 <space/> 199 200 <link href="http://wiki.openstreetmap.org/wiki/Tag:historic%3Dcastle" de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:historic%3Dcastle"/> 201 202 <space/> 203 204 <key key="historic" value="castle" /> 205 <key key="castle_type" value="shiro" /> 206 207 <text key="name" text="Name" nl.text="Naam"/> 364 <key key="historic" value="monastery" /> 365 <text key="name" text="Name" /> 208 366 <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" /> 209 <space/> 210 367 368 <space/> 369 370 <combo key="religion" text="Religion" values="animist,bahai,buddhist,christian,hindu,jain,jewish,multifaith,muslim,pagan,pastafarian,scientologist,shinto,sikh,spiritualist,taoist,unitarian,yazidi,zoroastrian" /> 371 <space/> 372 373 <combo key="denomination" text="denomination" values="anglican,baptist,catholic,roman_catholic,old_catholic,greek_catholic,evangelical,jehovahs_witness,lutheran,mennonite,messianic_jewish,methodist,mormon,new_apostolic,orthodox,greek_orthodox,coptic_orthodox,pentecostal,presbyterian,protestant,quaker,reformed,russian_orthodox,seventh_day_adventist,christian_community,adventist,alliance,assemblies_of_god,apostolic,armenian_apostolic,assyrian,christ_scientist,church_of_scotland,czechoslovak_hussite,dutch_reformed,exclusive_brethren,foursquare,kimbanguist,living_waters_church,mariavite,maronite,moravian,nazarene,nondenominational,old_believers,polish_catholic,salvation_army,santo_daime,serbian_orthodox,spiritism,united,united_church_of_christ,united_free_church_of_scotland,united_methodist,united_reformed,uniting,church_of_sweden,mission_covenant_church_of_sweden" /> 374 <space/> 375 376 <combo key="community:gender" 377 values="male,female" 378 de.display_values="Mönchskloster,Nonnenkloster" 379 nl.display_values="Monikken,Nonnen" 380 text="gender" 381 de.text="Gemeinschaft" 382 nl.text="Gemeenschap" /> 383 <space/> 384 211 385 <check key="ruins" text="ruins" de.text="Ruine" nl.text="Ruïne" default="off" delete_if_empty="true" /> 212 213 <space/> 214 386 387 <space/> 388 215 389 <text key="wikipedia" 216 390 text="Wikipedia Link" 217 de.text="Wikipedia Artikel" nl.text="Wikipedia artikel" 218 fr.text="Lien Wikipédia" /> 219 <space/> 220 221 <text key="website" 222 text="Website" 223 de.text="Webseite" /> 391 de.text="Wikipedia Artikel" 392 fr.text="Lien Wikipédia" 393 nl.text="Wikipedia artikel" /> 394 <space/> 395 396 <text key="website" text="Website" /> 224 397 <space/> 225 226 398 227 399 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" /> 228 400 <space/> 229 401 <text key="image" 230 402 text="Image-URL" 231 de.text="Bild-URL" nl.text="Foto URL" /> 232 <space/> 233 403 de.text="Bild-URL" 404 nl.text="Foto URL" /> 405 <space/> 406 234 407 <combo key="start_date" 235 408 values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823" 236 409 text="start_date" 237 de.text="Baujahr" nl.text="Bouwjaar"/> 238 239 <space/> 240 410 de.text="Eröffnung des Klosters" 411 nl.text="Opening v.h. klooster" /> 412 <space/> 413 414 <combo key="end_date" 415 values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823" 416 text="end_date" 417 de.text="Schließung des Klosters" 418 nl.text="Sluiting v.h. klooster" /> 419 <space/> 420 241 421 <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/> 242 422 <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/> … … 244 424 <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/> 245 425 <combo key="addr:country" values="AT,CH,BE,DE,FR,GB,IT,US" text="Country code" de.text="Ländercode" nl.text="Landcode" use_last_as_default="force" /> 246 426 247 427 <space/> 248 428 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/> 249 429 </item> 250 251 <item name="Palace" 252 icon="palast.png" 253 de.name="Palast" nl.name="Paleis" 430 431 <item name="Active Monastery" 432 de.name="Aktives Kloster" 433 nl.name="Actief klooster" 434 icon="kloster.png" 254 435 type="node,closedway,relation"> 255 <key key="historic" value="castle" /> 256 <key key="castle_type" value="palace" /> 257 258 <text key="name" text="Name" nl.text="Naam"/> 436 437 <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=monastery"/> 438 439 <key key="amenity" value="monastery" /> 440 441 <text key="name" text="Name" /> 259 442 <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" /> 260 <space/> 261 262 <check key="ruins" text="ruins" de.text="Ruine" nl.text="Ruïne" default="off" delete_if_empty="true" /> 263 264 <space/> 265 443 444 <space/> 445 446 <combo key="religion" text="Religion" values="animist,bahai,buddhist,christian,hindu,jain,jewish,multifaith,muslim,pagan,pastafarian,scientologist,shinto,sikh,spiritualist,taoist,unitarian,yazidi,zoroastrian" /> 447 <space/> 448 449 <combo key="denomination" text="denomination" values="anglican,baptist,catholic,roman_catholic,old_catholic,greek_catholic,evangelical,jehovahs_witness,lutheran,mennonite,messianic_jewish,methodist,mormon,new_apostolic,orthodox,greek_orthodox,coptic_orthodox,pentecostal,presbyterian,protestant,quaker,reformed,russian_orthodox,seventh_day_adventist,christian_community,adventist,alliance,assemblies_of_god,apostolic,armenian_apostolic,assyrian,christ_scientist,church_of_scotland,czechoslovak_hussite,dutch_reformed,exclusive_brethren,foursquare,kimbanguist,living_waters_church,mariavite,maronite,moravian,nazarene,nondenominational,old_believers,polish_catholic,salvation_army,santo_daime,serbian_orthodox,spiritism,united,united_church_of_christ,united_free_church_of_scotland,united_methodist,united_reformed,uniting,church_of_sweden,mission_covenant_church_of_sweden" /> 450 <space/> 451 452 <combo key="community:gender" 453 values="male,female" 454 de.display_values="Mönchskloster,Nonnenkloster" 455 nl.display_values="Monikken, Nonnen" 456 text="gender" 457 de.text="Gemeinschaft" 458 nl.text="Gemeenschap" /> 459 <space/> 460 461 <text key="operator" text="Operator" de.text="Betreibers des Klosters" delete_if_empty="true" /> 462 266 463 <text key="wikipedia" 267 text="Wikipedia Link" 268 de.text="Wikipedia Artikel" nl.text="Wikipedia artikel" 269 fr.text="Lien Wikipédia" /> 270 <space/> 271 272 <text key="website" 273 text="Website" 274 de.text="Webseite" /> 275 <space/> 276 277 464 text="Wikipedia Link" 465 de.text="Wikipedia Artikel" 466 fr.text="Lien Wikipédia" 467 nl.text="Wikipedia artikel" /> 468 <space/> 469 470 <text key="website" text="Website" /> 471 <space/> 472 278 473 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" /> 279 474 <space/> 280 475 <text key="image" 281 text="Image-URL" 282 de.text="Bild-URL" nl.text="Foto URL" /> 283 <space/> 284 476 text="Image-URL" 477 de.text="Bild-URL" 478 nl.text="Foto URL" /> 479 <space/> 480 285 481 <combo key="start_date" 286 values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"287 text="start_date"288 de.text="Baujahr" nl.text="Bouwjaar"/>289 290 <space/> 291 482 values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823" 483 text="start_date" 484 de.text="Eröffnung des Klosters" 485 nl.text="Opening v.h. klooster" /> 486 <space/> 487 292 488 <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/> 293 489 <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/> … … 295 491 <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/> 296 492 <combo key="addr:country" values="AT,CH,BE,DE,FR,GB,IT,US" text="Country code" de.text="Ländercode" nl.text="Landcode" use_last_as_default="force" /> 297 298 <space/> 299 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/> 300 </item> 301 302 <item name="Manor" 303 icon="manor.png" 304 de.name="Rittergut/Herrenhaus" nl.name="Ridderhuis/Herenhuis/Landgoed" 305 type="node,closedway"> 306 307 <space/> 308 309 <link href="http://wiki.openstreetmap.org/wiki/Tag:historic%3Dmanor" de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:historic%3Dmanor"/> 310 311 <space/> 312 313 <key key="historic" value="manor" /> 314 315 <text key="name" text="Name" nl.text="Naam"/> 316 <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" /> 317 <space/> 318 319 <check key="ruins" text="ruins" de.text="Ruine" nl.text="Ruïne" default="off" delete_if_empty="true" /> 320 321 <space/> 322 323 <text key="wikipedia" 324 text="Wikipedia Link" 325 de.text="Wikipedia Artikel" nl.text="Wikipedia artikel" 326 fr.text="Lien Wikipédia" /> 327 <space/> 328 329 <text key="website" 330 text="Website" 331 de.text="Webseite" /> 332 <space/> 333 334 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" /> 335 <space/> 336 <text key="image" 337 text="Image-URL" 338 de.text="Bild-URL" nl.text="Foto URL" /> 339 <space/> 340 341 <combo key="start_date" 342 values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823" 343 text="start_date" 344 de.text="Baujahr" nl.text="Bouwjaar"/> 345 346 <space/> 347 348 349 350 <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/> 351 <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/> 352 <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/> 353 <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/> 354 <combo key="addr:country" values="AT,CH,BE,DE,FR,GB,IT,US" text="Country code" de.text="Ländercode" nl.text="Landcode" use_last_as_default="force" /> 355 356 <space/> 357 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/> 358 </item> 359 360 </group> 361 362 363 <group name="Monastery" de.name="Kloster" nl.name="Klooster" icon="kloster.png" > 364 365 <item name="Inactive Monastery" 366 icon="kloster.png" 367 de.name="ehemaliges Kloster" nl.name="Voormalig klooster" 368 type="node,closedway,relation"> 369 <key key="historic" value="monastery" /> 370 371 <text key="name" text="Name" nl.text="Naam"/> 372 <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" /> 373 374 <space/> 375 376 <combo key="religion" 377 values="animist,bahai,buddhist,christian,hindu,jain,jewish,multifaith,muslim,pagan,pastafarian,scientologist,shinto,sikh,spiritualist,taoist,unitarian,yazidi,zoroastrian" 378 text="Religion" 379 de.text="Religion" nl.text="Religie"/> 380 381 <space/> 382 383 <combo key="denomination" 384 values="anglican,baptist,catholic,roman_catholic,old_catholic,greek_catholic,evangelical,jehovahs_witness,lutheran,mennonite,messianic_jewish,methodist,mormon,new_apostolic,orthodox,greek_orthodox,coptic_orthodox,pentecostal,presbyterian,protestant,quaker,reformed,russian_orthodox,seventh_day_adventist,christian_community,adventist,alliance,assemblies_of_god,apostolic,armenian_apostolic,assyrian,christ_scientist,church_of_scotland,czechoslovak_hussite,dutch_reformed,exclusive_brethren,foursquare,kimbanguist,living_waters_church,mariavite,maronite,moravian,nazarene,nondenominational,old_believers,polish_catholic,salvation_army,santo_daime,serbian_orthodox,spiritism,united,united_church_of_christ,united_free_church_of_scotland,united_methodist,united_reformed,uniting,church_of_sweden,mission_covenant_church_of_sweden" 385 text="denomination" 386 de.text="Konfession" nl.text="Subgroep"/> 387 388 <space/> 389 390 <combo key="community:gender" 391 values="male,female" 392 de.display_values="Mönchskloster,Nonnenkloster" nl.display_values="Monikken,Nonnen" 393 text="gender" 394 de.text="Gemeinschaft" nl.text="Gemeenschap"/> 395 396 <space/> 397 398 <check key="ruins" text="ruins" de.text="Ruine" nl.text="Ruïne" default="off" delete_if_empty="true" /> 399 400 <space/> 401 402 <text key="wikipedia" 403 text="Wikipedia Link" 404 de.text="Wikipedia Artikel" nl.text="Wikipedia artikel" 405 fr.text="Lien Wikipédia" /> 406 <space/> 407 408 <text key="website" 409 text="Website" 410 de.text="Webseite" /> 411 <space/> 412 413 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" /> 414 <space/> 415 <text key="image" 416 text="Image-URL" 417 de.text="Bild-URL" nl.text="Foto URL" /> 418 <space/> 419 420 <combo key="start_date" 421 values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823" 422 text="start_date" 423 de.text="Eröffnung des Klosters" nl.text="Opening v.h. klooster"/> 424 425 <space/> 426 427 <combo key="end_date" 428 values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823" 429 text="end_date" 430 de.text="Schließung des Klosters" nl.text="Sluiting v.h. klooster"/> 431 432 <space/> 433 434 <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/> 435 <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/> 436 <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/> 437 <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/> 438 <combo key="addr:country" values="AT,CH,BE,DE,FR,GB,IT,US" text="Country code" de.text="Ländercode" nl.text="Landcode" use_last_as_default="force" /> 439 440 <space/> 441 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/> 442 </item> 443 444 <item name="Active Monastery" 445 icon="kloster.png" 446 de.name="Aktives Kloster" nl.name="Actief klooster" 447 type="node,closedway,relation"> 448 449 <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dmonastery"/> 450 451 <key key="amenity" value="monastery" /> 452 453 <text key="name" text="Name" nl.text="Naam"/> 454 <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" /> 455 456 <space/> 457 458 <combo key="religion" 459 values="animist,bahai,buddhist,christian,hindu,jain,jewish,multifaith,muslim,pagan,pastafarian,scientologist,shinto,sikh,spiritualist,taoist,unitarian,yazidi,zoroastrian" 460 text="Religion" 461 de.text="Religion" nl.text="Religie"/> 462 463 <space/> 464 465 <combo key="denomination" 466 values="anglican,baptist,catholic,roman_catholic,old_catholic,greek_catholic,evangelical,jehovahs_witness,lutheran,mennonite,messianic_jewish,methodist,mormon,new_apostolic,orthodox,greek_orthodox,coptic_orthodox,pentecostal,presbyterian,protestant,quaker,reformed,russian_orthodox,seventh_day_adventist,christian_community,adventist,alliance,assemblies_of_god,apostolic,armenian_apostolic,assyrian,christ_scientist,church_of_scotland,czechoslovak_hussite,dutch_reformed,exclusive_brethren,foursquare,kimbanguist,living_waters_church,mariavite,maronite,moravian,nazarene,nondenominational,old_believers,polish_catholic,salvation_army,santo_daime,serbian_orthodox,spiritism,united,united_church_of_christ,united_free_church_of_scotland,united_methodist,united_reformed,uniting,church_of_sweden,mission_covenant_church_of_sweden" 467 text="denomination" 468 de.text="Konfession" nl.text="Subgroep"/> 469 470 <space/> 471 472 <combo key="community:gender" 473 values="male,female" 474 de.display_values="Mönchskloster,Nonnenkloster" nl.display_values="Monikken, Nonnen" 475 text="gender" 476 de.text="Gemeinschaft" nl.text="Gemeenschap"/> 477 478 <space/> 479 480 <text key="operator" text="Operator" de.text="Betreibers des Klosters" delete_if_empty="true" /> 481 482 <text key="wikipedia" 483 text="Wikipedia Link" 484 de.text="Wikipedia Artikel" nl.text="Wikipedia artikel" 485 fr.text="Lien Wikipédia" /> 486 <space/> 487 488 <text key="website" 489 text="Website" 490 de.text="Webseite" /> 491 <space/> 492 493 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" /> 494 <space/> 495 <text key="image" 496 text="Image-URL" 497 de.text="Bild-URL" nl.text="Foto URL" /> 498 <space/> 499 500 <combo key="start_date" 501 values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823" 502 text="start_date" 503 de.text="Eröffnung des Klosters" nl.text="Opening v.h. klooster" /> 504 505 <space/> 506 507 508 509 <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/> 510 <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/> 511 <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/> 512 <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/> 513 <combo key="addr:country" values="AT,CH,BE,DE,FR,GB,IT,US" text="Country code" de.text="Ländercode" nl.text="Landcode" use_last_as_default="force" /> 514 493 515 494 <space/> 516 495 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/> … … 520 499 <group name="Mills" de.name="Mühlen" nl.name="Molens" icon="castle.png" > 521 500 522 <item name="Windmill" 523 icon="windmill.png" 524 de.name="Windmühle" nl.name="Windmolen" 525 type="node,closedway"> 526 <key key="man_made" value="windmill" /> 527 528 <text key="name" text="Name" nl.text="Naam"/> 501 <item name="Windmill" 502 de.name="Windmühle" 503 nl.name="Windmolen" 504 icon="windmill.png" 505 type="node,closedway"> 506 <key key="man_made" value="windmill" /> 507 508 <text key="name" text="Name" /> 509 <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" /> 510 <space/> 511 512 <check key="ruins" text="ruins" de.text="Ruine" nl.text="Ruïne" default="off" delete_if_empty="true" /> 513 <space/> 514 515 <combo key="windmill:vanes" text="Windmill Vanes" de.text="Windmühlenflügel" values="no,yes" default="" delete_if_empty="true" /> 516 <space/> 517 518 <text key="wikipedia" 519 text="Wikipedia Link" 520 de.text="Wikipedia Artikel" 521 fr.text="Lien Wikipédia" 522 nl.text="Wikipedia artikel" /> 523 <space/> 524 525 <text key="website" text="Website" /> 526 <space/> 527 528 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" /> 529 <space/> 530 <text key="image" 531 text="Image-URL" 532 de.text="Bild-URL" 533 nl.text="Foto URL" /> 534 <space/> 535 536 <combo key="start_date" 537 values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823" 538 text="start_date" 539 de.text="Baujahr" 540 nl.text="Bouwjaar" /> 541 <space/> 542 543 <combo key="end_date" 544 values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823" 545 text="end_date" 546 de.text="Schließung der Mühle" 547 nl.text="Sluiting v.d. molen" /> 548 <space/> 549 550 <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/> 551 <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/> 552 <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/> 553 <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/> 554 <combo key="addr:country" values="AT,CH,BE,DE,FR,GB,IT,US" text="Country code" de.text="Ländercode" nl.text="Landcode" use_last_as_default="force" /> 555 556 <space/> 557 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/> 558 </item> 559 560 <item name="Watermill" 561 de.name="Wassermühle" 562 nl.name="Watermolen" 563 icon="watermill.png" 564 type="node,closedway"> 565 <key key="man_made" value="watermill" /> 566 567 <text key="name" text="Name" /> 529 568 <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" /> 530 <space/> 531 532 <check key="ruins" text="ruins" de.text="Ruine" nl.text="Ruïne" default="off" delete_if_empty="true" /> 533 534 <space/> 535 536 <combo key="windmill:vanes" text="Windmill Vanes" de.text="Windmühlenflügel" values="no,yes" default="" delete_if_empty="true" /> 537 538 539 <space/> 540 569 <space/> 570 571 <check key="ruins" text="ruins" de.text="Ruine" nl.text="Ruïne" default="off" delete_if_empty="true" /> 572 <space/> 573 541 574 <text key="wikipedia" 542 text="Wikipedia Link" 543 de.text="Wikipedia Artikel" nl.text="Wikipedia artikel" 544 fr.text="Lien Wikipédia" /> 545 <space/> 546 547 <text key="website" 548 text="Website" 549 de.text="Webseite" /> 575 text="Wikipedia Link" 576 de.text="Wikipedia Artikel" 577 fr.text="Lien Wikipédia" 578 nl.text="Wikipedia artikel" /> 579 <space/> 580 581 <text key="website" text="Website" /> 550 582 <space/> 551 583 552 584 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" /> 553 585 <space/> 554 586 <text key="image" 555 text="Image-URL" 556 de.text="Bild-URL" nl.text="Foto URL" /> 587 text="Image-URL" 588 de.text="Bild-URL" 589 nl.text="Foto URL" /> 557 590 <space/> 558 591 559 592 <combo key="start_date" 560 values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823" 561 text="start_date" 562 de.text="Baujahr" nl.text="Bouwjaar"/> 563 564 <space/> 565 566 <combo key="end_date" 567 values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823" 568 text="end_date" 569 de.text="Schließung der Mühle" nl.text="Sluiting v.d. molen"/> 570 571 <space/> 572 573 <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/> 574 <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/> 575 <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/> 576 <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/> 577 <combo key="addr:country" values="AT,CH,BE,DE,FR,GB,IT,US" text="Country code" de.text="Ländercode" nl.text="Landcode" use_last_as_default="force" /> 578 579 <space/> 580 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/> 581 </item> 582 583 584 585 <item name="Watermill" 586 icon="watermill.png" 587 de.name="Wassermühle" nl.name="Watermolen" 588 type="node,closedway"> 589 <key key="man_made" value="watermill" /> 590 591 <text key="name" text="Name" nl.text="Naam"/> 592 <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" /> 593 594 <space/> 595 596 <check key="ruins" text="ruins" de.text="Ruine" nl.text="Ruïne" default="off" delete_if_empty="true" /> 597 598 <space/> 599 600 <text key="wikipedia" 601 text="Wikipedia Link" 602 de.text="Wikipedia Artikel" nl.text="Wikipedia artikel" 603 fr.text="Lien Wikipédia" /> 604 <space/> 605 606 <text key="website" 607 text="Website" 608 de.text="Webseite" /> 609 <space/> 610 611 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" /> 612 <space/> 613 <text key="image" 614 text="Image-URL" 615 de.text="Bild-URL" nl.text="Foto URL" /> 616 <space/> 617 618 <combo key="start_date" 619 values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823" 620 text="start_date" 621 de.text="Baujahr " nl.text="Bouwjaar" /> 593 values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823" 594 text="start_date" 595 de.text="Baujahr" 596 nl.text="Bouwjaar" /> 622 597 623 598 <space/> … … 643 618 644 619 <item name="Mineshaft" de.name="Bergwerksschacht" nl.name="Mijnschacht" type="way,node,closedway,relation" icon="mine.png"> 645 <link href="http://wiki.openstreetmap.org/wiki/Tag:man_made%3Dmineshaft" /> 646 647 648 <space /> 649 620 <link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=mineshaft" /> 621 622 <space/> 623 650 624 <key key="man_made" value="mineshaft" /> 651 625 <key key="historic" value="yes" /> … … 653 627 <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" /> 654 628 <text key="description" text="description" de.text="Beschreibung" nl.text="Beschrijving" delete_if_empty="true" /> 655 656 <space /> 657 658 659 629 <space/> 630 660 631 <text key="depth" text="depth" de.text="Tiefe in Metern" delete_if_empty="true" /> 661 632 662 633 <combo key="start_date" 663 values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"664 text="start_date"665 de.text="Eröffnung des Schachtes"nl.text="Openingsdatum"/>666 667 <space/> 668 634 values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823" 635 text="start_date" 636 de.text="Eröffnung des Schachtes" 637 nl.text="Openingsdatum" /> 638 <space/> 639 669 640 <combo key="end_date" 670 values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"671 text="end_date"672 de.text="Schließung des Schachtes"nl.text="Sluitingsdatum"/>673 674 <space/> 675 641 values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823" 642 text="end_date" 643 de.text="Schließung des Schachtes" 644 nl.text="Sluitingsdatum" /> 645 <space/> 646 676 647 <combo key="mineshaft_type" text="Mineshaft Type" de.text="Schachttyp" nl.text="Schachttype" 677 648 display_values="Förderschacht,Luftschacht,Seilschacht" values="winding,air,rope" delete_if_empty="true" /> … … 696 667 <text key="image" text="Image-URL" de.text="Bild-URL" nl.text="Foto URL" delete_if_empty="true" /> 697 668 <text key="wikipedia" text="Wikipedia" delete_if_empty="true" /> 698 <text key="website" text="Website" de .text="Webseite" delete_if_empty="true" />669 <text key="website" text="Website" delete_if_empty="true" /> 699 670 <check key="disused" text="disused" de.text="außer Betrieb (Stillgelegt)" nl.text="Buiten bedrijf"/> 700 671 <check key="abandoned" text="abandoned" de.text="aufgegeben (verfüllt)" nl.text="Verlaten" default="off" delete_if_empty="true"/> … … 707 678 <item name="Adit" 708 679 icon="stollen2.png" 709 de.name="Bergwerkstollen" nl.name="Bergwerken" 680 de.name="Bergwerkstollen" 681 nl.name="Bergwerken" 710 682 type="node,closedway,relation"> 711 683 <key key="man_made" value="adit" /> 712 684 <key key="historic" value="yes" /> 713 714 <text key="name" text="Name" nl.text="Naam"/>685 686 <text key="name" text="Name" /> 715 687 <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" /> 716 688 <space/> 717 718 719 <space/> 720 689 721 690 <text key="operator" text="Operator" de.text="Betreibers des Stollens" nl.text="Uitbater" delete_if_empty="true" /> 722 723 <space/> 724 725 <combo key="resource" text="Resource" de.text="Rohstoff" nl.text="Delfstof"691 692 <space/> 693 694 <combo key="resource" text="Resource" de.text="Rohstoff" nl.text="Delfstof" 726 695 de.display_values="Gesteinskörnung,Bauxit,Kohle,Kupfer,Naturstein,Gold,Ilmenit,Eisenerz,Blei,Kalk,Nickel,Rutil,Salz,Silber,Zinn,Zink,Zirkon" 727 696 values="aggregate,bauxite,coal,copper,dimension_stone,gold,ilmenite,iron_ore,lead,limestone,nickel,rutile,salt,silver,tin,zinc,zircon" … … 733 702 <text key="wikipedia" 734 703 text="Wikipedia Link" 735 de.text="Wikipedia Artikel" nl.text="Wikipedia artikel" 736 fr.text="Lien Wikipédia" /> 704 de.text="Wikipedia Artikel" 705 fr.text="Lien Wikipédia" 706 nl.text="Wikipedia artikel" /> 737 707 <space/> 738 708 739 <text key="website" 740 text="Website" 741 de.text="Webseite" /> 709 <text key="website" text="Website" /> 742 710 <space/> 743 711 … … 746 714 <text key="image" 747 715 text="Image-URL" 748 de.text="Bild-URL" nl.text="Foto URL" /> 716 de.text="Bild-URL" 717 nl.text="Foto URL" /> 749 718 <space/> 750 719 … … 756 725 values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823" 757 726 text="start_date" 758 de.text="Eröffnung des Stollens" nl.text="Openingsdatum"/>759 760 <space/> 761 727 de.text="Eröffnung des Stollens" 728 nl.text="Openingsdatum"/> 729 <space/> 730 762 731 <combo key="end_date" 763 732 values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823" 764 733 text="end_date" 765 de.text="Schließung des Stollens" nl.text="Sluitingsdatum"/>766 734 de.text="Schließung des Stollens" 735 nl.text="Sluitingsdatum" /> 767 736 <space/> 768 737 … … 785 754 type="node,closedway,relation"> 786 755 <key key="historic" value="farm" /> 787 788 789 <text key="name" text="Name" nl.text="Naam"/> 756 757 <text key="name" text="Name" /> 790 758 <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" /> 791 759 <space/> 792 793 794 <space/> 795 760 796 761 <text key="operator" text="Operator" de.text="Betreibers der Farm" delete_if_empty="true" /> 797 762 798 763 <space/> 799 800 801 764 802 765 <text key="wikipedia" 803 text="Wikipedia Link" 804 de.text="Wikipedia Artikel" nl.text="Wikipedia artikel" 805 fr.text="Lien Wikipédia" /> 766 text="Wikipedia Link" 767 de.text="Wikipedia Artikel" 768 fr.text="Lien Wikipédia" 769 nl.text="Wikipedia artikel" /> 806 770 <space/> 807 771 808 <text key="website" 809 text="Website" 810 de.text="Webseite" /> 772 <text key="website" text="Website" /> 811 773 <space/> 812 774 813 775 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" /> 814 776 <space/> 815 777 <text key="image" 816 text="Image-URL" 817 de.text="Bild-URL" nl.text="Foto URL" /> 818 <space/> 819 820 821 778 text="Image-URL" 779 de.text="Bild-URL" 780 nl.text="Foto URL" /> 781 <space/> 782 822 783 <combo key="start_date" 823 values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823" 824 text="start_date" 825 de.text="Eröffnung der Farm" /> 826 827 <space/> 828 784 values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823" 785 text="start_date" 786 de.text="Eröffnung der Farm" /> 787 <space/> 788 829 789 <combo key="end_date" 830 values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823" 831 text="end_date" 832 de.text="Schließung der Farm" /> 833 790 values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823" 791 text="end_date" 792 de.text="Schließung der Farm" /> 834 793 <space/> 835 794 836 795 <check key="disused" text="disused" de.text="außer Betrieb (Stillgelegt)" nl.text="Buiten bedrijf"/> 837 796 <check key="abandoned" text="abandoned" de.text="aufgegeben" default="off" delete_if_empty="true"/> 838 797 839 798 <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/> 840 799 <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/> … … 842 801 <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/> 843 802 <combo key="addr:country" values="AT,CH,BE,DE,FR,GB,IT,US" text="Country code" de.text="Ländercode" nl.text="Landcode" use_last_as_default="force" /> 844 803 845 804 <space/> 846 805 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/> 847 806 </item> 848 807 849 808 <item name="Gallows" 850 809 icon="gallows.png" … … 852 811 type="node"> 853 812 <key key="historic" value="gallows" /> 854 855 856 <text key="name" text="Name" nl.text="Naam"/> 813 814 <text key="name" text="Name" /> 857 815 <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" /> 858 816 <space/> 859 860 861 <space/> 862 863 864 865 866 817 867 818 <text key="wikipedia" 868 text="Wikipedia Link" 869 de.text="Wikipedia Artikel" nl.text="Wikipedia artikel" 870 fr.text="Lien Wikipédia" /> 871 <space/> 872 873 <text key="website" 874 text="Website" 875 de.text="Webseite" /> 819 text="Wikipedia Link" 820 de.text="Wikipedia Artikel" 821 fr.text="Lien Wikipédia" 822 nl.text="Wikipedia artikel" /> 823 <space/> 824 825 <text key="website" text="Website" /> 876 826 <space/> 877 827 878 828 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" /> 879 829 <space/> 880 830 <text key="image" 881 text="Image-URL" 882 de.text="Bild-URL" nl.text="Foto URL" /> 883 <space/> 884 885 886 887 888 831 text="Image-URL" 832 de.text="Bild-URL" 833 nl.text="Foto URL" /> 834 <space/> 835 889 836 <check key="disused" text="disused" de.text="außer Betrieb (Stillgelegt)" nl.text="Buiten bedrijf"/> 890 837 891 838 <space/> 892 839 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/> 893 840 894 841 </item> 895 842 896 843 <group name="Historic Archaeological Site" de.name="Archäologische Fundstätte" icon="archaeologie.png" > 897 844 <item name="Megalith" de.name="Großsteingrab" type="node,closedway" icon="megalith.png"> 898 899 <key key="historic" value="archaeological_site" /> 900 <key key="site_type" value="megalith" /> 845 846 <key key="historic" value="archaeological_site" /> 847 <key key="site_type" value="megalith" /> 848 849 <text key="name" text="Name" de.text="Name" nl.text="Naam" default="" delete_if_empty="true"/> 850 <combo key="megalith_type" 851 text="Typ" 852 de.text="Typ" 853 default="" 854 delete_if_empty="true"> 855 <list_entry value="menhir" display_value="menhir" de.display_value="hochkant aufgerichteter Monolith(Hinkelstein)" icon="menhir.png"/> 856 <list_entry value="alignment" display_value="alignment" de.display_value="Steinreihe" icon="alignment.png"/> 857 <list_entry value="stone_circle" display_value="stone_circle" de.display_value="Steinkreis" icon="stone_circle.png"/> 858 <list_entry value="grosssteingrab" display_value="grosssteingrab" de.display_value="Großsteingrab" icon="dolmen.png"/> 859 <list_entry value="passage_grave" display_value="passage_grave" de.display_value="Ganggrab" icon="passage_grave.png"/> 860 <list_entry value="chamber" display_value="chamber" de.display_value="nur noch Fragmente erkennbar" icon="chamber.png"/> 861 862 </combo> 863 <check key="moved" text="moved" de.text="verschoben" default="off" delete_if_empty="true" /> 864 865 <space/> 901 866 902 <text key="name" text="Name" de.text="Name" nl.text="Naam" default="" delete_if_empty="true"/> 903 <combo 904 key="megalith_type" 905 text="Typ" 906 de.text="Typ" 907 default="" 908 delete_if_empty="true"> 909 <list_entry value="menhir" display_value="menhir" de.display_value="hochkant aufgerichteter Monolith(Hinkelstein)" icon="menhir.png"/> 910 <list_entry value="alignment" display_value="alignment" de.display_value="Steinreihe" icon="alignment.png"/> 911 <list_entry value="stone_circle" display_value="stone_circle" de.display_value="Steinkreis" icon="stone_circle.png"/> 912 <list_entry value="grosssteingrab" display_value="grosssteingrab" de.display_value="Großsteingrab" icon="dolmen.png"/> 913 <list_entry value="passage_grave" display_value="passage_grave" de.display_value="Ganggrab" icon="passage_grave.png"/> 914 <list_entry value="chamber" display_value="chamber" de.display_value="nur noch Fragmente erkennbar" icon="chamber.png"/> 915 916 </combo> 917 <check key="moved" text="moved" de.text="verschoben" default="off" delete_if_empty="true" /> 918 919 <space/> 920 921 <text key="wikipedia" 922 text="Wikipedia Link" 923 de.text="Wikipedia Artikel" nl.text="Wikipedia artikel" 924 fr.text="Lien Wikipédia" /> 925 <space/> 926 927 <text key="website" 928 text="Website" 929 de.text="Webseite" /> 930 <space/> 931 932 933 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" /> 934 <space/> 935 <text key="image" 936 text="Image-URL" 937 de.text="Bild-URL" nl.text="Foto URL" /> 938 <space/> 867 <text key="wikipedia" 868 text="Wikipedia Link" 869 de.text="Wikipedia Artikel" 870 fr.text="Lien Wikipédia" 871 nl.text="Wikipedia artikel" /> 872 <space/> 873 874 <text key="website" text="Website" /> 875 <space/> 876 877 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" /> 878 <space/> 879 <text key="image" 880 text="Image-URL" 881 de.text="Bild-URL" 882 nl.text="Foto URL" /> 883 <space/> 939 884 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/> 940 885 </item> … … 944 889 <key key="historic" value="archaeological_site" /> 945 890 <key key="site_type" value="tumulus" /> 946 <text key="name" text="Name" nl.text="Naam"/>891 <text key="name" text="Name" /> 947 892 <check key="field" text="field" de.text="Gräberfeld" default="off" delete_if_empty="true" /> 948 949 <space/>950 893 894 <space/> 895 951 896 <text key="wikipedia" 952 text="Wikipedia Link" 953 de.text="Wikipedia Artikel" nl.text="Wikipedia artikel" 954 fr.text="Lien Wikipédia" /> 955 <space/> 956 957 <text key="website" 958 text="Website" 959 de.text="Webseite" /> 960 <space/> 961 962 963 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" /> 964 <space/> 965 <text key="image" 966 text="Image-URL" 967 de.text="Bild-URL" nl.text="Foto URL" /> 968 <space/> 969 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/> 897 text="Wikipedia Link" 898 de.text="Wikipedia Artikel" 899 fr.text="Lien Wikipédia" 900 nl.text="Wikipedia artikel" /> 901 <space/> 902 903 <text key="website" text="Website" /> 904 <space/> 905 906 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" /> 907 <space/> 908 <text key="image" 909 text="Image-URL" 910 de.text="Bild-URL" 911 nl.text="Foto URL" /> 912 <space/> 913 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/> 970 914 </item> 971 915 972 916 <item name="fortification" de.name="Befestigungsanlagen" type="node,closedway" icon="fort.png"> 973 917 974 918 <key key="historic" value="archaeological_site" /> 975 919 <key key="site_type" value="fortification" /> 976 920 977 <text key="name" text="Name" nl.text="Naam"/> 978 <combo 979 key="fortification_type" 980 text="Typ" 981 de.text="Typ" 982 default="" 983 delete_if_empty="true"> 984 <list_entry value="hill_fort" display_value="hill_fort" de.display_value="Burgwall (auch Wallburgen, Ringwälle, Slawenburg" icon=""/> 985 <list_entry value="limes" display_value="limes" de.display_value="Grenzwälle zB. Römischer Limes" icon=""/> 986 <list_entry value="sconce" display_value="sconce" de.display_value="Schanze, kleine neuzeitliche Feldbefestigung" icon=""/> 987 <list_entry value="ring_ditch" display_value="ring_ditch" de.display_value="Kreisgrabenanlage" icon=""/> 988 </combo> 989 921 <text key="name" text="Name" /> 922 <combo key="fortification_type" 923 text="Typ" 924 de.text="Typ" 925 default="" 926 delete_if_empty="true"> 927 <list_entry value="hill_fort" display_value="hill_fort" de.display_value="Burgwall (auch Wallburgen, Ringwälle, Slawenburg" icon="" /> 928 <list_entry value="limes" display_value="limes" de.display_value="Grenzwälle zB. Römischer Limes" icon="" /> 929 <list_entry value="sconce" display_value="sconce" de.display_value="Schanze, kleine neuzeitliche Feldbefestigung" icon="" /> 930 <list_entry value="ring_ditch" display_value="ring_ditch" de.display_value="Kreisgrabenanlage" icon="" /> 931 </combo> 990 932 <space/> 991 933 992 934 <text key="wikipedia" 993 text="Wikipedia Link" 994 de.text="Wikipedia Artikel" nl.text="Wikipedia artikel" 995 fr.text="Lien Wikipédia" /> 996 <space/> 997 998 <text key="website" 999 text="Website" 1000 de.text="Webseite" /> 1001 <space/> 1002 1003 1004 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" /> 1005 <space/> 1006 <text key="image" 1007 text="Image-URL" 1008 de.text="Bild-URL" nl.text="Foto URL" /> 1009 1010 <space/> 1011 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/> 935 text="Wikipedia Link" 936 de.text="Wikipedia Artikel" 937 fr.text="Lien Wikipédia" 938 nl.text="Wikipedia artikel" /> 939 <space/> 940 941 <text key="website" text="Website" /> 942 <space/> 943 944 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" /> 945 <space/> 946 <text key="image" 947 text="Image-URL" 948 de.text="Bild-URL" 949 nl.text="Foto URL" /> 950 951 <space/> 952 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/> 1012 953 </item> 1013 954 </group> 1014 955 1015 956 <item name="Paleontology site" de.name="Paläontologische Stätte" type="node,closedway,relation" icon="palaeontological_site.png"> 1016 957 1017 958 <key key="geological" value="palaeontological_site" /> 1018 1019 <text key="name" text="Name" nl.text="Naam"/> 1020 1021 1022 <space/> 1023 959 960 <text key="name" text="Name" /> 961 <space/> 962 1024 963 <text key="wikipedia" 1025 text="Wikipedia Link" 1026 de.text="Wikipedia Artikel" nl.text="Wikipedia artikel" 1027 fr.text="Lien Wikipédia" /> 1028 <space/> 1029 1030 <text key="website" 1031 text="Website" 1032 de.text="Webseite" /> 1033 <space/> 1034 1035 1036 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" /> 1037 <space/> 1038 <text key="image" 1039 text="Image-URL" 1040 de.text="Bild-URL" nl.text="Foto URL" /> 1041 <space/> 1042 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/> 964 text="Wikipedia Link" 965 de.text="Wikipedia Artikel" 966 fr.text="Lien Wikipédia" 967 nl.text="Wikipedia artikel" /> 968 <space/> 969 970 <text key="website" text="Website" /> 971 <space/> 972 973 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" /> 974 <space/> 975 <text key="image" 976 text="Image-URL" 977 de.text="Bild-URL" 978 nl.text="Foto URL" /> 979 <space/> 980 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/> 1043 981 </item> 1044 982 1045 983 <item name="Battlefield" de.name="Schlachtfeld" type="node,closedway,relation" icon="battlefield.png"> 1046 984 1047 985 <key key="historic" value="battlefield" /> 1048 1049 <text key="name" text="Name" nl.text="Naam"/> 1050 986 987 <text key="name" text="Name" /> 1051 988 <space/> 1052 989 1053 <text key="date" 1054 text="Date" 1055 de.text="Datum der Schlacht" /> 1056 1057 <space/> 1058 990 <text key="date" 991 text="Date" 992 de.text="Datum der Schlacht" /> 993 <space/> 994 1059 995 <text key="wikipedia" 1060 text="Wikipedia Link" 1061 de.text="Wikipedia Artikel" nl.text="Wikipedia artikel" 1062 fr.text="Lien Wikipédia" /> 1063 <space/> 1064 1065 <text key="website" 1066 text="Website" 1067 de.text="Webseite" /> 1068 <space/> 1069 1070 1071 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" /> 1072 <space/> 1073 <text key="image" 1074 text="Image-URL" 1075 de.text="Bild-URL" nl.text="Foto URL" /> 1076 <space/> 1077 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/> 996 text="Wikipedia Link" 997 de.text="Wikipedia Artikel" 998 fr.text="Lien Wikipédia" 999 nl.text="Wikipedia artikel" /> 1000 <space/> 1001 1002 <text key="website" text="Website" /> 1003 <space/> 1004 1005 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" /> 1006 <space/> 1007 <text key="image" 1008 text="Image-URL" 1009 de.text="Bild-URL" 1010 nl.text="Foto URL" /> 1011 <space/> 1012 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/> 1078 1013 </item> 1079 1014 … … 1081 1016 1082 1017 <item name="Meilenstein" de.name="Meilenstein" type="node" icon="meilensaeule.png"> 1083 1018 1084 1019 <key key="historic" value="milestone" /> 1085 1086 1087 <combo 1088 key="name" 1089 text="name" 1090 de.text="name" 1091 default="" 1092 delete_if_empty="true" > 1093 <list_entry value="Kursächsische Postmeilensäule" de.display_value="Kursächsische Postmeilensäule" /> 1094 <list_entry value="Königlich sächsischer Meilenstein" de.display_value="Königlich sächsischer Meilenstein" /> 1095 <list_entry value="Preußischer Meilenstein" de.display_value="Preußischer Meilenstein" /> 1096 <list_entry value="Anhaltischer Meilenstein" de.display_value="Anhaltischer Meilenstein" /> 1097 <list_entry value="Dänischer Meilenstein" de.display_value="Dänischer Meilenstein" /> 1098 <list_entry value="Schleswiger Meilenstein" de.display_value="Schleswiger Meilenstein" /> 1099 <list_entry value="Myriameterstein" de.display_value="Myriameterstein" /> 1100 <list_entry value="Meilenstein" de.display_value="Meilenstein" /> 1101 <list_entry value="Wegweiser-Wegstein" de.display_value="Wegweiser-Wegstein" /> 1102 </combo> 1103 1104 1105 1106 <label 1107 text="inscription-format: north/east/south/west" 1108 de.text="Aufbau der Innschrift: nord/ost/süd/west" /> 1109 <text key="inscription" text="inscription" de.text="Inschrift" nl.text="Opschrift" default="" delete_if_empty="true"/> 1110 1111 <text key="road" text="historic street-name (not name!)" de.text="historische Straßenbezeichnung (nicht Name!)" default="" delete_if_empty="true"/> 1112 <text key="year" text="year (####)" de.text="Jahr der Aufstellung (####)" default="" delete_if_empty="true"/> 1113 <check key="heritage" text="heritage" de.text="Denkmalgeschütz" default="off" delete_if_empty="true" /> 1114 <text key="ref" text="ref" de.text="Referenz" default="" delete_if_empty="true"/> 1115 <combo 1116 key="height" 1117 text="height" 1118 de.text="Höhe" 1119 default="" 1120 delete_if_empty="true" > 1121 <list_entry value="0.2" display_value="0.2" /> 1122 <list_entry value="0.3" display_value="0.3" /> 1123 <list_entry value="0.4" display_value="0.4" /> 1124 <list_entry value="0.5" display_value="0.5" /> 1125 <list_entry value="0.6" display_value="0.6" /> 1126 <list_entry value="0.7" display_value="0.7" /> 1127 <list_entry value="0.8" display_value="0.8" /> 1128 <list_entry value="0.9" display_value="0.9" /> 1129 <list_entry value="1" display_value="1" /> 1130 <list_entry value="1.1" display_value="1.1" /> 1131 <list_entry value="1.2" display_value="1.2" /> 1132 <list_entry value="1.3" display_value="1.3" /> 1133 <list_entry value="1.4" display_value="1.4" /> 1134 <list_entry value="1.5" display_value="1.5" /> 1135 <list_entry value="1.6" display_value="1.6" /> 1136 <list_entry value="1.7" display_value="1.7" /> 1137 <list_entry value="1.8" display_value="1.8" /> 1138 <list_entry value="1.9" display_value="1.9" /> 1139 <list_entry value="2" display_value="2" /> 1140 <list_entry value="3" display_value="3" /> 1141 <list_entry value="3.5" display_value="3.5" /> 1142 <list_entry value="4.5" display_value="4.5" /> 1143 </combo> 1020 1021 <combo key="name" 1022 text="name" 1023 de.text="name" 1024 default="" 1025 delete_if_empty="true" > 1026 <list_entry value="Kursächsische Postmeilensäule" de.display_value="Kursächsische Postmeilensäule" /> 1027 <list_entry value="Königlich sächsischer Meilenstein" de.display_value="Königlich sächsischer Meilenstein" /> 1028 <list_entry value="Preußischer Meilenstein" de.display_value="Preußischer Meilenstein" /> 1029 <list_entry value="Anhaltischer Meilenstein" de.display_value="Anhaltischer Meilenstein" /> 1030 <list_entry value="Dänischer Meilenstein" de.display_value="Dänischer Meilenstein" /> 1031 <list_entry value="Schleswiger Meilenstein" de.display_value="Schleswiger Meilenstein" /> 1032 <list_entry value="Myriameterstein" de.display_value="Myriameterstein" /> 1033 <list_entry value="Meilenstein" de.display_value="Meilenstein" /> 1034 <list_entry value="Wegweiser-Wegstein" de.display_value="Wegweiser-Wegstein" /> 1035 </combo> 1036 1037 <label text="inscription-format: north/east/south/west" 1038 de.text="Aufbau der Innschrift: nord/ost/süd/west" /> 1039 <text key="inscription" text="inscription" de.text="Inschrift" nl.text="Opschrift" default="" delete_if_empty="true" /> 1040 1041 <text key="road" text="historic street-name (not name!)" de.text="historische Straßenbezeichnung (nicht Name!)" default="" delete_if_empty="true" /> 1042 <text key="year" text="year (####)" de.text="Jahr der Aufstellung (####)" default="" delete_if_empty="true" /> 1043 <check key="heritage" text="heritage" de.text="Denkmalgeschütz" default="off" delete_if_empty="true" /> 1044 <text key="ref" text="ref" de.text="Referenz" default="" delete_if_empty="true"/> 1045 <combo key="height" text="height" default="" delete_if_empty="true" > 1046 <list_entry value="0.2" display_value="0.2" /> 1047 <list_entry value="0.3" display_value="0.3" /> 1048 <list_entry value="0.4" display_value="0.4" /> 1049 <list_entry value="0.5" display_value="0.5" /> 1050 <list_entry value="0.6" display_value="0.6" /> 1051 <list_entry value="0.7" display_value="0.7" /> 1052 <list_entry value="0.8" display_value="0.8" /> 1053 <list_entry value="0.9" display_value="0.9" /> 1054 <list_entry value="1" display_value="1" /> 1055 <list_entry value="1.1" display_value="1.1" /> 1056 <list_entry value="1.2" display_value="1.2" /> 1057 <list_entry value="1.3" display_value="1.3" /> 1058 <list_entry value="1.4" display_value="1.4" /> 1059 <list_entry value="1.5" display_value="1.5" /> 1060 <list_entry value="1.6" display_value="1.6" /> 1061 <list_entry value="1.7" display_value="1.7" /> 1062 <list_entry value="1.8" display_value="1.8" /> 1063 <list_entry value="1.9" display_value="1.9" /> 1064 <list_entry value="2" display_value="2" /> 1065 <list_entry value="3" display_value="3" /> 1066 <list_entry value="3.5" display_value="3.5" /> 1067 <list_entry value="4.5" display_value="4.5" /> 1068 </combo> 1144 1069 <combo 1145 1070 key="moved" … … 1644 1569 <space/> 1645 1570 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/> 1646 </item> 1647 1648 <item name="Historic orientation point" de.name="Historischer Vermessungspunkt" 1649 nl.name="Historisch oriëntatie punt" type="node" icon="trigpoint.png"> 1650 1571 </item> 1572 1573 <item name="Historic orientation point" 1574 de.name="Historischer Vermessungspunkt" 1575 nl.name="Historisch oriëntatie punt" 1576 type="node" icon="trigpoint.png"> 1577 1651 1578 <key key="man_made" value="survey_point" /> 1652 1579 <key key="historic" value="yes" /> 1653 1580 1654 1581 <text key="name" text="Name" nl.text="Naam"/> 1655 1656 1582 <space/> 1657 1658 1659 1583 1660 1584 <text key="wikipedia" 1661 1585 text="Wikipedia Link" 1662 de.text="Wikipedia Artikel" nl.text="Wikipedia artikel" 1663 fr.text="Lien Wikipédia" /> 1586 de.text="Wikipedia Artikel" 1587 fr.text="Lien Wikipédia" 1588 nl.text="Wikipedia artikel" /> 1589 <space/> 1590 1591 <text key="website" text="Website" /> 1664 1592 <space/> 1665 1666 <text key="website" 1667 text="Website" 1668 de.text="Webseite" /> 1669 <space/> 1670 1671 1593 1672 1594 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" /> 1673 1595 <space/> … … 1676 1598 de.text="Bild-URL" nl.text="Foto URL" /> 1677 1599 <space/> 1678 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/> 1679 </item> 1680 1681 1600 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/> 1601 </item> 1602 1603 1682 1604 </group> 1683 1605 1684 1606 <group name="Memorial" de.name="Gedenkstätten" icon="memorial.png" > 1685 1607 1686 1608 <item name="Historic Memorial" de.name="Denkmal" nl.name="Historisch gedenkteken" type="node,closedway" icon="memorial.png"> 1687 1688 1689 <key key="historic" value="memorial" /> 1690 <text key="name" text="Name" de.text="Name" nl.text="Naam" default="" delete_if_empty="true"/> 1691 1692 1609 1610 <key key="historic" value="memorial" /> 1611 <text key="name" text="Name" default="" delete_if_empty="true"/> 1612 1693 1613 <text key="inscription" text="inscription" de.text="Inschrift" nl.text="Opschrift" default="" delete_if_empty="true"/> 1694 1614 1695 1615 <space/> 1696 1616 1697 1617 <text key="description" text="description" de.text="Beschreibung" nl.text="Beschrijving" /> 1698 1618 1699 1619 <space/> 1700 1701 <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />1702 1703 <space/> 1704 1620 1621 <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" /> 1622 1623 <space/> 1624 1705 1625 <text key="wikipedia" 1706 1626 text="Wikipedia Link" 1707 de.text="Wikipedia Artikel" nl.text="Wikipedia artikel" 1708 fr.text="Lien Wikipédia" /> 1709 <space/> 1710 1711 <text key="website" 1712 text="Website" 1713 de.text="Webseite" /> 1627 de.text="Wikipedia Artikel" 1628 fr.text="Lien Wikipédia" 1629 nl.text="Wikipedia artikel" /> 1630 <space/> 1631 1632 <text key="website" text="Website" /> 1714 1633 <space/> 1715 1716 1634 1717 1635 <text key="image" 1718 1636 text="Image-URL" 1719 de.text="Bild-URL" nl.text="Foto URL" /> 1720 <space/> 1721 1637 de.text="Bild-URL" 1638 nl.text="Foto URL" /> 1639 <space/> 1640 1722 1641 <combo key="start_date" 1723 1642 values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823" 1724 1643 text="start_date" 1725 de.text="Baujahr" nl.text="Bouwjaar"/> 1726 1727 <space/> 1728 1729 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/> 1730 1731 1732 1644 de.text="Baujahr" 1645 nl.text="Bouwjaar" /> 1646 <space/> 1647 1648 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true" /> 1649 1650 1733 1651 </item> 1734 1652 1735 1653 <item name="Stolpersteine" de.name="Stolpersteine" nl.name="Stolpersteine" type="node" icon="stern.png"> 1736 1737 1654 1738 1655 <key key="historic" value="memorial" /> 1739 1656 <key key="memorial:type" value="stolperstein" /> 1740 <text key="name" text="Name" de.text="Name" nl.text="Naam" default="" delete_if_empty="true"/> 1657 <text key="name" text="Name" default="" delete_if_empty="true"/> 1658 <space/> 1659 1660 <text key="inscription" text="inscription" de.text="Inschrift" nl.text="Opschrift" default="" delete_if_empty="true" /> 1661 1662 <space/> 1663 1664 <text key="description" text="description" de.text="Beschreibung" nl.text="Beschrijving" /> 1665 1666 <space/> 1667 1668 <text key="memorial:text" 1669 text="memorial:text" 1670 de.text="Stolperstein-Text" 1671 nl.text="Stolperstein Tekst" /> 1672 <space/> 1673 1674 <text key="memorial:ref" 1675 text="Referenz" 1676 de.text="Referenznummer" 1677 nl.text="Referentienummer" /> 1678 <space/> 1679 1680 <text key="memorial:addr" text="Address" de.text="Addresse" nl.text="Adres" delete_if_empty="true" /> 1681 1682 <space/> 1683 1684 <text key="wikipedia" 1685 text="Wikipedia Link" 1686 de.text="Wikipedia Artikel" 1687 fr.text="Lien Wikipédia" 1688 nl.text="Wikipedia artikel" /> 1689 <space/> 1690 1691 <text key="website" text="Website" /> 1692 <space/> 1693 1694 <text key="image" 1695 text="Image-URL" 1696 de.text="Bild-URL" 1697 nl.text="Foto URL" /> 1698 <space/> 1699 1700 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true" /> 1701 1702 </item> 1703 1704 <item name="Memorial (plate)" de.name="Gedenktafel" nl.name="Gedenkplaat" type="node" icon="plate.png"> 1705 1706 <key key="historic" value="memorial" /> 1707 <key key="memorial:type" value="plate" /> 1708 <text key="name" text="Name" default="" delete_if_empty="true" /> 1741 1709 <space/> 1742 1710 1743 <text key="inscription" text="inscription" de.text="Inschrift" nl.text="Opschrift" default="" delete_if_empty="true"/> 1711 <text key="inscription" text="inscription" de.text="Inschrift" nl.text="Opschrift" default="" delete_if_empty="true" /> 1744 1712 1745 1713 <space/> 1746 1714 1747 1715 <text key="description" text="description" de.text="Beschreibung" nl.text="Beschrijving" /> 1748 1749 <space/> 1750 1751 <text key="memorial:text" 1752 text="memorial:text" 1753 de.text="Stolperstein-Text" nl.text="Stolperstein Tekst" /> 1716 1754 1717 <space/> 1755 1756 <text key="memorial:ref" 1757 text="Referenz" 1758 de.text="Referenznummer" nl.text="Referentienummer" /> 1759 <space/> 1760 1761 <text key="memorial:addr" text="Address" de.text="Addresse" nl.text="Adres" delete_if_empty="true" /> 1762 1763 1764 <space/> 1765 1718 1766 1719 <text key="wikipedia" 1767 1720 text="Wikipedia Link" 1768 de.text="Wikipedia Artikel" nl.text="Wikipedia artikel" 1769 fr.text="Lien Wikipédia" /> 1721 de.text="Wikipedia Artikel" 1722 fr.text="Lien Wikipédia" 1723 nl.text="Wikipedia artikel" /> 1724 <space/> 1725 1726 <text key="website" text="Website" /> 1727 <space/> 1728 1729 <text key="image" 1730 text="Image-URL" 1731 de.text="Bild-URL" nl.text="Foto URL" /> 1732 <space/> 1733 1734 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true" /> 1735 1736 </item> 1737 1738 <item name="Monument" de.name="monument" type="node,closedway" icon="monument.png"> 1739 <key key="historic" value="monument" /> 1740 1741 <label 1742 text="An object, especially large and made of stone, built to remember and show respect to a person or group of people" 1743 de.text="Ein besonders großes Objekt, erbaut um an eine Person oder ein Ereignis zu erinnern" /> 1744 <space/> 1745 <text key="name" text="Name" default="" delete_if_empty="true"/> 1746 1747 <space/> 1748 1749 <text key="description" text="description" de.text="Beschreibung" nl.text="Beschrijving" /> 1750 1751 <space/> 1752 1753 <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" /> 1754 1755 <space/> 1756 1757 <combo key="height" 1758 text="height" 1759 de.text="Höhe in Metern" 1760 nl.text="Hoogte in meters" 1761 default="" 1762 delete_if_empty="true" > 1763 <list_entry value="10" display_value="10" /> 1764 <list_entry value="10.5" display_value="10.5" /> 1765 1766 </combo> 1767 <space/> 1768 <text key="wikipedia" 1769 text="Wikipedia Link" 1770 de.text="Wikipedia Artikel" 1771 fr.text="Lien Wikipédia" 1772 nl.text="Wikipedia artikel" /> 1770 1773 <space/> 1771 1774 1772 <text key="website" 1773 text="Website" 1774 de.text="Webseite" /> 1775 <text key="website" text="Website" /> 1775 1776 <space/> 1776 1777 1777 1778 1778 <text key="image" 1779 1779 text="Image-URL" 1780 de.text="Bild-URL" nl.text="Foto URL" /> 1781 <space/> 1782 1783 1784 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/> 1785 1786 1787 1788 </item> 1789 1790 <item name="Memorial (plate)" de.name="Gedenktafel" nl.name="Gedenkplaat" type="node" icon="plate.png"> 1791 1792 1793 <key key="historic" value="memorial" /> 1794 <key key="memorial:type" value="plate" /> 1795 <text key="name" text="Name" de.text="Name" nl.text="Naam" default="" delete_if_empty="true"/> 1796 <space/> 1797 1798 <text key="inscription" text="inscription" de.text="Inschrift" nl.text="Opschrift" default="" delete_if_empty="true"/> 1799 1800 <space/> 1801 1802 <text key="description" text="description" de.text="Beschreibung" nl.text="Beschrijving" /> 1803 1804 1805 1806 1807 <space/> 1808 1809 <text key="wikipedia" 1810 text="Wikipedia Link" 1811 de.text="Wikipedia Artikel" nl.text="Wikipedia artikel" 1812 fr.text="Lien Wikipédia" /> 1813 <space/> 1814 1815 <text key="website" 1816 text="Website" 1817 de.text="Webseite" /> 1818 <space/> 1819 1820 1821 <text key="image" 1822 text="Image-URL" 1823 de.text="Bild-URL" nl.text="Foto URL" /> 1824 <space/> 1825 1826 1827 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/> 1828 1829 1830 1831 </item> 1832 1833 <item name="Monument" de.name="monument" type="node,closedway" icon="monument.png"> 1834 1835 1836 <key key="historic" value="monument" /> 1837 1838 <label 1839 text="An object, especially large and made of stone, built to remember and show respect to a person or group of people" 1840 de.text="Ein besonders großes Objekt, erbaut um an eine Person oder ein Ereignis zu erinnern" /> 1841 <space/> 1842 <text key="name" text="Name" de.text="Name" nl.text="Naam" default="" delete_if_empty="true"/> 1843 1844 <space/> 1845 1846 <text key="description" text="description" de.text="Beschreibung" nl.text="Beschrijving" /> 1847 1848 <space/> 1849 1850 <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" /> 1851 1852 <space/> 1853 1854 <combo 1855 key="height" 1856 text="height" 1857 de.text="Höhe in Metern" 1858 nl.text="Hoogte in meters" 1859 default="" 1860 delete_if_empty="true" > 1861 <list_entry value="10" display_value="10" /> 1862 <list_entry value="10.5" display_value="10.5" /> 1863 1864 </combo> 1865 <space/> 1866 <text key="wikipedia" 1867 text="Wikipedia Link" 1868 de.text="Wikipedia Artikel" nl.text="Wikipedia artikel" 1869 fr.text="Lien Wikipédia" /> 1870 <space/> 1871 1872 <text key="website" 1873 text="Website" 1874 de.text="Webseite" /> 1875 <space/> 1876 1877 1878 <text key="image" 1879 text="Image-URL" 1880 de.text="Bild-URL" nl.text="Foto URL" /> 1881 <space/> 1882 1780 de.text="Bild-URL" 1781 nl.text="Foto URL" /> 1782 <space/> 1783 1883 1784 <combo key="start_date" 1884 1785 values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823" 1885 1786 text="start_date" 1886 de.text="Baujahr" nl.text="Bouwjaar"/> 1887 1888 <space/> 1889 1890 1891 1787 de.text="Baujahr" 1788 nl.text="Bouwjaar" /> 1789 <space/> 1790 1892 1791 <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/> 1893 1792 <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/> … … 1895 1794 <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/> 1896 1795 <combo key="addr:country" values="AT,CH,BE,DE,FR,GB,IT,US" text="Country code" de.text="Ländercode" nl.text="Landcode" use_last_as_default="force" /> 1897 1898 <space/> 1899 1900 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/> 1901 1902 1903 1904 </item> 1905 1796 1797 <space/> 1798 1799 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true" /> 1800 1801 </item> 1802 1906 1803 </group> 1907 1804
