Changes between Version 60 and Version 61 of Presets/Historical_Objects


Ignore:
Timestamp:
2013-09-10T19:50:03+02:00 (12 years ago)
Author:
pyrog
Comment:

Add french translation from beginning to "Castle (stately)" item. Reformat (replace tab by 4 spaces)…

Legend:

Unmodified
Added
Removed
Modified
  • Presets/Historical_Objects

    v60 v61  
    11{{{
    22#!preset
     3
    34<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0"
    4 author="Lutz"
    5 version="1.[[revision]]_[[date]]"
     5        author="Lutz"
     6        version="1.[[revision]]_[[date]]"
    67 
    7 description="Historic Objects"
    8 shortdescription="Historic Objects"
     8        description="Historic Objects"
     9        shortdescription="Historic Objects"
    910 
    10 de.description="Historische Objekte"
    11 de.shortdescription="Historische Objekte"
    12 
    13 nl.description="Historische objecten"
    14 nl.shortdescription="Historische objecten">
    15 
    16 <group name="Historic Objekts" de.name="Historische Objekte" nl.name="Historische objecten" icon="kreuzstein.png" >
    17 
    18 <group name="Castle/Buildings" de.name="Burg/Schloss/Palast/Gebäude" nl.name="Burcht/Kasteel/Paleis/Gebouw" icon="castle.png" >
    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                 <key key="historic" value="castle" />
    31                 <key key="castle_type" value="stately" />
    32 
    33                 <text key="name" text="Name" />
    34                 <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
    35                 <space/>
    36 
    37                 <check key="ruins" text="ruins" de.text="Ruine" nl.text="Ruïne" default="off" delete_if_empty="true" />
    38 
    39                 <space/>
    40 
    41                 <label text="For the detailed conservation please use the presets Heritage properties! "
    42                 de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren" />
    43                 <space/>
    44 
    45                 <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
    46                 <space/>
    47 
    48 
    49                 <text key="wikipedia"
    50                         text="Wikipedia Link"
    51                         de.text="Wikipedia Artikel" nl.text="Wikipedia artikel"
    52                         fr.text="Lien Wikipédia" />
    53                 <space/>
    54 
    55                 <text key="website" text="Website" />
    56                 <space/>
    57 
    58                 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
    59                 <space/>
    60                 <text key="image"
    61                         text="Image-URL"
    62                         de.text="Bild-URL"
    63                         nl.text="Foto URL" />
    64                 <space/>
    65 
    66                 <combo key="start_date"
    67                         values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
    68                         text="start_date"
    69                         de.text="Baujahr"
    70                         nl.text="Bouwjaar"/>
    71                 <space/>
    72 
    73                 <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
    74                 <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
    75                 <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
    76                 <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
    77                 <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" />
    78                 <space/>
    79                 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
    80 
    81     </item>
    82 
    83         <item name="Castle (defensive)"
    84               de.name="Burg"
    85               nl.name="Burcht"
    86               icon="burg.png"
    87               type="node,closedway,relation">
    88               <space/>
    89 
    90               <link href="http://wiki.openstreetmap.org/wiki/Tag:historic=castle"
    91                     de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:historic=castle" />
    92               <space/>
    93 
    94               <key key="historic" value="castle" />
    95               <key key="castle_type" value="defensive" />
    96 
    97               <text key="name" text="Name" />
    98               <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
    99               <space/>
    100 
    101               <check key="ruins" text="ruins" de.text="Ruine" nl.text="Ruïne" default="off" delete_if_empty="true" />
    102 
    103               <space/>
    104 
    105               <label text="For the detailed conservation please use the presets Heritage properties! "
    106                 de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren" />
    107                 <space/>
    108 
    109                 <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
    110                 <space/>
    111 
    112               <text key="wikipedia"
    113                     text="Wikipedia Link"
    114                     de.text="Wikipedia Artikel"
    115                     fr.text="Lien Wikipédia"
    116                     nl.text="Wikipedia artikel" />
    117               <space/>
    118 
    119               <text key="website" text="Website" />
    120               <space/>
    121 
    122               <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
    123               <space/>
    124               <text key="image"
    125                     text="Image-URL"
    126                     de.text="Bild-URL"
    127                     nl.text="Foto URL" />
    128               <space/>
    129 
    130               <combo key="start_date"
    131                      values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
    132                      text="start_date"
    133                      de.text="Baujahr"
    134                      nl.text="Bouwjaar" />
    135               <space/>
    136 
    137               <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
    138               <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
    139               <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
    140               <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
    141               <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" />
    142                
    143               <space/>
    144               <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
    145 
    146         </item>
    147 
    148         <item name="Fort"
    149               de.name="Festung"
    150               nl.name="Vesting/Fort"
    151               icon="castle.png"
    152               type="node,closedway,relation">
    153              <space/>
    154 
    155              <link href="http://wiki.openstreetmap.org/wiki/Tag:historic=castle"
    156                    de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:historic=castle"/>
    157              <space/>
    158 
    159              <key key="historic" value="castle" />
    160              <key key="castle_type" value="fortress" />
    161 
    162              <text key="name" text="Name" />
    163              <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
    164              <space/>
    165 
    166              <check key="ruins" text="ruins" de.text="Ruine" nl.text="Ruïne" default="off" delete_if_empty="true" />
    167 
    168              <space/>
    169 
    170               <label text="For the detailed conservation please use the presets Heritage properties! "
    171                 de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren" />
    172                 <space/>
    173 
    174                 <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
    175                 <space/>
    176 
    177              <text key="wikipedia"
    178                    text="Wikipedia Link"
    179                    de.text="Wikipedia Artikel"
    180                    fr.text="Lien Wikipédia"
    181                    nl.text="Wikipedia artikel" />
    182              <space/>
    183 
    184              <text key="website" text="Website" />
    185              <space/>
    186 
    187              <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
    188              <space/>
    189              <text key="image"
    190                    text="Image-URL"
    191                    de.text="Bild-URL"
    192                    nl.text="Foto URL" />
    193              <space/>
    194 
    195              <combo key="start_date"
    196                     values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
    197                     text="start_date"
    198                     de.text="Baujahr"
    199                     nl.text="Bouwjaar" />                       
    200              <space/>
    201 
    202              <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
    203              <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
    204              <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
    205              <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
    206              <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" />
    207 
    208               <space/>
    209               <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
    210 
    211         </item>
    212        
    213         <item name="Shiro"
    214                 icon="shiro.png"
    215                 de.name="Shiro"
    216                 nl.name="Shiro"
    217                 type="node,closedway,relation">
    218                 <space/>
    219                
    220                 <link href="http://wiki.openstreetmap.org/wiki/Tag:historic=castle"
    221                       de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:historic=castle"/>
    222                 <space/>
    223                
    224                 <key key="historic" value="castle" />
    225                 <key key="castle_type" value="shiro" />
    226 
    227                 <text key="name" text="Name" />
    228                 <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
    229                 <space/>
    230 
    231                 <check key="ruins" text="ruins" de.text="Ruine" nl.text="Ruïne" default="off" delete_if_empty="true" />
    232 
    233                 <space/>
    234 
    235                 <label text="For the detailed conservation please use the presets Heritage properties! "
    236                 de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren" />
    237                 <space/>
    238 
    239                 <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
    240                 <space/>
    241 
    242                 <text key="wikipedia"
    243                       text="Wikipedia Link"
    244                       de.text="Wikipedia Artikel"
    245                       fr.text="Lien Wikipédia"
    246                       nl.text="Wikipedia artikel" />
    247                 <space/>
    248 
    249                 <text key="website" text="Website" />
    250                 <space/>
    251 
    252                 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
    253                 <space/>
    254                 <text key="image"
    255                       text="Image-URL"
    256                       de.text="Bild-URL"
    257                       nl.text="Foto URL" />
    258                 <space/>
    259 
    260                 <combo key="start_date"
    261                        values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
    262                        text="start_date"
    263                        de.text="Baujahr"
    264                        nl.text="Bouwjaar" />                       
    265                 <space/>
    266 
    267                 <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
    268                 <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
    269                 <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
    270                 <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
    271                 <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" />
    272 
    273                 <space/>
    274                 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
    275         </item>
    276 
    277         <item name="Palace"
    278               icon="palast.png"
    279               de.name="Palast"
    280               nl.name="Paleis"
    281               type="node,closedway,relation">
    282               <key key="historic" value="castle" />
    283               <key key="castle_type" value="palace" />
    284 
    285               <text key="name" text="Name" />
    286               <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
    287               <space/>
    288 
    289               <check key="ruins" text="ruins" de.text="Ruine" nl.text="Ruïne" default="off" delete_if_empty="true" />
    290 
    291               <space/>
    292 
    293                <label text="For the detailed conservation please use the presets Heritage properties! "
    294                 de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren" />
    295                 <space/>
    296 
    297                 <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
    298                 <space/>
    299 
    300               <text key="wikipedia"
    301                     text="Wikipedia Link"
    302                     de.text="Wikipedia Artikel"
    303                     fr.text="Lien Wikipédia"
    304                     nl.text="Wikipedia artikel" />
    305               <space/>
    306 
    307               <text key="website" text="Website" />
    308               <space/>
    309 
    310               <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
    311               <space/>
    312               <text key="image"
    313                     text="Image-URL"
    314                     de.text="Bild-URL"
    315                     nl.text="Foto URL" />
    316               <space/>
    317 
    318               <combo key="start_date"
    319                      values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
    320                      text="start_date"
    321                      de.text="Baujahr"
    322                      nl.text="Bouwjaar"/>                       
    323               <space/>
    324 
    325               <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
    326               <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
    327               <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
    328               <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
    329               <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" />
    330 
    331               <space/>
    332               <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
    333         </item>
    334        
    335         <item name="Manor"
    336                 icon="manor.png"
    337                 de.name="Rittergut/Herrenhaus"
    338                 nl.name="Ridderhuis/Herenhuis/Landgoed"
    339                 type="node,closedway">
    340                 <space/>
    341 
    342                 <link href="http://wiki.openstreetmap.org/wiki/Tag:historic=manor"
    343                       de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:historic=manor "/>
    344                 <space/>
    345 
    346                 <key key="historic" value="manor" />
    347 
    348                 <text key="name" text="Name" />
    349                 <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
    350                 <space/>
    351 
    352                 <check key="ruins" text="ruins" de.text="Ruine" nl.text="Ruïne" default="off" delete_if_empty="true" />
    353 
    354                 <space/>
    355 
    356                 <label text="For the detailed conservation please use the presets Heritage properties! "
    357                 de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren" />
    358                 <space/>
    359 
    360                 <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
    361                 <space/>
    362 
    363                 <text key="wikipedia"
    364                         text="Wikipedia Link"
    365                         de.text="Wikipedia Artikel"
    366                         fr.text="Lien Wikipédia"
    367                         nl.text="Wikipedia artikel" />
    368                 <space/>
    369 
    370                 <text key="website" text="Website" />
    371                 <space/>
    372 
    373                 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
    374                 <space/>
    375                 <text key="image"
    376                         text="Image-URL"
    377                         de.text="Bild-URL"
    378                         nl.text="Foto URL" />
    379                 <space/>
    380 
    381                 <combo key="start_date"
    382                         values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
    383                         text="start_date"
    384                         de.text="Baujahr"
    385                         nl.text="Bouwjaar"/>
    386                 <space/>
    387 
    388                 <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
    389                 <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
    390                 <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
    391                 <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
    392                 <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" />
    393 
    394                 <space/>
    395                 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
    396         </item>
    397 
    398         <item name="Historic city gate"
    399                 icon="stadttor.png"
    400                 de.name="Historisches Stadt-Tor"
    401                 nl.name="Historische stadstoren"
    402                 type="node,closedway">
    403                 <space/>
    404 
    405                 <link href="http://wiki.openstreetmap.org/wiki/Tag:historic%3Dcity_gate"
    406                       de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:historic%3Dcity_gate"/>
    407                 <space/>
    408 
    409                 <key key="historic" value="city_gate" />
    410 
    411                 <text key="name" text="Name" />
    412                 <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
    413                 <space/>
    414 
    415                 <check key="ruins" text="ruins" de.text="Ruine" nl.text="Ruïne" default="off" delete_if_empty="true" />
    416 
    417                 <space/>
    418 
    419                 <label text="For the detailed conservation please use the presets Heritage properties! "
    420                 de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren" />
    421                 <space/>
    422 
    423                 <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
    424                 <space/>
    425 
    426                 <text key="wikipedia"
    427                         text="Wikipedia Link"
    428                         de.text="Wikipedia Artikel"
    429                         fr.text="Lien Wikipédia"
    430                         nl.text="Wikipedia artikel" />
    431                 <space/>
    432 
    433                 <text key="website" text="Website" />
    434                 <space/>
    435 
    436                 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
    437                 <space/>
    438                 <text key="image"
    439                         text="Image-URL"
    440                         de.text="Bild-URL"
    441                         nl.text="Foto URL" />
    442                 <space/>
    443 
    444                 <combo key="start_date"
    445                         values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
    446                         text="start_date"
    447                         de.text="Baujahr"
    448                         nl.text="Bouwjaar"/>
    449                 <space/>
    450 
    451                 <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
    452                 <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
    453                 <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
    454                 <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
    455                 <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" />
    456 
    457                 <space/>
    458                 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
    459         </item>
    460 
    461                 <item name="Historic city wall"
    462                 icon="wall.png"
    463                 de.name="Historische Stadt-Mauer"
    464                 nl.name="Historische stadsmuur"
    465                 type="node,closedway,relation">
    466                 <space/>
    467 
    468            
    469                 <key key="historic" value="citywalls" />
    470 
    471                 <text key="name" text="Name" />
    472                 <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
    473                 <space/>
    474 
    475                 <check key="ruins" text="ruins" de.text="Ruine" nl.text="Ruïne" default="off" delete_if_empty="true" />
    476 
    477                 <space/>
    478 
    479                 <label text="For the detailed conservation please use the presets Heritage properties! "
    480                 de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren" />
    481                 <space/>
    482 
    483                 <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
    484                 <space/>
    485 
    486                 <text key="wikipedia"
    487                         text="Wikipedia Link"
    488                         de.text="Wikipedia Artikel"
    489                         fr.text="Lien Wikipédia"
    490                         nl.text="Wikipedia artikel" />
    491                 <space/>
    492 
    493                 <text key="website" text="Website" />
    494                 <space/>
    495 
    496                 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
    497                 <space/>
    498                 <text key="image"
    499                         text="Image-URL"
    500                         de.text="Bild-URL"
    501                         nl.text="Foto URL" />
    502                 <space/>
    503 
    504                 <combo key="start_date"
    505                         values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
    506                         text="start_date"
    507                         de.text="Baujahr"
    508                         nl.text="Bouwjaar"/>
    509                 <space/>
    510 
    511                 <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
    512                 <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
    513                 <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
    514                 <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
    515                 <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" />
    516 
    517                 <space/>
    518                 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
    519         </item>
    520 
    521 
    522                 <item name="Historic building"
    523                 icon="house.png"
    524                 de.name="Historisches Gebäude"
    525                 nl.name="Historisch Gebouw"
    526                 type="node,closedway,relation">
    527                 <space/>
    528 
    529            
    530                 <key key="historic" value="building" />
    531 
    532                 <text key="name" text="Name" />
    533                 <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
    534                 <space/>
    535 
    536                 <check key="ruins" text="ruins" de.text="Ruine" nl.text="Ruïne" default="off" delete_if_empty="true" />
    537 
    538                 <space/>
    539 
    540                 <label text="For the detailed conservation please use the presets Heritage properties! "
    541                 de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren" />
    542                 <space/>
    543 
    544                 <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
    545                 <space/>
    546 
    547                 <text key="wikipedia"
    548                         text="Wikipedia Link"
    549                         de.text="Wikipedia Artikel"
    550                         fr.text="Lien Wikipédia"
    551                         nl.text="Wikipedia artikel" />
    552                 <space/>
    553 
    554                 <text key="website" text="Website" />
    555                 <space/>
    556 
    557                 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
    558                 <space/>
    559                 <text key="image"
    560                         text="Image-URL"
    561                         de.text="Bild-URL"
    562                         nl.text="Foto URL" />
    563                 <space/>
    564 
    565                 <combo key="start_date"
    566                         values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
    567                         text="start_date"
    568                         de.text="Baujahr"
    569                         nl.text="Bouwjaar"/>
    570                 <space/>
    571 
    572                 <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
    573                 <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
    574                 <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
    575                 <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
    576                 <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" />
    577 
    578                 <space/>
    579                 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
    580         </item>
    581 
    582   <item name="Town hall"
    583                 icon="rathaus.png"
    584                 de.name="Historisches Rathaus"
    585                 nl.name="Stadhuis"
    586                 type="node,closedway,relation">
    587                 <space/>
    588 
    589            
    590                 <key key="amenity" value="townhall" />
    591                 <key key="historic" value="yes" />
    592 
    593                 <text key="name" text="Name" />
    594                 <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
    595                 <space/>
    596 
    597                 <check key="ruins" text="ruins" de.text="Ruine" nl.text="Ruïne" default="off" delete_if_empty="true" />
    598 
    599                 <space/>
    600 
    601                 <label text="For the detailed conservation please use the presets Heritage properties! "
    602                 de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren" />
    603                 <space/>
    604 
    605                 <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
    606                 <space/>
    607 
    608                 <text key="wikipedia"
    609                         text="Wikipedia Link"
    610                         de.text="Wikipedia Artikel"
    611                         fr.text="Lien Wikipédia"
    612                         nl.text="Wikipedia artikel" />
    613                 <space/>
    614 
    615                 <text key="website" text="Website" />
    616                 <space/>
    617 
    618                 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
    619                 <space/>
    620                 <text key="image"
    621                         text="Image-URL"
    622                         de.text="Bild-URL"
    623                         nl.text="Foto URL" />
    624                 <space/>
    625 
    626                 <combo key="start_date"
    627                         values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
    628                         text="start_date"
    629                         de.text="Baujahr"
    630                         nl.text="Bouwjaar"/>
    631                 <space/>
    632 
    633                 <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
    634                 <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
    635                 <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
    636                 <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
    637                 <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" />
    638 
    639                 <space/>
    640                 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
    641         </item>
    642 
    643 
    644 </group>
    645 
    646 <group name="Monastery" de.name="Kloster" nl.name="Klooster" icon="kloster.png" >       
    647 
    648           <item name="Inactive Monastery"
    649                 icon="kloster.png"
    650                 de.name="ehemaliges Kloster"
    651                 nl.name="Voormalig klooster"
    652                 type="node,closedway,relation">
    653                 <key key="historic" value="monastery" />
    654                 <text key="name" text="Name" />
    655                 <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
    656 
    657                 <space/>
    658 
    659                 <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" />               
    660                 <space/>
    661 
    662                 <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" />                       
    663                 <space/>
    664 
    665                 <combo key="community:gender"
    666                         values="male,female"
    667                         de.display_values="Mönchskloster,Nonnenkloster"
    668                         nl.display_values="Monikken,Nonnen"
    669                         text="gender"
    670                         de.text="Gemeinschaft"
    671                         nl.text="Gemeenschap" />                       
    672                 <space/>
    673 
    674                 <check key="ruins" text="ruins" de.text="Ruine" nl.text="Ruïne" default="off" delete_if_empty="true" />
    675 
    676                 <space/>
    677 
    678                 <label text="For the detailed conservation please use the presets Heritage properties! "
    679                 de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren" />
    680                 <space/>
    681 
    682                 <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
    683                 <space/>
    684 
    685                 <text key="wikipedia"
    686                         text="Wikipedia Link"
    687                         de.text="Wikipedia Artikel"
    688                         fr.text="Lien Wikipédia"
    689                         nl.text="Wikipedia artikel" />
    690                 <space/>
    691 
    692                 <text key="website" text="Website" />
    693                 <space/>
    694 
    695                 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
    696                 <space/>
    697                 <text key="image"
    698                         text="Image-URL"
    699                         de.text="Bild-URL"
    700                         nl.text="Foto URL" />
    701                 <space/>
    702 
    703                 <combo key="start_date"
    704                         values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
    705                         text="start_date"
    706                         de.text="Eröffnung des Klosters"
    707                         nl.text="Opening v.h. klooster" />
    708                 <space/>
    709 
    710                 <combo key="end_date"
    711                         values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
    712                         text="end_date"
    713                         de.text="Schließung des Klosters"
    714                         nl.text="Sluiting v.h. klooster" />
    715                 <space/>       
    716 
    717                 <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
    718                 <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
    719                 <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
    720                 <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
    721                 <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" />
    722 
    723                 <space/>
    724                 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
    725         </item>
    726 
    727           <item name="Active Monastery"
    728                 de.name="Aktives Kloster"
    729                 nl.name="Actief klooster"
    730                 icon="kloster.png"
    731                 type="node,closedway,relation">
    732 
    733                 <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=monastery"/>
    734 
    735                 <key key="amenity" value="monastery" />
    736 
    737                 <text key="name" text="Name" />
    738                 <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
    739 
    740                 <space/>
    741 
    742                 <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" />
    743                 <space/>
    744 
    745                 <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" />
    746                 <space/>
    747 
    748                 <combo key="community:gender"
    749                        values="male,female"
    750                        de.display_values="Mönchskloster,Nonnenkloster"
    751                        nl.display_values="Monikken, Nonnen"
    752                        text="gender"
    753                        de.text="Gemeinschaft"
    754                        nl.text="Gemeenschap" />
    755                 <space/>
    756 
    757                 <text key="operator" text="Operator" de.text="Betreibers des Klosters" delete_if_empty="true" />
    758 
    759 
    760                 <label text="For the detailed conservation please use the presets Heritage properties! "
    761                 de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren" />
    762                 <space/>
    763 
    764                 <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
    765                 <space/>
    766 
    767                 <text key="wikipedia"
    768                       text="Wikipedia Link"
    769                       de.text="Wikipedia Artikel"
    770                       fr.text="Lien Wikipédia"
    771                       nl.text="Wikipedia artikel" />
    772                 <space/>
    773 
    774                 <text key="website" text="Website" />
    775                 <space/>
    776 
    777                 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
    778                 <space/>
    779                 <text key="image"
    780                       text="Image-URL"
    781                       de.text="Bild-URL"
    782                       nl.text="Foto URL" />
    783                 <space/>
    784 
    785                 <combo key="start_date"
    786                        values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
    787                        text="start_date"
    788                        de.text="Eröffnung des Klosters"
    789                        nl.text="Opening v.h. klooster" />
    790                 <space/>
    791 
    792                 <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
    793                 <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
    794                 <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
    795                 <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
    796                 <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" />
    797 
    798                 <space/>
    799                 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
    800         </item>
    801 </group>       
    802        
    803 <group name="Mills" de.name="Mühlen" nl.name="Molens"  icon="windmill.png" >
     11        de.description="Historische Objekte"
     12        de.shortdescription="Historische Objekte"
     13
     14        nl.description="Historische objecten"
     15        nl.shortdescription="Historische objecten"
     16
     17        fr.description="Objets historiques : les objets du patrimoine"
     18        fr.shortdescription="Objets historiques"
     19>
     20
     21        <group
     22                name="Historic Objekts"
     23                de.name="Historische Objekte"
     24                nl.name="Historische objecten"
     25                fr.name="Objets historiques"
     26                icon="kreuzstein.png"
     27        >
     28                <group
     29                        name="Castle/Buildings"
     30                        de.name="Burg/Schloss/Palast/Gebäude"
     31                        nl.name="Burcht/Kasteel/Paleis/Gebouw"
     32                        fr.name="Fort/Château/Palais/Bâtiment"
     33                        icon="castle.png"
     34                >
     35                        <item
     36                                name="Castle (stately)"
     37                                de.name="Schloss"
     38                                nl.name="Kasteel"
     39                                fr.name="Château"
     40                                icon="schloss.png" type="node,closedway,relation"
     41                        >
     42                                <space/>
     43
     44                                <link
     45                                        href="http://wiki.openstreetmap.org/wiki/Tag:historic=castle"
     46                                        de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:historic=castle"
     47                                />
     48                               
     49                                <space/>
     50
     51                                <key key="historic" value="castle" />
     52                                <key key="castle_type" value="stately" />
     53
     54                                <text key="name" text="Name" />
     55                                <text key="old_name" delete_if_empty="true"
     56                                        text="old_name"
     57                                        de.text="alter Name"
     58                                        nl.text="Oude naam"
     59                                        fr.text="Ancien nom"
     60                                />
     61                               
     62                                <space/>
     63
     64                                <check key="ruins" default="off" delete_if_empty="true"
     65                                        text="ruins"
     66                                        de.text="Ruine"
     67                                        nl.text="Ruïne"
     68                                        fr.text="En ruines"
     69                                />
     70
     71                                <space/>
     72
     73                                <label
     74                                        text="For the detailed conservation please use the presets Heritage properties!"
     75                                        de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"
     76                                        nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren"
     77                                        fr.text="Pour les détails sur le classement, veuillez utiliser les propriétés du modèle d'attributs Patrimoine !"
     78                                />
     79                               
     80                                <space/>
     81
     82                                <check key="heritage" default="off" delete_if_empty="true"
     83                                        text="heritage"
     84                                        de.text="Denkmalgeschützt"
     85                                        nl.text="Beschermd Erfgoed"
     86                                />
     87                               
     88                                <space/>
     89
     90                                <text key="wikipedia"
     91                                        text="Wikipedia Link"
     92                                        de.text="Wikipedia Artikel"
     93                                        nl.text="Wikipedia artikel"
     94                                        fr.text="Lien Wikipédia"
     95                                />
     96                               
     97                                <space/>
     98
     99                                <text key="website" text="Website" />
     100                               
     101                                <space/>
     102
     103                                <text key="description"
     104                                        text="short description"
     105                                        de.text="Beschreibung"
     106                                        nl.text="Beschrijving"
     107                                        fr.text="Description"
     108                                />
     109                               
     110                                <space/>
     111                               
     112                                <text key="image"
     113                                        text="Image-URL"
     114                                        de.text="Bild-URL"
     115                                        nl.text="Foto URL"
     116                                        fr.text="Lien vers la photo"
     117                                />
     118                               
     119                                <space/>
     120
     121                                <combo key="start_date" values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
     122                                        text="start_date"
     123                                        de.text="Baujahr"
     124                                        nl.text="Bouwjaar"
     125                                        fr.text="Date"
     126                                />
     127                               
     128                                <space/>
     129
     130                                <text key="addr:housenumber"
     131                                        text="House number"
     132                                        de.text="Hausnummer"
     133                                        nl.text="Huisnummer"
     134                                        fr.text="Numéro"
     135                                />
     136                               
     137                                <text key="addr:street"
     138                                        text="Street name"
     139                                        de.text="Straßenname"
     140                                        nl.text="Straat"
     141                                        fr.text="Rue"
     142                                />
     143                               
     144                                <text key="addr:city"
     145                                        text="City name"
     146                                        de.text="Stadt"
     147                                        nl.text="Stad"
     148                                        fr.text="Ville"
     149                                />
     150                               
     151                                <text key="addr:postcode"
     152                                        text="Post code"
     153                                        de.text="Postleitzahl"
     154                                        nl.text="Postcode"
     155                                        fr.text="Code postal"
     156                                />
     157                               
     158                                <combo key="addr:country" values="AT,CH,BE,DE,FR,GB,IT,US" use_last_as_default="force"
     159                                        text="Country code"
     160                                        de.text="Ländercode"
     161                                        nl.text="Landcode"
     162                                />
     163                               
     164                                <space/>
     165                               
     166                                <text key="note" default="" delete_if_empty="true"
     167                                        text="note"
     168                                        de.text="Anmerkung für andere Mapper"
     169                                        nl.text="Opmerking voor mappers"
     170                                />
     171                        </item>
     172
     173                        <item name="Castle (defensive)"
     174                                  de.name="Burg"
     175                                  nl.name="Burcht"
     176                                  icon="burg.png"
     177                                  type="node,closedway,relation"
     178                        >
     179                                  <space/>
     180
     181                                  <link href="http://wiki.openstreetmap.org/wiki/Tag:historic=castle"
     182                                                de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:historic=castle" />
     183                                  <space/>
     184
     185                                  <key key="historic" value="castle" />
     186                                  <key key="castle_type" value="defensive" />
     187
     188                                  <text key="name" text="Name" />
     189                                  <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
     190                                  <space/>
     191
     192                                  <check key="ruins" text="ruins" de.text="Ruine" nl.text="Ruïne" default="off" delete_if_empty="true" />
     193
     194                                  <space/>
     195
     196                                  <label text="For the detailed conservation please use the presets Heritage properties! "
     197                                        de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren" />
     198                                        <space/>
     199
     200                                        <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
     201                                        <space/>
     202
     203                                  <text key="wikipedia"
     204                                                text="Wikipedia Link"
     205                                                de.text="Wikipedia Artikel"
     206                                                fr.text="Lien Wikipédia"
     207                                                nl.text="Wikipedia artikel" />
     208                                  <space/>
     209
     210                                  <text key="website" text="Website" />
     211                                  <space/>
     212
     213                                  <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
     214                                  <space/>
     215                                  <text key="image"
     216                                                text="Image-URL"
     217                                                de.text="Bild-URL"
     218                                                nl.text="Foto URL" />
     219                                  <space/>
     220
     221                                  <combo key="start_date"
     222                                                 values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
     223                                                 text="start_date"
     224                                                 de.text="Baujahr"
     225                                                 nl.text="Bouwjaar" />
     226                                  <space/>
     227
     228                                  <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
     229                                  <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
     230                                  <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
     231                                  <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
     232                                  <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" />
     233                       
     234                                  <space/>
     235                                  <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
     236                                </item>
     237
     238                                <item name="Fort"
     239                                          de.name="Festung"
     240                                          nl.name="Vesting/Fort"
     241                                          icon="castle.png"
     242                                          type="node,closedway,relation"
     243                                >
     244                                         <space/>
     245
     246                                         <link href="http://wiki.openstreetmap.org/wiki/Tag:historic=castle"
     247                                                   de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:historic=castle"/>
     248                                         <space/>
     249
     250                                         <key key="historic" value="castle" />
     251                                         <key key="castle_type" value="fortress" />
     252
     253                                         <text key="name" text="Name" />
     254                                         <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
     255                                         <space/>
     256
     257                                         <check key="ruins" text="ruins" de.text="Ruine" nl.text="Ruïne" default="off" delete_if_empty="true" />
     258
     259                                         <space/>
     260
     261                                          <label text="For the detailed conservation please use the presets Heritage properties! "
     262                                                de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren" />
     263                                                <space/>
     264
     265                                                <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
     266                                                <space/>
     267
     268                                         <text key="wikipedia"
     269                                                   text="Wikipedia Link"
     270                                                   de.text="Wikipedia Artikel"
     271                                                   fr.text="Lien Wikipédia"
     272                                                   nl.text="Wikipedia artikel" />
     273                                         <space/>
     274
     275                                         <text key="website" text="Website" />
     276                                         <space/>
     277
     278                                         <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
     279                                         <space/>
     280                                         <text key="image"
     281                                                   text="Image-URL"
     282                                                   de.text="Bild-URL"
     283                                                   nl.text="Foto URL" />
     284                                         <space/>
     285
     286                                         <combo key="start_date"
     287                                                        values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
     288                                                        text="start_date"
     289                                                        de.text="Baujahr"
     290                                                        nl.text="Bouwjaar" />                       
     291                                         <space/>
     292
     293                                         <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
     294                                         <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
     295                                         <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
     296                                         <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
     297                                         <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" />
     298
     299                                          <space/>
     300                                          <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
     301
     302                                </item>
     303               
     304                                <item name="Shiro"
     305                                                icon="shiro.png"
     306                                                de.name="Shiro"
     307                                                nl.name="Shiro"
     308                                                type="node,closedway,relation">
     309                                                <space/>
     310                               
     311                                                <link href="http://wiki.openstreetmap.org/wiki/Tag:historic=castle"
     312                                                          de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:historic=castle"/>
     313                                                <space/>
     314                               
     315                                                <key key="historic" value="castle" />
     316                                                <key key="castle_type" value="shiro" />
     317
     318                                                <text key="name" text="Name" />
     319                                                <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
     320                                                <space/>
     321
     322                                                <check key="ruins" text="ruins" de.text="Ruine" nl.text="Ruïne" default="off" delete_if_empty="true" />
     323
     324                                                <space/>
     325
     326                                                <label text="For the detailed conservation please use the presets Heritage properties! "
     327                                                de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren" />
     328                                                <space/>
     329
     330                                                <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
     331                                                <space/>
     332
     333                                                <text key="wikipedia"
     334                                                          text="Wikipedia Link"
     335                                                          de.text="Wikipedia Artikel"
     336                                                          fr.text="Lien Wikipédia"
     337                                                          nl.text="Wikipedia artikel" />
     338                                                <space/>
     339
     340                                                <text key="website" text="Website" />
     341                                                <space/>
     342
     343                                                <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
     344                                                <space/>
     345                                                <text key="image"
     346                                                          text="Image-URL"
     347                                                          de.text="Bild-URL"
     348                                                          nl.text="Foto URL" />
     349                                                <space/>
     350
     351                                                <combo key="start_date"
     352                                                           values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
     353                                                           text="start_date"
     354                                                           de.text="Baujahr"
     355                                                           nl.text="Bouwjaar" />                       
     356                                                <space/>
     357
     358                                                <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
     359                                                <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
     360                                                <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
     361                                                <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
     362                                                <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" />
     363
     364                                                <space/>
     365                                                <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
     366                                </item>
     367
     368                                <item name="Palace"
     369                                          icon="palast.png"
     370                                          de.name="Palast"
     371                                          nl.name="Paleis"
     372                                          type="node,closedway,relation">
     373                                          <key key="historic" value="castle" />
     374                                          <key key="castle_type" value="palace" />
     375
     376                                          <text key="name" text="Name" />
     377                                          <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
     378                                          <space/>
     379
     380                                          <check key="ruins" text="ruins" de.text="Ruine" nl.text="Ruïne" default="off" delete_if_empty="true" />
     381
     382                                          <space/>
     383
     384                                           <label text="For the detailed conservation please use the presets Heritage properties! "
     385                                                de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren" />
     386                                                <space/>
     387
     388                                                <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
     389                                                <space/>
     390
     391                                          <text key="wikipedia"
     392                                                        text="Wikipedia Link"
     393                                                        de.text="Wikipedia Artikel"
     394                                                        fr.text="Lien Wikipédia"
     395                                                        nl.text="Wikipedia artikel" />
     396                                          <space/>
     397
     398                                          <text key="website" text="Website" />
     399                                          <space/>
     400
     401                                          <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
     402                                          <space/>
     403                                          <text key="image"
     404                                                        text="Image-URL"
     405                                                        de.text="Bild-URL"
     406                                                        nl.text="Foto URL" />
     407                                          <space/>
     408
     409                                          <combo key="start_date"
     410                                                         values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
     411                                                         text="start_date"
     412                                                         de.text="Baujahr"
     413                                                         nl.text="Bouwjaar"/>                       
     414                                          <space/>
     415
     416                                          <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
     417                                          <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
     418                                          <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
     419                                          <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
     420                                          <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" />
     421
     422                                          <space/>
     423                                          <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
     424                                </item>
     425               
     426                                <item name="Manor"
     427                                                icon="manor.png"
     428                                                de.name="Rittergut/Herrenhaus"
     429                                                nl.name="Ridderhuis/Herenhuis/Landgoed"
     430                                                type="node,closedway">
     431                                                <space/>
     432
     433                                                <link href="http://wiki.openstreetmap.org/wiki/Tag:historic=manor"
     434                                                          de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:historic=manor "/>
     435                                                <space/>
     436
     437                                                <key key="historic" value="manor" />
     438
     439                                                <text key="name" text="Name" />
     440                                                <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
     441                                                <space/>
     442
     443                                                <check key="ruins" text="ruins" de.text="Ruine" nl.text="Ruïne" default="off" delete_if_empty="true" />
     444
     445                                                <space/>
     446
     447                                                <label text="For the detailed conservation please use the presets Heritage properties! "
     448                                                de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren" />
     449                                                <space/>
     450
     451                                                <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
     452                                                <space/>
     453
     454                                                <text key="wikipedia"
     455                                                                text="Wikipedia Link"
     456                                                                de.text="Wikipedia Artikel"
     457                                                                fr.text="Lien Wikipédia"
     458                                                                nl.text="Wikipedia artikel" />
     459                                                <space/>
     460
     461                                                <text key="website" text="Website" />
     462                                                <space/>
     463
     464                                                <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
     465                                                <space/>
     466                                                <text key="image"
     467                                                                text="Image-URL"
     468                                                                de.text="Bild-URL"
     469                                                                nl.text="Foto URL" />
     470                                                <space/>
     471
     472                                                <combo key="start_date"
     473                                                                values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
     474                                                                text="start_date"
     475                                                                de.text="Baujahr"
     476                                                                nl.text="Bouwjaar"/>
     477                                                <space/>
     478
     479                                                <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
     480                                                <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
     481                                                <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
     482                                                <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
     483                                                <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" />
     484
     485                                                <space/>
     486                                                <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
     487                                </item>
     488
     489                                <item name="Historic city gate"
     490                                                icon="stadttor.png"
     491                                                de.name="Historisches Stadt-Tor"
     492                                                nl.name="Historische stadstoren"
     493                                                type="node,closedway">
     494                                                <space/>
     495
     496                                                <link href="http://wiki.openstreetmap.org/wiki/Tag:historic%3Dcity_gate"
     497                                                          de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:historic%3Dcity_gate"/>
     498                                                <space/>
     499
     500                                                <key key="historic" value="city_gate" />
     501
     502                                                <text key="name" text="Name" />
     503                                                <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
     504                                                <space/>
     505
     506                                                <check key="ruins" text="ruins" de.text="Ruine" nl.text="Ruïne" default="off" delete_if_empty="true" />
     507
     508                                                <space/>
     509
     510                                                <label text="For the detailed conservation please use the presets Heritage properties! "
     511                                                de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren" />
     512                                                <space/>
     513
     514                                                <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
     515                                                <space/>
     516
     517                                                <text key="wikipedia"
     518                                                                text="Wikipedia Link"
     519                                                                de.text="Wikipedia Artikel"
     520                                                                fr.text="Lien Wikipédia"
     521                                                                nl.text="Wikipedia artikel" />
     522                                                <space/>
     523
     524                                                <text key="website" text="Website" />
     525                                                <space/>
     526
     527                                                <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
     528                                                <space/>
     529                                                <text key="image"
     530                                                                text="Image-URL"
     531                                                                de.text="Bild-URL"
     532                                                                nl.text="Foto URL" />
     533                                                <space/>
     534
     535                                                <combo key="start_date"
     536                                                                values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
     537                                                                text="start_date"
     538                                                                de.text="Baujahr"
     539                                                                nl.text="Bouwjaar"/>
     540                                                <space/>
     541
     542                                                <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
     543                                                <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
     544                                                <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
     545                                                <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
     546                                                <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" />
     547
     548                                                <space/>
     549                                                <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
     550                                </item>
     551
     552                                                <item name="Historic city wall"
     553                                                icon="wall.png"
     554                                                de.name="Historische Stadt-Mauer"
     555                                                nl.name="Historische stadsmuur"
     556                                                type="node,closedway,relation">
     557                                                <space/>
     558
     559                       
     560                                                <key key="historic" value="citywalls" />
     561
     562                                                <text key="name" text="Name" />
     563                                                <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
     564                                                <space/>
     565
     566                                                <check key="ruins" text="ruins" de.text="Ruine" nl.text="Ruïne" default="off" delete_if_empty="true" />
     567
     568                                                <space/>
     569
     570                                                <label text="For the detailed conservation please use the presets Heritage properties! "
     571                                                de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren" />
     572                                                <space/>
     573
     574                                                <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
     575                                                <space/>
     576
     577                                                <text key="wikipedia"
     578                                                                text="Wikipedia Link"
     579                                                                de.text="Wikipedia Artikel"
     580                                                                fr.text="Lien Wikipédia"
     581                                                                nl.text="Wikipedia artikel" />
     582                                                <space/>
     583
     584                                                <text key="website" text="Website" />
     585                                                <space/>
     586
     587                                                <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
     588                                                <space/>
     589                                                <text key="image"
     590                                                                text="Image-URL"
     591                                                                de.text="Bild-URL"
     592                                                                nl.text="Foto URL" />
     593                                                <space/>
     594
     595                                                <combo key="start_date"
     596                                                                values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
     597                                                                text="start_date"
     598                                                                de.text="Baujahr"
     599                                                                nl.text="Bouwjaar"/>
     600                                                <space/>
     601
     602                                                <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
     603                                                <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
     604                                                <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
     605                                                <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
     606                                                <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" />
     607
     608                                                <space/>
     609                                                <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
     610                                </item>
     611
     612
     613                                                <item name="Historic building"
     614                                                icon="house.png"
     615                                                de.name="Historisches Gebäude"
     616                                                nl.name="Historisch Gebouw"
     617                                                type="node,closedway,relation">
     618                                                <space/>
     619
     620                       
     621                                                <key key="historic" value="building" />
     622
     623                                                <text key="name" text="Name" />
     624                                                <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
     625                                                <space/>
     626
     627                                                <check key="ruins" text="ruins" de.text="Ruine" nl.text="Ruïne" default="off" delete_if_empty="true" />
     628
     629                                                <space/>
     630
     631                                                <label text="For the detailed conservation please use the presets Heritage properties! "
     632                                                de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren" />
     633                                                <space/>
     634
     635                                                <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
     636                                                <space/>
     637
     638                                                <text key="wikipedia"
     639                                                                text="Wikipedia Link"
     640                                                                de.text="Wikipedia Artikel"
     641                                                                fr.text="Lien Wikipédia"
     642                                                                nl.text="Wikipedia artikel" />
     643                                                <space/>
     644
     645                                                <text key="website" text="Website" />
     646                                                <space/>
     647
     648                                                <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
     649                                                <space/>
     650                                                <text key="image"
     651                                                                text="Image-URL"
     652                                                                de.text="Bild-URL"
     653                                                                nl.text="Foto URL" />
     654                                                <space/>
     655
     656                                                <combo key="start_date"
     657                                                                values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
     658                                                                text="start_date"
     659                                                                de.text="Baujahr"
     660                                                                nl.text="Bouwjaar"/>
     661                                                <space/>
     662
     663                                                <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
     664                                                <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
     665                                                <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
     666                                                <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
     667                                                <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" />
     668
     669                                                <space/>
     670                                                <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
     671                                </item>
     672
     673                  <item name="Town hall"
     674                                                icon="rathaus.png"
     675                                                de.name="Historisches Rathaus"
     676                                                nl.name="Stadhuis"
     677                                                type="node,closedway,relation">
     678                                                <space/>
     679
     680                       
     681                                                <key key="amenity" value="townhall" />
     682                                                <key key="historic" value="yes" />
     683
     684                                                <text key="name" text="Name" />
     685                                                <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
     686                                                <space/>
     687
     688                                                <check key="ruins" text="ruins" de.text="Ruine" nl.text="Ruïne" default="off" delete_if_empty="true" />
     689
     690                                                <space/>
     691
     692                                                <label text="For the detailed conservation please use the presets Heritage properties! "
     693                                                de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren" />
     694                                                <space/>
     695
     696                                                <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
     697                                                <space/>
     698
     699                                                <text key="wikipedia"
     700                                                                text="Wikipedia Link"
     701                                                                de.text="Wikipedia Artikel"
     702                                                                fr.text="Lien Wikipédia"
     703                                                                nl.text="Wikipedia artikel" />
     704                                                <space/>
     705
     706                                                <text key="website" text="Website" />
     707                                                <space/>
     708
     709                                                <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
     710                                                <space/>
     711                                                <text key="image"
     712                                                                text="Image-URL"
     713                                                                de.text="Bild-URL"
     714                                                                nl.text="Foto URL" />
     715                                                <space/>
     716
     717                                                <combo key="start_date"
     718                                                                values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
     719                                                                text="start_date"
     720                                                                de.text="Baujahr"
     721                                                                nl.text="Bouwjaar"/>
     722                                                <space/>
     723
     724                                                <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
     725                                                <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
     726                                                <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
     727                                                <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
     728                                                <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" />
     729
     730                                                <space/>
     731                                                <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
     732                                </item>
     733
     734
     735                </group>
     736
     737                <group name="Monastery" de.name="Kloster" nl.name="Klooster" icon="kloster.png" >       
     738
     739                                  <item name="Inactive Monastery"
     740                                                icon="kloster.png"
     741                                                de.name="ehemaliges Kloster"
     742                                                nl.name="Voormalig klooster"
     743                                                type="node,closedway,relation">
     744                                                <key key="historic" value="monastery" />
     745                                                <text key="name" text="Name" />
     746                                                <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
     747
     748                                                <space/>
     749
     750                                                <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" />               
     751                                                <space/>
     752
     753                                                <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" />                       
     754                                                <space/>
     755
     756                                                <combo key="community:gender"
     757                                                                values="male,female"
     758                                                                de.display_values="Mönchskloster,Nonnenkloster"
     759                                                                nl.display_values="Monikken,Nonnen"
     760                                                                text="gender"
     761                                                                de.text="Gemeinschaft"
     762                                                                nl.text="Gemeenschap" />                       
     763                                                <space/>
     764
     765                                                <check key="ruins" text="ruins" de.text="Ruine" nl.text="Ruïne" default="off" delete_if_empty="true" />
     766
     767                                                <space/>
     768
     769                                                <label text="For the detailed conservation please use the presets Heritage properties! "
     770                                                de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren" />
     771                                                <space/>
     772
     773                                                <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
     774                                                <space/>
     775
     776                                                <text key="wikipedia"
     777                                                                text="Wikipedia Link"
     778                                                                de.text="Wikipedia Artikel"
     779                                                                fr.text="Lien Wikipédia"
     780                                                                nl.text="Wikipedia artikel" />
     781                                                <space/>
     782
     783                                                <text key="website" text="Website" />
     784                                                <space/>
     785
     786                                                <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
     787                                                <space/>
     788                                                <text key="image"
     789                                                                text="Image-URL"
     790                                                                de.text="Bild-URL"
     791                                                                nl.text="Foto URL" />
     792                                                <space/>
     793
     794                                                <combo key="start_date"
     795                                                                values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
     796                                                                text="start_date"
     797                                                                de.text="Eröffnung des Klosters"
     798                                                                nl.text="Opening v.h. klooster" />
     799                                                <space/>
     800
     801                                                <combo key="end_date"
     802                                                                values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
     803                                                                text="end_date"
     804                                                                de.text="Schließung des Klosters"
     805                                                                nl.text="Sluiting v.h. klooster" />
     806                                                <space/>       
     807
     808                                                <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
     809                                                <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
     810                                                <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
     811                                                <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
     812                                                <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" />
     813
     814                                                <space/>
     815                                                <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
     816                                </item>
     817
     818                                  <item name="Active Monastery"
     819                                                de.name="Aktives Kloster"
     820                                                nl.name="Actief klooster"
     821                                                icon="kloster.png"
     822                                                type="node,closedway,relation">
     823
     824                                                <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=monastery"/>
     825
     826                                                <key key="amenity" value="monastery" />
     827
     828                                                <text key="name" text="Name" />
     829                                                <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
     830
     831                                                <space/>
     832
     833                                                <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" />
     834                                                <space/>
     835
     836                                                <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" />
     837                                                <space/>
     838
     839                                                <combo key="community:gender"
     840                                                           values="male,female"
     841                                                           de.display_values="Mönchskloster,Nonnenkloster"
     842                                                           nl.display_values="Monikken, Nonnen"
     843                                                           text="gender"
     844                                                           de.text="Gemeinschaft"
     845                                                           nl.text="Gemeenschap" />
     846                                                <space/>
     847
     848                                                <text key="operator" text="Operator" de.text="Betreibers des Klosters" delete_if_empty="true" />
     849
     850
     851                                                <label text="For the detailed conservation please use the presets Heritage properties! "
     852                                                de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren" />
     853                                                <space/>
     854
     855                                                <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
     856                                                <space/>
     857
     858                                                <text key="wikipedia"
     859                                                          text="Wikipedia Link"
     860                                                          de.text="Wikipedia Artikel"
     861                                                          fr.text="Lien Wikipédia"
     862                                                          nl.text="Wikipedia artikel" />
     863                                                <space/>
     864
     865                                                <text key="website" text="Website" />
     866                                                <space/>
     867
     868                                                <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
     869                                                <space/>
     870                                                <text key="image"
     871                                                          text="Image-URL"
     872                                                          de.text="Bild-URL"
     873                                                          nl.text="Foto URL" />
     874                                                <space/>
     875
     876                                                <combo key="start_date"
     877                                                           values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
     878                                                           text="start_date"
     879                                                           de.text="Eröffnung des Klosters"
     880                                                           nl.text="Opening v.h. klooster" />
     881                                                <space/>
     882
     883                                                <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
     884                                                <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
     885                                                <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
     886                                                <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
     887                                                <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" />
     888
     889                                                <space/>
     890                                                <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
     891                                </item>
     892                </group>       
     893               
     894                <group name="Mills" de.name="Mühlen" nl.name="Molens"  icon="windmill.png" >
    804895 
    805         <item name="Windmill"
    806               de.name="Windmühle"
    807               nl.name="Windmolen"
    808               icon="windmill.png"
    809               type="node,closedway">
    810               <key key="man_made" value="windmill" />
    811 
    812               <text key="name" text="Name" />
    813               <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
    814               <space/>
    815 
    816               <check key="ruins" text="ruins" de.text="Ruine" nl.text="Ruïne" default="off" delete_if_empty="true" />
    817               <space/>
    818 
    819               <label text="For the detailed conservation please use the presets Heritage properties! "
    820                 de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren"/>
    821                 <space/>
    822 
    823                 <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
    824                 <space/>
    825                
    826               <combo key="windmill:vanes" text="Windmill Vanes" de.text="Windmühlenflügel" values="no,yes" default="" delete_if_empty="true" />
    827                <space/>
    828 
    829               <text key="wikipedia"
    830                     text="Wikipedia Link"
    831                     de.text="Wikipedia Artikel"
    832                     fr.text="Lien Wikipédia"
    833                     nl.text="Wikipedia artikel" />
    834               <space/>
    835 
    836               <text key="website" text="Website" />
    837               <space/>
    838 
    839               <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
    840               <space/>
    841               <text key="image"
    842                     text="Image-URL"
    843                     de.text="Bild-URL"
    844                     nl.text="Foto URL" />
    845               <space/>
    846 
    847               <combo key="start_date"
    848                     values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
    849                     text="start_date"
    850                     de.text="Baujahr"
    851                     nl.text="Bouwjaar" />
    852               <space/>
    853 
    854               <combo key="end_date"
    855                     values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
    856                     text="end_date"
    857                     de.text="Schließung der Mühle"
    858                     nl.text="Sluiting v.d. molen" />
    859               <space/>       
    860 
    861               <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
    862               <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
    863               <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
    864               <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
    865               <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" />
    866 
    867               <space/>
    868               <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
    869         </item>
    870        
    871                 <item name="Watermill"
    872                       de.name="Wassermühle"
    873                       nl.name="Watermolen"
    874                       icon="watermill.png"
    875                       type="node,closedway">
    876                 <key key="man_made" value="watermill" />
    877 
    878                 <text key="name" text="Name" />
    879                 <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
    880                 <space/>
    881 
    882                 <check key="ruins" text="ruins" de.text="Ruine" nl.text="Ruïne" default="off" delete_if_empty="true" />
    883                 <space/>
    884 
    885                 <label text="For the detailed conservation please use the presets Heritage properties! "
    886                 de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren" />
    887                 <space/>
    888 
    889                 <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
    890                 <space/>
    891 
    892                 <text key="wikipedia"
    893                       text="Wikipedia Link"
    894                       de.text="Wikipedia Artikel"
    895                       fr.text="Lien Wikipédia"
    896                       nl.text="Wikipedia artikel" />
    897                 <space/>
    898 
    899                 <text key="website" text="Website" />
    900                 <space/>
    901 
    902                 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
    903                 <space/>
    904                 <text key="image"
    905                       text="Image-URL"
    906                       de.text="Bild-URL"
    907                       nl.text="Foto URL" />
    908                 <space/>
    909                
    910                 <combo key="start_date"
    911                        values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
    912                        text="start_date"
    913                        de.text="Baujahr"
    914                        nl.text="Bouwjaar" />
    915                        
    916                 <space/>
    917                
    918                 <combo key="end_date"
    919                         values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
    920                         text="end_date"
    921                         de.text="Schließung der Mühle" nl.text="Sluitingsdatum van de molen"/>
    922                        
    923                 <space/>       
    924                
    925                 <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
    926                 <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
    927                 <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
    928                 <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
    929                 <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" />
    930                
    931                 <space/>
    932                 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
    933         </item>
    934        
    935 </group>
    936 
    937 <group name="Mining" de.name="Bergbau" nl.name="Mijnbouw" icon="mine.png" >
    938 
    939         <item name="Mineshaft" de.name="Bergwerksschacht" nl.name="Mijnschacht" type="way,node,closedway,relation" icon="mine.png">
    940                 <link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=mineshaft" />
    941 
    942                 <space/>
    943 
    944                 <key key="man_made" value="mineshaft" />
    945                 <key key="historic" value="yes" />
    946                 <text key="name" text="Name" delete_if_empty="true" />
    947                 <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
    948                 <text key="description" text="description" de.text="Beschreibung" nl.text="Beschrijving" delete_if_empty="true" />
    949                 <space/>
    950 
    951                 <text key="depth" text="depth" de.text="Tiefe in Metern" delete_if_empty="true" />
    952 
    953                 <combo key="start_date"
    954                        values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
    955                        text="start_date"
    956                        de.text="Eröffnung des Schachtes"
    957                        nl.text="Openingsdatum" />
    958                 <space/>
    959 
    960                 <combo key="end_date"
    961                        values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
    962                        text="end_date"
    963                        de.text="Schließung des Schachtes"
    964                        nl.text="Sluitingsdatum" />
    965                 <space/>
    966 
    967                 <combo key="mineshaft_type" text="Mineshaft Type" de.text="Schachttyp" nl.text="Schachttype"
    968                 display_values="Förderschacht,Luftschacht,Seilschacht" values="winding,air,rope" delete_if_empty="true" />
    969        
    970                 <combo key="profile" text="profile" de.text="Querschnitt" display_values="rund,oval,rechteckig" values="round,oval,rectangular" delete_if_empty="true" />
    971        
    972                 <text key="width" text="width" de.text="Abmaße" nl.text="Breedte" delete_if_empty="true" />
    973                
    974                 <combo key="lining" text="lining" de.text="Ausbau" nl.text="Constructie" display_values="Holz,Ziegelsteine,Stahl,Beton,Fels" values="wood,bricks,steel,concrete,rock" delete_if_empty="true" />
    975        
    976                <text key="operator" text="Operator" de.text="Betreibers des Schachts" nl.text="Uitbater v.d. mijn" delete_if_empty="true" />
    977                
    978                 <combo key="resource" text="Resource" de.text="Rohstoff" nl.text="Delfstof"
    979                 de.display_values="Gesteinskörnung,Bauxit,Kohle,Kupfer,Naturstein,Gold,Ilmenit,Eisenerz,Blei,Kalk,Nickel,Rutil,Salz,Silber,Zinn,Zink,Zirkon"
    980                 values="aggregate,bauxite,coal,copper,dimension_stone,gold,ilmenite,iron_ore,lead,limestone,nickel,rutile,salt,silver,tin,zinc,zircon"
    981                 default="coal"
    982                 delete_if_empty="true" />
    983                
    984                 <space />
    985                
    986                 <text key="ref" text="Reference number" de.text="Referenznummer" nl.text="Referentienummer" delete_if_empty="true" />
    987                 <text key="image" text="Image-URL" de.text="Bild-URL" nl.text="Foto URL" delete_if_empty="true" />
    988                 <text key="wikipedia" text="Wikipedia" delete_if_empty="true" />
    989                 <text key="website" text="Website" delete_if_empty="true" />
    990                 <check key="disused" text="disused" de.text="außer Betrieb  (Stillgelegt)" nl.text="Buiten bedrijf"/>
    991                 <check key="abandoned" text="abandoned" de.text="aufgegeben (verfüllt)" nl.text="Verlaten" default="off" delete_if_empty="true"/>
    992                 <check key="headframe" text="Headframe available" de.text="Förderturm vorhanden" nl.text="Hoofd aanwezig" default="off"/>
    993                
    994                 <space/>
    995                 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
    996         </item>
    997 
    998        <item name="Adit"
    999                 icon="stollen.png"
    1000                 de.name="Bergwerkstollen"
    1001                 nl.name="Horizontale mijnschacht"
    1002                 type="node,closedway,relation">
    1003                 <key key="man_made" value="adit" />
    1004                 <key key="historic" value="yes" />
    1005 
    1006                 <text key="name" text="Name" />
    1007                 <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
    1008                 <space/>
    1009 
    1010                 <text key="operator" text="Operator" de.text="Betreibers des Stollens" nl.text="Uitbater" delete_if_empty="true" />
    1011 
    1012                 <space/>
    1013                
    1014                 <combo key="resource" text="Resource" de.text="Rohstoff" nl.text="Delfstof"
    1015                 de.display_values="Gesteinskörnung,Bauxit,Kohle,Kupfer,Naturstein,Gold,Ilmenit,Eisenerz,Blei,Kalk,Nickel,Rutil,Salz,Silber,Zinn,Zink,Zirkon"
    1016                 values="aggregate,bauxite,coal,copper,dimension_stone,gold,ilmenite,iron_ore,lead,limestone,nickel,rutile,salt,silver,tin,zinc,zircon"
    1017                 default="coal"
    1018                 delete_if_empty="true" />
    1019            
    1020                 <space/>
    1021                
    1022                 <text key="wikipedia"
    1023                         text="Wikipedia Link"
    1024                         de.text="Wikipedia Artikel"
    1025                         fr.text="Lien Wikipédia"
    1026                         nl.text="Wikipedia artikel" />
    1027                 <space/>
    1028            
    1029                 <text key="website" text="Website" />
    1030                 <space/>
    1031                
    1032                 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
    1033                 <space/>
    1034                 <text key="image"
    1035                         text="Image-URL"
    1036                         de.text="Bild-URL"
    1037                         nl.text="Foto URL" />
    1038                 <space/>
    1039                
    1040                 <text key="depth" text="depth" de.text="Tiefe in Metern" nl.text="Diepte in meters" delete_if_empty="true" />
    1041                
    1042                 <space/>
    1043                
    1044                 <combo key="start_date"
    1045                         values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
    1046                         text="start_date"
    1047                         de.text="Eröffnung des Stollens"
    1048                         nl.text="Openingsdatum"/>
    1049                 <space/>
    1050 
    1051                 <combo key="end_date"
    1052                         values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
    1053                         text="end_date"
    1054                         de.text="Schließung des Stollens"
    1055                         nl.text="Sluitingsdatum" />
    1056                 <space/>
    1057                
    1058                 <check key="disused" text="disused" de.text="außer Betrieb  (Stillgelegt)" nl.text="Buiten bedrijf"/>
    1059                 <check key="abandoned" text="abandoned" de.text="aufgegeben (verfüllt)" nl.text="Verlaten" default="off" delete_if_empty="true"/>
    1060                
    1061                 <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
    1062                 <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
    1063                 <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
    1064                 <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
    1065                 <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" />
    1066                
    1067                 <space/>
    1068                 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
    1069         </item>
    1070        
    1071                <item name="Quarry"
    1072                 icon="steinbruch.png"
    1073                 de.name="Steinbruch"
    1074                 nl.name="Steengroeve"
    1075                 type="node,closedway,relation">
    1076                 <key key="landuse" value="quarry" />
    1077                 <key key="historic" value="yes" />
    1078 
    1079                 <text key="name" text="Name" />
    1080                 <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
    1081                 <space/>
    1082 
    1083                 <text key="operator" text="Operator" de.text="Betreibers des Steinbruchs" nl.text="Uitbater" delete_if_empty="true" />
    1084 
    1085            
    1086                 <space/>
    1087                
    1088                 <text key="wikipedia"
    1089                         text="Wikipedia Link"
    1090                         de.text="Wikipedia Artikel"
    1091                         fr.text="Lien Wikipédia"
    1092                         nl.text="Wikipedia artikel" />
    1093                 <space/>
    1094            
    1095                 <text key="website" text="Website" />
    1096                 <space/>
    1097                
    1098                 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
    1099                 <space/>
    1100                 <text key="image"
    1101                         text="Image-URL"
    1102                         de.text="Bild-URL"
    1103                         nl.text="Foto URL" />
    1104                 <space/>
    1105                
    1106              
    1107                 <combo key="start_date"
    1108                         values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
    1109                         text="start_date"
    1110                         de.text="Eröffnung des Steinbruchs"
    1111                         nl.text="Openingsdatum"/>
    1112                 <space/>
    1113 
    1114                 <combo key="end_date"
    1115                         values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
    1116                         text="end_date"
    1117                         de.text="Schließung des Steinbruchs"
    1118                         nl.text="Sluitingsdatum" />
    1119                 <space/>
    1120                
    1121                 <check key="disused" text="disused" de.text="außer Betrieb  (Stillgelegt)" nl.text="Buiten bedrijf"/>
    1122                 <check key="abandoned" text="abandoned" de.text="aufgegeben" nl.text="Verlaten" default="off" delete_if_empty="true"/>
    1123                
    1124                 <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
    1125                 <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
    1126                 <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
    1127                 <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
    1128                 <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" />
    1129                
    1130                 <space/>
    1131                 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
    1132         </item>
    1133  </group>       
    1134 
    1135 <group name="Other" de.name="Sonstiges" nl.text="Andere" icon="bombe.png" >
    1136 
    1137 
    1138         <item name="Gallows"
    1139                 icon="gallows.png"
    1140                 de.name="Historischer Galgen"  nl.name="Historische galg"
    1141                 type="node">
    1142                 <key key="historic" value="gallows" />
    1143 
    1144                 <text key="name" text="Name" />
    1145                 <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
    1146                 <space/>
    1147 
    1148                 <label text="For the detailed conservation please use the presets Heritage properties! "
    1149                 de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren" />
    1150                 <space/>
    1151 
    1152                 <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
    1153                 <space/>
    1154 
    1155 
    1156                 <text key="wikipedia"
    1157                       text="Wikipedia Link"
    1158                       de.text="Wikipedia Artikel"
    1159                       fr.text="Lien Wikipédia"
    1160                       nl.text="Wikipedia artikel" />
    1161                 <space/>
    1162 
    1163                 <text key="website" text="Website" />
    1164                 <space/>
    1165 
    1166                 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
    1167                 <space/>
    1168                 <text key="image"
    1169                       text="Image-URL"
    1170                       de.text="Bild-URL"
    1171                       nl.text="Foto URL" />
    1172                 <space/>
    1173 
    1174                 <check key="disused" text="disused" de.text="außer Betrieb  (Stillgelegt)" nl.text="Buiten bedrijf"/>
    1175 
    1176                 <space/>
    1177                 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
    1178 
    1179         </item>
    1180 
    1181         <item name="Bomb crater"
    1182                 icon="bombe.png"
    1183                 de.name="Bombenkrater"  nl.name="Bomkrater"
    1184                 type="node,closedway">
    1185                 <key key="historic" value="bomb_crater" />
    1186 
    1187                   <label text=""
    1188                   de.text="Dieses Tag bitte nur benutzen, wenn diese als Bodendenkmal gelten oder durch touristische Hinweisschilder gekennzeichnet sind! "  nl.text="Gelieve deze tag enkel te gebruiken als het een 'monument' is of aangegeduid is als bezienswaardigheid" />
    1189                 <space/>
    1190                 <text key="name" text="Name" />
    1191                 <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
    1192                 <space/>
    1193 
    1194                 <text key="wikipedia"
    1195                       text="Wikipedia Link"
    1196                       de.text="Wikipedia Artikel"
    1197                       fr.text="Lien Wikipédia"
    1198                       nl.text="Wikipedia artikel" />
    1199                 <space/>
    1200 
    1201                 <text key="website" text="Website" />
    1202                 <space/>
    1203 
    1204                 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
    1205                 <space/>
    1206                 <text key="image"
    1207                       text="Image-URL"
    1208                       de.text="Bild-URL"
    1209                       nl.text="Foto URL" />
    1210                 <space/>
    1211 
    1212                 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
    1213 
    1214         </item>
    1215 
    1216         <item name="Cannon"
    1217                 icon="cannon.png"
    1218                 de.name="Kanone"  nl.name="Kanon"
    1219                 type="node">
    1220                 <key key="historic" value="cannon" />
    1221 
    1222                
    1223                 <text key="name" text="Name" />
    1224                 <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
    1225                 <space/>
    1226 
    1227                 <label text="For the detailed conservation please use the presets Heritage properties! "
    1228                 de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren" />
    1229                 <space/>
    1230 
    1231                 <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
    1232                 <space/>
    1233 
    1234                 <text key="wikipedia"
    1235                       text="Wikipedia Link"
    1236                       de.text="Wikipedia Artikel"
    1237                       fr.text="Lien Wikipédia"
    1238                       nl.text="Wikipedia artikel" />
    1239                 <space/>
    1240 
    1241                 <text key="website" text="Website" />
    1242                 <space/>
    1243 
    1244                 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
    1245                 <space/>
    1246                 <text key="image"
    1247                       text="Image-URL"
    1248                       de.text="Bild-URL"
    1249                       nl.text="Foto URL" />
    1250                 <space/>
    1251 
    1252                 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
    1253 
    1254         </item>
    1255 
    1256        <item name="Pillory"
    1257                 icon="pranger.png"
    1258                 de.name="Pranger"  nl.name="Schandpaal"
    1259                 type="node">
    1260                 <key key="historic" value="pillory" />
    1261 
    1262                
    1263                 <text key="name" text="Name" />
    1264                 <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
    1265                 <space/>
    1266 
    1267                 <label text="For the detailed conservation please use the presets Heritage properties! "
    1268                 de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!" nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren" />
    1269                 <space/>
    1270 
    1271                 <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
    1272                 <space/>
    1273 
    1274                 <text key="wikipedia"
    1275                       text="Wikipedia Link"
    1276                       de.text="Wikipedia Artikel"
    1277                       fr.text="Lien Wikipédia"
    1278                       nl.text="Wikipedia artikel" />
    1279                 <space/>
    1280 
    1281                 <text key="website" text="Website" />
    1282                 <space/>
    1283 
    1284                 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
    1285                 <space/>
    1286                 <text key="image"
    1287                       text="Image-URL"
    1288                       de.text="Bild-URL"
    1289                       nl.text="Foto URL" />
    1290                 <space/>
    1291 
    1292                 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
    1293 
    1294         </item>
    1295 
    1296        <item name="Waterpump (manual)"
    1297                 icon="pumpe.png"
    1298                 de.name="Handschwengelpumpe"  nl.name="Waterpomp (handmatig)"
    1299                 type="node">
    1300                 <key key="man_made" value="water_well" />
    1301                 <key key="pump" value="manual" />
    1302                 <key key="historic" value="yes" />
    1303 
    1304                
    1305                 <text key="name" text="Name" />
    1306                 <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
    1307                 <space/>
    1308 
    1309                 <label text="For the detailed conservation please use the presets Heritage properties! "
    1310                 de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren" />
    1311                 <space/>
    1312 
    1313                 <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
    1314                 <space/>
    1315 
    1316                 <text key="wikipedia"
    1317                       text="Wikipedia Link"
    1318                       de.text="Wikipedia Artikel"
    1319                       fr.text="Lien Wikipédia"
    1320                       nl.text="Wikipedia artikel" />
    1321                 <space/>
    1322 
    1323                 <text key="website" text="Website" />
    1324                 <space/>
    1325 
    1326                 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
    1327                 <space/>
    1328                 <text key="image"
    1329                       text="Image-URL"
    1330                       de.text="Bild-URL"
    1331                       nl.text="Foto URL" />
    1332                 <space/>
    1333 
    1334                 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
    1335 
    1336         </item>
    1337 
    1338        <item name="Historic spring"
    1339                 icon="quelle.png"
    1340                 de.name="Historische Quelle"  nl.name="Historische bron"
    1341                 type="node,closedway,relation">
    1342                 <key key="natural" value="spring" />
    1343                 <key key="historic" value="yes" />
    1344 
    1345                
    1346                 <text key="name" text="Name" />
    1347                 <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
    1348                 <space/>
    1349 
    1350                 <text key="wikipedia"
    1351                       text="Wikipedia Link"
    1352                       de.text="Wikipedia Artikel"
    1353                       fr.text="Lien Wikipédia"
    1354                       nl.text="Wikipedia artikel" />
    1355                 <space/>
    1356 
    1357                 <text key="website" text="Website" />
    1358                 <space/>
    1359 
    1360                 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
    1361                 <space/>
    1362                 <text key="image"
    1363                       text="Image-URL"
    1364                       de.text="Bild-URL"
    1365                       nl.text="Foto URL" />
    1366                 <space/>
    1367 
    1368                 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
    1369 
    1370         </item>
    1371 
    1372         <item name="Historical tree"
    1373                 icon="tree.png"
    1374                 de.name="Historischer Baum"  nl.name="Historische boom"
    1375                 type="node">
    1376                 <key key="natural" value="tree" />
    1377                 <key key="denotation" value="natural_monument" />
    1378 
    1379                
    1380                 <text key="name" text="Name" />
    1381                 <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
    1382                 <space/>
    1383 
    1384                 <text key="wikipedia"
    1385                       text="Wikipedia Link"
    1386                       de.text="Wikipedia Artikel"
    1387                       fr.text="Lien Wikipédia"
    1388                       nl.text="Wikipedia artikel" />
    1389                 <space/>
    1390 
    1391                 <text key="website" text="Website" />
    1392                 <space/>
    1393 
    1394                 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
    1395                 <space/>
    1396                 <text key="image"
    1397                       text="Image-URL"
    1398                       de.text="Bild-URL"
    1399                       nl.text="Foto URL" />
    1400                 <space/>
    1401 
    1402                 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
    1403 
    1404         </item>
    1405 
    1406         <item name="Historical grave"
    1407                 icon="tomb.png"
    1408                 de.name="Historisches Grab"  nl.name="Historisch graf"
    1409                 type="node,closedway,relation">
    1410                 <key key="historic" value="tomb" />
    1411                
    1412 
    1413                
    1414                 <text key="name" text="Name" />
    1415                 <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
    1416                 <space/>
    1417 
    1418         <combo
    1419         key="tomb"
    1420         text="Tomb type"
    1421         de.text="Grabtyp"
    1422         default=""
    1423         delete_if_empty="true" >
    1424         <list_entry value="tombstone" de.display_value="Grabstein" nl.display_value="Grafsteen"/>
    1425         <list_entry value="tumulus" de.display_value="Grabhügel"  nl.display_value="Tumulus"/>
    1426         <list_entry value="rock-cut" de.display_value="Felsen-Höhle"  nl.display_value="Grot in Rotsen" />
    1427         <list_entry value="war_grave" de.display_value="Kriegs-Grab" nl.display_value="Oorlogsgraf"/>
    1428         <list_entry value="mausoleum" de.display_value="Mausoleum" nl.display_value="Mausoleum"/>
    1429         <list_entry value="columbarium" nl.display_value="Columbarium"/>
    1430         <list_entry value="pyramid" de.display_value="Pyrimide" nl.display_value="Piramide"/>
    1431         <list_entry value="sarcophagus" de.display_value="Sarkophag(Steinsarg)" nl.display_value="Sarcofaag"/>
    1432         <list_entry value="vault" de.display_value="Gruft" nl.display_value="Crypte"/>
    1433         </combo>
    1434                 <text key="wikipedia"
    1435                       text="Wikipedia Link"
    1436                       de.text="Wikipedia Artikel"
    1437                       fr.text="Lien Wikipédia"
    1438                       nl.text="Wikipedia artikel" />
    1439                 <space/>
    1440 
    1441        <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" />               
    1442                 <space/>
    1443 
    1444                 <text key="website" text="Website" />
    1445                 <space/>
    1446 
    1447                 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
    1448                 <space/>
    1449                 <text key="image"
    1450                       text="Image-URL"
    1451                       de.text="Bild-URL"
    1452                       nl.text="Foto URL" />
    1453                 <space/>
    1454 
    1455                 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
    1456 
    1457         </item>
    1458 
    1459 
    1460 
    1461 
    1462 </group> 
    1463 
    1464 <group name="Historic Archaeological/Paleontology Site" de.name="Archäologische/Paleontologische Fundstätte" nl.text="Archeologische/Paleontologische  Site" icon="archaeologie.png" >
    1465   <item name="Megalith" de.name="Großsteingrab" nl.text="Megaliet" type="node,closedway" icon="megalith.png">
    1466 
    1467         <key key="historic" value="archaeological_site" />
    1468         <key key="site_type" value="megalith" />
    1469 
    1470         <text key="name" text="Name" de.text="Name" nl.text="Naam" default="" delete_if_empty="true"/>
    1471         <combo key="megalith_type"
    1472                text="Type"
    1473                de.text="Typ" nl.text="Type"
    1474                default=""
    1475                delete_if_empty="true">
    1476                <list_entry value="menhir" display_value="menhir" de.display_value="hochkant aufgerichteter Monolith(Hinkelstein)" nl.display_value="Menhir" icon="menhir.png"/>
    1477                <list_entry value="alignment" display_value="alignment" de.display_value="Steinreihe" nl.display_value="Steenrij" icon="alignment.png"/>
    1478                <list_entry value="stone_circle" display_value="stone_circle" de.display_value="Steinkreis" nl.display_value="Steencirkel" icon="stone_circle.png"/>
    1479                <list_entry value="grosssteingrab" display_value="Megalithic grave" de.display_value="Großsteingrab" nl.display_value="Dolmen" icon="dolmen.png"/>
    1480                <list_entry value="passage_grave" display_value="passage_grave" de.display_value="Ganggrab" nl.display_value="Hunnebed" icon="passage_grave.png"/>
    1481                <list_entry value="chamber" display_value="chamber" de.display_value="nur noch Fragmente erkennbar" nl.display_value="Fragmenten" icon="chamber.png"/>
    1482 
    1483         </combo>
    1484         <check key="moved" text="moved" de.text="verschoben" nl.text="Verplaatst" default="off" delete_if_empty="true"  />
    1485 
    1486         <space/>
    1487 
    1488             <label text="For the detailed conservation please use the presets Heritage properties! "
    1489                 de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren" />
    1490                 <space/>
    1491 
    1492                 <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
    1493                 <space/>
    1494        
    1495         <text key="wikipedia"
    1496               text="Wikipedia Link"
    1497               de.text="Wikipedia Artikel"
    1498               fr.text="Lien Wikipédia"
    1499               nl.text="Wikipedia artikel" />
    1500         <space/>
    1501 
    1502         <text key="website" text="Website" />
    1503         <space/>
    1504 
    1505         <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
    1506         <space/>
    1507         <text key="image"
    1508               text="Image-URL"
    1509               de.text="Bild-URL"
    1510               nl.text="Foto URL" />
    1511         <space/>
    1512         <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
    1513    </item>
     896                                <item name="Windmill"
     897                                          de.name="Windmühle"
     898                                          nl.name="Windmolen"
     899                                          icon="windmill.png"
     900                                          type="node,closedway">
     901                                          <key key="man_made" value="windmill" />
     902
     903                                          <text key="name" text="Name" />
     904                                          <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
     905                                          <space/>
     906
     907                                          <check key="ruins" text="ruins" de.text="Ruine" nl.text="Ruïne" default="off" delete_if_empty="true" />
     908                                          <space/>
     909
     910                                          <label text="For the detailed conservation please use the presets Heritage properties! "
     911                                                de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren"/>
     912                                                <space/>
     913
     914                                                <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
     915                                                <space/>
     916                           
     917                                          <combo key="windmill:vanes" text="Windmill Vanes" de.text="Windmühlenflügel" values="no,yes" default="" delete_if_empty="true" />
     918                                           <space/>
     919
     920                                          <text key="wikipedia"
     921                                                        text="Wikipedia Link"
     922                                                        de.text="Wikipedia Artikel"
     923                                                        fr.text="Lien Wikipédia"
     924                                                        nl.text="Wikipedia artikel" />
     925                                          <space/>
     926
     927                                          <text key="website" text="Website" />
     928                                          <space/>
     929
     930                                          <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
     931                                          <space/>
     932                                          <text key="image"
     933                                                        text="Image-URL"
     934                                                        de.text="Bild-URL"
     935                                                        nl.text="Foto URL" />
     936                                          <space/>
     937
     938                                          <combo key="start_date"
     939                                                        values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
     940                                                        text="start_date"
     941                                                        de.text="Baujahr"
     942                                                        nl.text="Bouwjaar" />
     943                                          <space/>
     944
     945                                          <combo key="end_date"
     946                                                        values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
     947                                                        text="end_date"
     948                                                        de.text="Schließung der Mühle"
     949                                                        nl.text="Sluiting v.d. molen" />
     950                                          <space/>       
     951
     952                                          <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
     953                                          <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
     954                                          <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
     955                                          <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
     956                                          <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" />
     957
     958                                          <space/>
     959                                          <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
     960                                </item>
     961               
     962                                                <item name="Watermill"
     963                                                          de.name="Wassermühle"
     964                                                          nl.name="Watermolen"
     965                                                          icon="watermill.png"
     966                                                          type="node,closedway">
     967                                                <key key="man_made" value="watermill" />
     968
     969                                                <text key="name" text="Name" />
     970                                                <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
     971                                                <space/>
     972
     973                                                <check key="ruins" text="ruins" de.text="Ruine" nl.text="Ruïne" default="off" delete_if_empty="true" />
     974                                                <space/>
     975
     976                                                <label text="For the detailed conservation please use the presets Heritage properties! "
     977                                                de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren" />
     978                                                <space/>
     979
     980                                                <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
     981                                                <space/>
     982
     983                                                <text key="wikipedia"
     984                                                          text="Wikipedia Link"
     985                                                          de.text="Wikipedia Artikel"
     986                                                          fr.text="Lien Wikipédia"
     987                                                          nl.text="Wikipedia artikel" />
     988                                                <space/>
     989
     990                                                <text key="website" text="Website" />
     991                                                <space/>
     992
     993                                                <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
     994                                                <space/>
     995                                                <text key="image"
     996                                                          text="Image-URL"
     997                                                          de.text="Bild-URL"
     998                                                          nl.text="Foto URL" />
     999                                                <space/>
     1000                               
     1001                                                <combo key="start_date"
     1002                                                           values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
     1003                                                           text="start_date"
     1004                                                           de.text="Baujahr"
     1005                                                           nl.text="Bouwjaar" />
     1006                                               
     1007                                                <space/>
     1008                               
     1009                                                <combo key="end_date"
     1010                                                                values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
     1011                                                                text="end_date"
     1012                                                                de.text="Schließung der Mühle" nl.text="Sluitingsdatum van de molen"/>
     1013                                               
     1014                                                <space/>       
     1015                               
     1016                                                <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
     1017                                                <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
     1018                                                <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
     1019                                                <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
     1020                                                <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" />
     1021                               
     1022                                                <space/>
     1023                                                <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
     1024                                </item>
     1025               
     1026                </group>
     1027
     1028                <group name="Mining" de.name="Bergbau" nl.name="Mijnbouw" icon="mine.png" >
     1029
     1030                                <item name="Mineshaft" de.name="Bergwerksschacht" nl.name="Mijnschacht" type="way,node,closedway,relation" icon="mine.png">
     1031                                                <link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=mineshaft" />
     1032
     1033                                                <space/>
     1034
     1035                                                <key key="man_made" value="mineshaft" />
     1036                                                <key key="historic" value="yes" />
     1037                                                <text key="name" text="Name" delete_if_empty="true" />
     1038                                                <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
     1039                                                <text key="description" text="description" de.text="Beschreibung" nl.text="Beschrijving" delete_if_empty="true" />
     1040                                                <space/>
     1041
     1042                                                <text key="depth" text="depth" de.text="Tiefe in Metern" delete_if_empty="true" />
     1043
     1044                                                <combo key="start_date"
     1045                                                           values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
     1046                                                           text="start_date"
     1047                                                           de.text="Eröffnung des Schachtes"
     1048                                                           nl.text="Openingsdatum" />
     1049                                                <space/>
     1050
     1051                                                <combo key="end_date"
     1052                                                           values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
     1053                                                           text="end_date"
     1054                                                           de.text="Schließung des Schachtes"
     1055                                                           nl.text="Sluitingsdatum" />
     1056                                                <space/>
     1057
     1058                                                <combo key="mineshaft_type" text="Mineshaft Type" de.text="Schachttyp" nl.text="Schachttype"
     1059                                                display_values="Förderschacht,Luftschacht,Seilschacht" values="winding,air,rope" delete_if_empty="true" />
     1060               
     1061                                                <combo key="profile" text="profile" de.text="Querschnitt" display_values="rund,oval,rechteckig" values="round,oval,rectangular" delete_if_empty="true" />
     1062               
     1063                                                <text key="width" text="width" de.text="Abmaße" nl.text="Breedte" delete_if_empty="true" />
     1064                               
     1065                                                <combo key="lining" text="lining" de.text="Ausbau" nl.text="Constructie" display_values="Holz,Ziegelsteine,Stahl,Beton,Fels" values="wood,bricks,steel,concrete,rock" delete_if_empty="true" />
     1066               
     1067                                           <text key="operator" text="Operator" de.text="Betreibers des Schachts" nl.text="Uitbater v.d. mijn" delete_if_empty="true" />
     1068                           
     1069                                                <combo key="resource" text="Resource" de.text="Rohstoff" nl.text="Delfstof"
     1070                                                de.display_values="Gesteinskörnung,Bauxit,Kohle,Kupfer,Naturstein,Gold,Ilmenit,Eisenerz,Blei,Kalk,Nickel,Rutil,Salz,Silber,Zinn,Zink,Zirkon"
     1071                                                values="aggregate,bauxite,coal,copper,dimension_stone,gold,ilmenite,iron_ore,lead,limestone,nickel,rutile,salt,silver,tin,zinc,zircon"
     1072                                                default="coal"
     1073                                                delete_if_empty="true" />
     1074                               
     1075                                                <space />
     1076                               
     1077                                                <text key="ref" text="Reference number" de.text="Referenznummer" nl.text="Referentienummer" delete_if_empty="true" />
     1078                                                <text key="image" text="Image-URL" de.text="Bild-URL" nl.text="Foto URL" delete_if_empty="true" />
     1079                                                <text key="wikipedia" text="Wikipedia" delete_if_empty="true" />
     1080                                                <text key="website" text="Website" delete_if_empty="true" />
     1081                                                <check key="disused" text="disused" de.text="außer Betrieb  (Stillgelegt)" nl.text="Buiten bedrijf"/>
     1082                                                <check key="abandoned" text="abandoned" de.text="aufgegeben (verfüllt)" nl.text="Verlaten" default="off" delete_if_empty="true"/>
     1083                                                <check key="headframe" text="Headframe available" de.text="Förderturm vorhanden" nl.text="Hoofd aanwezig" default="off"/>
     1084                               
     1085                                                <space/>
     1086                                                <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
     1087                                </item>
     1088
     1089                           <item name="Adit"
     1090                                                icon="stollen.png"
     1091                                                de.name="Bergwerkstollen"
     1092                                                nl.name="Horizontale mijnschacht"
     1093                                                type="node,closedway,relation">
     1094                                                <key key="man_made" value="adit" />
     1095                                                <key key="historic" value="yes" />
     1096
     1097                                                <text key="name" text="Name" />
     1098                                                <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
     1099                                                <space/>
     1100
     1101                                                <text key="operator" text="Operator" de.text="Betreibers des Stollens" nl.text="Uitbater" delete_if_empty="true" />
     1102
     1103                                                <space/>
     1104                               
     1105                                                <combo key="resource" text="Resource" de.text="Rohstoff" nl.text="Delfstof"
     1106                                                de.display_values="Gesteinskörnung,Bauxit,Kohle,Kupfer,Naturstein,Gold,Ilmenit,Eisenerz,Blei,Kalk,Nickel,Rutil,Salz,Silber,Zinn,Zink,Zirkon"
     1107                                                values="aggregate,bauxite,coal,copper,dimension_stone,gold,ilmenite,iron_ore,lead,limestone,nickel,rutile,salt,silver,tin,zinc,zircon"
     1108                                                default="coal"
     1109                                                delete_if_empty="true" />
     1110                   
     1111                                                <space/>
     1112                               
     1113                                                <text key="wikipedia"
     1114                                                                text="Wikipedia Link"
     1115                                                                de.text="Wikipedia Artikel"
     1116                                                                fr.text="Lien Wikipédia"
     1117                                                                nl.text="Wikipedia artikel" />
     1118                                                <space/>
     1119                   
     1120                                                <text key="website" text="Website" />
     1121                                                <space/>
     1122                           
     1123                                                <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
     1124                                                <space/>
     1125                                                <text key="image"
     1126                                                                text="Image-URL"
     1127                                                                de.text="Bild-URL"
     1128                                                                nl.text="Foto URL" />
     1129                                                <space/>
     1130                               
     1131                                                <text key="depth" text="depth" de.text="Tiefe in Metern" nl.text="Diepte in meters" delete_if_empty="true" />
     1132                               
     1133                                                <space/>
     1134                               
     1135                                                <combo key="start_date"
     1136                                                                values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
     1137                                                                text="start_date"
     1138                                                                de.text="Eröffnung des Stollens"
     1139                                                                nl.text="Openingsdatum"/>
     1140                                                <space/>
     1141
     1142                                                <combo key="end_date"
     1143                                                                values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
     1144                                                                text="end_date"
     1145                                                                de.text="Schließung des Stollens"
     1146                                                                nl.text="Sluitingsdatum" />
     1147                                                <space/>
     1148                               
     1149                                                <check key="disused" text="disused" de.text="außer Betrieb  (Stillgelegt)" nl.text="Buiten bedrijf"/>
     1150                                                <check key="abandoned" text="abandoned" de.text="aufgegeben (verfüllt)" nl.text="Verlaten" default="off" delete_if_empty="true"/>
     1151                               
     1152                                                <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
     1153                                                <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
     1154                                                <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
     1155                                                <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
     1156                                                <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" />
     1157                               
     1158                                                <space/>
     1159                                                <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
     1160                                </item>
     1161               
     1162                                           <item name="Quarry"
     1163                                                icon="steinbruch.png"
     1164                                                de.name="Steinbruch"
     1165                                                nl.name="Steengroeve"
     1166                                                type="node,closedway,relation">
     1167                                                <key key="landuse" value="quarry" />
     1168                                                <key key="historic" value="yes" />
     1169
     1170                                                <text key="name" text="Name" />
     1171                                                <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
     1172                                                <space/>
     1173
     1174                                                <text key="operator" text="Operator" de.text="Betreibers des Steinbruchs" nl.text="Uitbater" delete_if_empty="true" />
     1175
     1176                   
     1177                                                <space/>
     1178                               
     1179                                                <text key="wikipedia"
     1180                                                                text="Wikipedia Link"
     1181                                                                de.text="Wikipedia Artikel"
     1182                                                                fr.text="Lien Wikipédia"
     1183                                                                nl.text="Wikipedia artikel" />
     1184                                                <space/>
     1185                   
     1186                                                <text key="website" text="Website" />
     1187                                                <space/>
     1188                           
     1189                                                <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
     1190                                                <space/>
     1191                                                <text key="image"
     1192                                                                text="Image-URL"
     1193                                                                de.text="Bild-URL"
     1194                                                                nl.text="Foto URL" />
     1195                                                <space/>
     1196                               
     1197                         
     1198                                                <combo key="start_date"
     1199                                                                values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
     1200                                                                text="start_date"
     1201                                                                de.text="Eröffnung des Steinbruchs"
     1202                                                                nl.text="Openingsdatum"/>
     1203                                                <space/>
     1204
     1205                                                <combo key="end_date"
     1206                                                                values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
     1207                                                                text="end_date"
     1208                                                                de.text="Schließung des Steinbruchs"
     1209                                                                nl.text="Sluitingsdatum" />
     1210                                                <space/>
     1211                               
     1212                                                <check key="disused" text="disused" de.text="außer Betrieb  (Stillgelegt)" nl.text="Buiten bedrijf"/>
     1213                                                <check key="abandoned" text="abandoned" de.text="aufgegeben" nl.text="Verlaten" default="off" delete_if_empty="true"/>
     1214                               
     1215                                                <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
     1216                                                <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
     1217                                                <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
     1218                                                <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
     1219                                                <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" />
     1220                               
     1221                                                <space/>
     1222                                                <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
     1223                                </item>
     1224                </group>       
     1225
     1226                <group name="Other" de.name="Sonstiges" nl.text="Andere" icon="bombe.png" >
     1227
     1228
     1229                                <item name="Gallows"
     1230                                                icon="gallows.png"
     1231                                                de.name="Historischer Galgen"  nl.name="Historische galg"
     1232                                                type="node">
     1233                                                <key key="historic" value="gallows" />
     1234
     1235                                                <text key="name" text="Name" />
     1236                                                <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
     1237                                                <space/>
     1238
     1239                                                <label text="For the detailed conservation please use the presets Heritage properties! "
     1240                                                de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren" />
     1241                                                <space/>
     1242
     1243                                                <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
     1244                                                <space/>
     1245
     1246
     1247                                                <text key="wikipedia"
     1248                                                          text="Wikipedia Link"
     1249                                                          de.text="Wikipedia Artikel"
     1250                                                          fr.text="Lien Wikipédia"
     1251                                                          nl.text="Wikipedia artikel" />
     1252                                                <space/>
     1253
     1254                                                <text key="website" text="Website" />
     1255                                                <space/>
     1256
     1257                                                <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
     1258                                                <space/>
     1259                                                <text key="image"
     1260                                                          text="Image-URL"
     1261                                                          de.text="Bild-URL"
     1262                                                          nl.text="Foto URL" />
     1263                                                <space/>
     1264
     1265                                                <check key="disused" text="disused" de.text="außer Betrieb  (Stillgelegt)" nl.text="Buiten bedrijf"/>
     1266
     1267                                                <space/>
     1268                                                <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
     1269
     1270                                </item>
     1271
     1272                                <item name="Bomb crater"
     1273                                                icon="bombe.png"
     1274                                                de.name="Bombenkrater"  nl.name="Bomkrater"
     1275                                                type="node,closedway">
     1276                                                <key key="historic" value="bomb_crater" />
     1277
     1278                                                  <label text=""
     1279                                                  de.text="Dieses Tag bitte nur benutzen, wenn diese als Bodendenkmal gelten oder durch touristische Hinweisschilder gekennzeichnet sind! "  nl.text="Gelieve deze tag enkel te gebruiken als het een 'monument' is of aangegeduid is als bezienswaardigheid" />
     1280                                                <space/>
     1281                                                <text key="name" text="Name" />
     1282                                                <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
     1283                                                <space/>
     1284
     1285                                                <text key="wikipedia"
     1286                                                          text="Wikipedia Link"
     1287                                                          de.text="Wikipedia Artikel"
     1288                                                          fr.text="Lien Wikipédia"
     1289                                                          nl.text="Wikipedia artikel" />
     1290                                                <space/>
     1291
     1292                                                <text key="website" text="Website" />
     1293                                                <space/>
     1294
     1295                                                <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
     1296                                                <space/>
     1297                                                <text key="image"
     1298                                                          text="Image-URL"
     1299                                                          de.text="Bild-URL"
     1300                                                          nl.text="Foto URL" />
     1301                                                <space/>
     1302
     1303                                                <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
     1304
     1305                                </item>
     1306
     1307                                <item name="Cannon"
     1308                                                icon="cannon.png"
     1309                                                de.name="Kanone"  nl.name="Kanon"
     1310                                                type="node">
     1311                                                <key key="historic" value="cannon" />
     1312
     1313                               
     1314                                                <text key="name" text="Name" />
     1315                                                <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
     1316                                                <space/>
     1317
     1318                                                <label text="For the detailed conservation please use the presets Heritage properties! "
     1319                                                de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren" />
     1320                                                <space/>
     1321
     1322                                                <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
     1323                                                <space/>
     1324
     1325                                                <text key="wikipedia"
     1326                                                          text="Wikipedia Link"
     1327                                                          de.text="Wikipedia Artikel"
     1328                                                          fr.text="Lien Wikipédia"
     1329                                                          nl.text="Wikipedia artikel" />
     1330                                                <space/>
     1331
     1332                                                <text key="website" text="Website" />
     1333                                                <space/>
     1334
     1335                                                <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
     1336                                                <space/>
     1337                                                <text key="image"
     1338                                                          text="Image-URL"
     1339                                                          de.text="Bild-URL"
     1340                                                          nl.text="Foto URL" />
     1341                                                <space/>
     1342
     1343                                                <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
     1344
     1345                                </item>
     1346
     1347                           <item name="Pillory"
     1348                                                icon="pranger.png"
     1349                                                de.name="Pranger"  nl.name="Schandpaal"
     1350                                                type="node">
     1351                                                <key key="historic" value="pillory" />
     1352
     1353                               
     1354                                                <text key="name" text="Name" />
     1355                                                <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
     1356                                                <space/>
     1357
     1358                                                <label text="For the detailed conservation please use the presets Heritage properties! "
     1359                                                de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!" nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren" />
     1360                                                <space/>
     1361
     1362                                                <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
     1363                                                <space/>
     1364
     1365                                                <text key="wikipedia"
     1366                                                          text="Wikipedia Link"
     1367                                                          de.text="Wikipedia Artikel"
     1368                                                          fr.text="Lien Wikipédia"
     1369                                                          nl.text="Wikipedia artikel" />
     1370                                                <space/>
     1371
     1372                                                <text key="website" text="Website" />
     1373                                                <space/>
     1374
     1375                                                <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
     1376                                                <space/>
     1377                                                <text key="image"
     1378                                                          text="Image-URL"
     1379                                                          de.text="Bild-URL"
     1380                                                          nl.text="Foto URL" />
     1381                                                <space/>
     1382
     1383                                                <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
     1384
     1385                                </item>
     1386
     1387                           <item name="Waterpump (manual)"
     1388                                                icon="pumpe.png"
     1389                                                de.name="Handschwengelpumpe"  nl.name="Waterpomp (handmatig)"
     1390                                                type="node">
     1391                                                <key key="man_made" value="water_well" />
     1392                                                <key key="pump" value="manual" />
     1393                                                <key key="historic" value="yes" />
     1394
     1395                               
     1396                                                <text key="name" text="Name" />
     1397                                                <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
     1398                                                <space/>
     1399
     1400                                                <label text="For the detailed conservation please use the presets Heritage properties! "
     1401                                                de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren" />
     1402                                                <space/>
     1403
     1404                                                <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
     1405                                                <space/>
     1406
     1407                                                <text key="wikipedia"
     1408                                                          text="Wikipedia Link"
     1409                                                          de.text="Wikipedia Artikel"
     1410                                                          fr.text="Lien Wikipédia"
     1411                                                          nl.text="Wikipedia artikel" />
     1412                                                <space/>
     1413
     1414                                                <text key="website" text="Website" />
     1415                                                <space/>
     1416
     1417                                                <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
     1418                                                <space/>
     1419                                                <text key="image"
     1420                                                          text="Image-URL"
     1421                                                          de.text="Bild-URL"
     1422                                                          nl.text="Foto URL" />
     1423                                                <space/>
     1424
     1425                                                <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
     1426
     1427                                </item>
     1428
     1429                           <item name="Historic spring"
     1430                                                icon="quelle.png"
     1431                                                de.name="Historische Quelle"  nl.name="Historische bron"
     1432                                                type="node,closedway,relation">
     1433                                                <key key="natural" value="spring" />
     1434                                                <key key="historic" value="yes" />
     1435
     1436                               
     1437                                                <text key="name" text="Name" />
     1438                                                <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
     1439                                                <space/>
     1440
     1441                                                <text key="wikipedia"
     1442                                                          text="Wikipedia Link"
     1443                                                          de.text="Wikipedia Artikel"
     1444                                                          fr.text="Lien Wikipédia"
     1445                                                          nl.text="Wikipedia artikel" />
     1446                                                <space/>
     1447
     1448                                                <text key="website" text="Website" />
     1449                                                <space/>
     1450
     1451                                                <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
     1452                                                <space/>
     1453                                                <text key="image"
     1454                                                          text="Image-URL"
     1455                                                          de.text="Bild-URL"
     1456                                                          nl.text="Foto URL" />
     1457                                                <space/>
     1458
     1459                                                <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
     1460
     1461                                </item>
     1462
     1463                                <item name="Historical tree"
     1464                                                icon="tree.png"
     1465                                                de.name="Historischer Baum"  nl.name="Historische boom"
     1466                                                type="node">
     1467                                                <key key="natural" value="tree" />
     1468                                                <key key="denotation" value="natural_monument" />
     1469
     1470                               
     1471                                                <text key="name" text="Name" />
     1472                                                <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
     1473                                                <space/>
     1474
     1475                                                <text key="wikipedia"
     1476                                                          text="Wikipedia Link"
     1477                                                          de.text="Wikipedia Artikel"
     1478                                                          fr.text="Lien Wikipédia"
     1479                                                          nl.text="Wikipedia artikel" />
     1480                                                <space/>
     1481
     1482                                                <text key="website" text="Website" />
     1483                                                <space/>
     1484
     1485                                                <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
     1486                                                <space/>
     1487                                                <text key="image"
     1488                                                          text="Image-URL"
     1489                                                          de.text="Bild-URL"
     1490                                                          nl.text="Foto URL" />
     1491                                                <space/>
     1492
     1493                                                <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
     1494
     1495                                </item>
     1496
     1497                                <item name="Historical grave"
     1498                                                icon="tomb.png"
     1499                                                de.name="Historisches Grab"  nl.name="Historisch graf"
     1500                                                type="node,closedway,relation">
     1501                                                <key key="historic" value="tomb" />
     1502                               
     1503
     1504                               
     1505                                                <text key="name" text="Name" />
     1506                                                <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
     1507                                                <space/>
     1508
     1509                                <combo
     1510                                key="tomb"
     1511                                text="Tomb type"
     1512                                de.text="Grabtyp"
     1513                                default=""
     1514                                delete_if_empty="true" >
     1515                                <list_entry value="tombstone" de.display_value="Grabstein" nl.display_value="Grafsteen"/>
     1516                                <list_entry value="tumulus" de.display_value="Grabhügel"  nl.display_value="Tumulus"/>
     1517                                <list_entry value="rock-cut" de.display_value="Felsen-Höhle"  nl.display_value="Grot in Rotsen" />
     1518                                <list_entry value="war_grave" de.display_value="Kriegs-Grab" nl.display_value="Oorlogsgraf"/>
     1519                                <list_entry value="mausoleum" de.display_value="Mausoleum" nl.display_value="Mausoleum"/>
     1520                                <list_entry value="columbarium" nl.display_value="Columbarium"/>
     1521                                <list_entry value="pyramid" de.display_value="Pyrimide" nl.display_value="Piramide"/>
     1522                                <list_entry value="sarcophagus" de.display_value="Sarkophag(Steinsarg)" nl.display_value="Sarcofaag"/>
     1523                                <list_entry value="vault" de.display_value="Gruft" nl.display_value="Crypte"/>
     1524                                </combo>
     1525                                                <text key="wikipedia"
     1526                                                          text="Wikipedia Link"
     1527                                                          de.text="Wikipedia Artikel"
     1528                                                          fr.text="Lien Wikipédia"
     1529                                                          nl.text="Wikipedia artikel" />
     1530                                                <space/>
     1531
     1532                           <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" />               
     1533                                                <space/>
     1534
     1535                                                <text key="website" text="Website" />
     1536                                                <space/>
     1537
     1538                                                <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
     1539                                                <space/>
     1540                                                <text key="image"
     1541                                                          text="Image-URL"
     1542                                                          de.text="Bild-URL"
     1543                                                          nl.text="Foto URL" />
     1544                                                <space/>
     1545
     1546                                                <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
     1547
     1548                                </item>
     1549
     1550
     1551
     1552
     1553                </group> 
     1554
     1555                <group name="Historic Archaeological/Paleontology Site" de.name="Archäologische/Paleontologische Fundstätte" nl.text="Archeologische/Paleontologische  Site" icon="archaeologie.png" >
     1556                  <item name="Megalith" de.name="Großsteingrab" nl.text="Megaliet" type="node,closedway" icon="megalith.png">
     1557
     1558                                <key key="historic" value="archaeological_site" />
     1559                                <key key="site_type" value="megalith" />
     1560
     1561                                <text key="name" text="Name" de.text="Name" nl.text="Naam" default="" delete_if_empty="true"/>
     1562                                <combo key="megalith_type"
     1563                                           text="Type"
     1564                                           de.text="Typ" nl.text="Type"
     1565                                           default=""
     1566                                           delete_if_empty="true">
     1567                                           <list_entry value="menhir" display_value="menhir" de.display_value="hochkant aufgerichteter Monolith(Hinkelstein)" nl.display_value="Menhir" icon="menhir.png"/>
     1568                                           <list_entry value="alignment" display_value="alignment" de.display_value="Steinreihe" nl.display_value="Steenrij" icon="alignment.png"/>
     1569                                           <list_entry value="stone_circle" display_value="stone_circle" de.display_value="Steinkreis" nl.display_value="Steencirkel" icon="stone_circle.png"/>
     1570                                           <list_entry value="grosssteingrab" display_value="Megalithic grave" de.display_value="Großsteingrab" nl.display_value="Dolmen" icon="dolmen.png"/>
     1571                                           <list_entry value="passage_grave" display_value="passage_grave" de.display_value="Ganggrab" nl.display_value="Hunnebed" icon="passage_grave.png"/>
     1572                                           <list_entry value="chamber" display_value="chamber" de.display_value="nur noch Fragmente erkennbar" nl.display_value="Fragmenten" icon="chamber.png"/>
     1573
     1574                                </combo>
     1575                                <check key="moved" text="moved" de.text="verschoben" nl.text="Verplaatst" default="off" delete_if_empty="true"  />
     1576
     1577                                <space/>
     1578
     1579                                        <label text="For the detailed conservation please use the presets Heritage properties! "
     1580                                                de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren" />
     1581                                                <space/>
     1582
     1583                                                <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
     1584                                                <space/>
     1585               
     1586                                <text key="wikipedia"
     1587                                          text="Wikipedia Link"
     1588                                          de.text="Wikipedia Artikel"
     1589                                          fr.text="Lien Wikipédia"
     1590                                          nl.text="Wikipedia artikel" />
     1591                                <space/>
     1592
     1593                                <text key="website" text="Website" />
     1594                                <space/>
     1595
     1596                                <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
     1597                                <space/>
     1598                                <text key="image"
     1599                                          text="Image-URL"
     1600                                          de.text="Bild-URL"
     1601                                          nl.text="Foto URL" />
     1602                                <space/>
     1603                                <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
     1604                   </item>
    15141605   
    1515    <item name="tumulus" de.name="Hügelgrab" nl.text="Tumulus" type="node,closedway" icon="tumulus.png">
    1516    
    1517         <key key="historic" value="archaeological_site" />
    1518         <key key="site_type" value="tumulus" />
    1519         <text key="name" text="Name" />
    1520         <check key="field" text="field" de.text="Gräberfeld" nl.text="Grafveld" default="off" delete_if_empty="true"  />
    1521 
    1522         <space/>
    1523 
    1524         <label text="For the detailed conservation please use the presets Heritage properties! "
    1525                 de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren"/>
    1526                 <space/>
    1527 
    1528                 <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
    1529                 <space/>
    1530 
    1531         <text key="wikipedia"
    1532                text="Wikipedia Link"
    1533                de.text="Wikipedia Artikel"
    1534                fr.text="Lien Wikipédia"
    1535                nl.text="Wikipedia artikel" />
    1536         <space/>
    1537 
    1538         <text key="website" text="Website" />
    1539         <space/>
    1540 
    1541         <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
    1542         <space/>
    1543         <text key="image"
    1544                text="Image-URL"
    1545                de.text="Bild-URL"
    1546                nl.text="Foto URL" />
    1547         <space/>
    1548         <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
    1549    </item>     
    1550 
    1551    <item name="fortification" de.name="Befestigungsanlagen" nl.name="Vestingswerken" type="node,closedway" icon="fort.png">
    1552 
    1553         <key key="historic" value="archaeological_site" />
    1554         <key key="site_type" value="fortification" />
    1555        
    1556         <text key="name" text="Name" />
    1557         <combo key="fortification_type"
    1558                 text="Type"
    1559                 de.text="Typ" nl.text="Type"
    1560                 default=""
    1561                 delete_if_empty="true">
    1562                 <list_entry value="hill_fort" display_value="hill_fort" de.display_value="Burgwall (auch Wallburgen, Ringwälle, Slawenburg" nl.display_value="Wal (van burcht)" icon="" />
    1563                 <list_entry value="limes" display_value="limes" de.display_value="Grenzwälle zB. Römischer Limes" nl.display_value="Grens (Romeins)"  icon="" />
    1564                 <list_entry value="sconce" display_value="sconce" de.display_value="Schanze, kleine neuzeitliche Feldbefestigung" nl.display_value="Schans" icon="" />
    1565                 <list_entry value="ring_ditch" display_value="ring_ditch" de.display_value="Kreisgrabenanlage" nl.display_value="Kasteelgracht" icon="" />
    1566         </combo>
    1567         <space/>
    1568 
    1569            <label text="For the detailed conservation please use the presets Heritage properties! "
    1570                 de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren" />
    1571                 <space/>
    1572 
    1573                 <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
    1574                 <space/>
    1575 
    1576         <text key="wikipedia"
    1577                text="Wikipedia Link"
    1578                de.text="Wikipedia Artikel"
    1579                fr.text="Lien Wikipédia"
    1580                nl.text="Wikipedia artikel" />
    1581         <space/>
    1582 
    1583         <text key="website" text="Website" />
    1584         <space/>
    1585 
    1586         <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
    1587         <space/>
    1588         <text key="image"
    1589                text="Image-URL"
    1590                de.text="Bild-URL"
    1591                nl.text="Foto URL" />
    1592 
    1593         <space/>
    1594         <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
    1595    </item>
    1596 
    1597    <item name="Paleontology site" de.name="Paläontologische Stätte" nl.name="Paleontologische site" type="node,closedway,relation" icon="palaeontological_site.png">
    1598 
    1599         <key key="geological" value="palaeontological_site" />
    1600 
    1601         <text key="name" text="Name"  nl.text="Naam"/>
    1602         <space/>
    1603 
    1604         <text key="wikipedia"
    1605                text="Wikipedia Link"
    1606                de.text="Wikipedia Artikel"
    1607                fr.text="Lien Wikipédia"
    1608                nl.text="Wikipedia artikel" />
    1609         <space/>
    1610 
    1611            <label text="For the detailed conservation please use the presets Heritage properties! "
    1612                 de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren" />
    1613                 <space/>
    1614 
    1615                 <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
    1616                 <space/>
    1617 
    1618         <text key="website" text="Website" />
    1619         <space/>
    1620 
    1621         <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
    1622         <space/>
    1623         <text key="image"
    1624                text="Image-URL"
    1625                de.text="Bild-URL"
    1626                nl.text="Foto URL" />
    1627         <space/>
    1628         <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
    1629    </item>
    1630 
    1631  </group>
    1632    
    1633 
    1634      
     1606                   <item name="tumulus" de.name="Hügelgrab" nl.text="Tumulus" type="node,closedway" icon="tumulus.png">
     1607       
     1608                                <key key="historic" value="archaeological_site" />
     1609                                <key key="site_type" value="tumulus" />
     1610                                <text key="name" text="Name" />
     1611                                <check key="field" text="field" de.text="Gräberfeld" nl.text="Grafveld" default="off" delete_if_empty="true"  />
     1612
     1613                                <space/>
     1614
     1615                                <label text="For the detailed conservation please use the presets Heritage properties! "
     1616                                                de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren"/>
     1617                                                <space/>
     1618
     1619                                                <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
     1620                                                <space/>
     1621
     1622                                <text key="wikipedia"
     1623                                           text="Wikipedia Link"
     1624                                           de.text="Wikipedia Artikel"
     1625                                           fr.text="Lien Wikipédia"
     1626                                           nl.text="Wikipedia artikel" />
     1627                                <space/>
     1628
     1629                                <text key="website" text="Website" />
     1630                                <space/>
     1631
     1632                                <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
     1633                                <space/>
     1634                                <text key="image"
     1635                                           text="Image-URL"
     1636                                           de.text="Bild-URL"
     1637                                           nl.text="Foto URL" />
     1638                                <space/>
     1639                                <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
     1640                   </item>     
     1641
     1642                   <item name="fortification" de.name="Befestigungsanlagen" nl.name="Vestingswerken" type="node,closedway" icon="fort.png">
     1643
     1644                                <key key="historic" value="archaeological_site" />
     1645                                <key key="site_type" value="fortification" />
     1646               
     1647                                <text key="name" text="Name" />
     1648                                <combo key="fortification_type"
     1649                                                text="Type"
     1650                                                de.text="Typ" nl.text="Type"
     1651                                                default=""
     1652                                                delete_if_empty="true">
     1653                                                <list_entry value="hill_fort" display_value="hill_fort" de.display_value="Burgwall (auch Wallburgen, Ringwälle, Slawenburg" nl.display_value="Wal (van burcht)" icon="" />
     1654                                                <list_entry value="limes" display_value="limes" de.display_value="Grenzwälle zB. Römischer Limes" nl.display_value="Grens (Romeins)"  icon="" />
     1655                                                <list_entry value="sconce" display_value="sconce" de.display_value="Schanze, kleine neuzeitliche Feldbefestigung" nl.display_value="Schans" icon="" />
     1656                                                <list_entry value="ring_ditch" display_value="ring_ditch" de.display_value="Kreisgrabenanlage" nl.display_value="Kasteelgracht" icon="" />
     1657                                </combo>
     1658                                <space/>
     1659
     1660                                   <label text="For the detailed conservation please use the presets Heritage properties! "
     1661                                                de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren" />
     1662                                                <space/>
     1663
     1664                                                <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
     1665                                                <space/>
     1666
     1667                                <text key="wikipedia"
     1668                                           text="Wikipedia Link"
     1669                                           de.text="Wikipedia Artikel"
     1670                                           fr.text="Lien Wikipédia"
     1671                                           nl.text="Wikipedia artikel" />
     1672                                <space/>
     1673
     1674                                <text key="website" text="Website" />
     1675                                <space/>
     1676
     1677                                <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
     1678                                <space/>
     1679                                <text key="image"
     1680                                           text="Image-URL"
     1681                                           de.text="Bild-URL"
     1682                                           nl.text="Foto URL" />
     1683
     1684                                <space/>
     1685                                <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
     1686                   </item>
     1687
     1688                   <item name="Paleontology site" de.name="Paläontologische Stätte" nl.name="Paleontologische site" type="node,closedway,relation" icon="palaeontological_site.png">
     1689
     1690                                <key key="geological" value="palaeontological_site" />
     1691
     1692                                <text key="name" text="Name"  nl.text="Naam"/>
     1693                                <space/>
     1694
     1695                                <text key="wikipedia"
     1696                                           text="Wikipedia Link"
     1697                                           de.text="Wikipedia Artikel"
     1698                                           fr.text="Lien Wikipédia"
     1699                                           nl.text="Wikipedia artikel" />
     1700                                <space/>
     1701
     1702                                   <label text="For the detailed conservation please use the presets Heritage properties! "
     1703                                                de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren" />
     1704                                                <space/>
     1705
     1706                                                <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
     1707                                                <space/>
     1708
     1709                                <text key="website" text="Website" />
     1710                                <space/>
     1711
     1712                                <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
     1713                                <space/>
     1714                                <text key="image"
     1715                                           text="Image-URL"
     1716                                           de.text="Bild-URL"
     1717                                           nl.text="Foto URL" />
     1718                                <space/>
     1719                                <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
     1720                   </item>
     1721
     1722                </group>
     1723       
     1724
     1725         
    16351726   
    1636 <group name="Stones" de.name="Steine"  nl.name="Stenen" icon="bigstone.png" >
    1637 
    1638       <item name="Milestone" de.name="Meilenstein" nl.name="Mijlpaal" type="node" icon="meilensaeule.png">
    1639 
    1640            <key key="historic" value="milestone" />
    1641 
    1642            <combo key="name"
    1643                   text="name"
    1644                   de.text="name" nl.text="Naam"
    1645                   default=""
    1646                   delete_if_empty="true" >
    1647                   <list_entry value="Kursächsische Postmeilensäule" de.display_value="Kursächsische Postmeilensäule" />
    1648                   <list_entry value="Königlich sächsischer Meilenstein" de.display_value="Königlich sächsischer Meilenstein" nl.display_value="Koninklijke Saksische Mijlpaal"/>
    1649                   <list_entry value="Preußischer Meilenstein" de.display_value="Preußischer Meilenstein" nl.display_value="Pruizische mijlpaal"/>
    1650                   <list_entry value="Anhaltischer Meilenstein" de.display_value="Anhaltischer Meilenstein" />
    1651                   <list_entry value="Dänischer Meilenstein" de.display_value="Dänischer Meilenstein" nl.display_value="Deense mijlpaal"/>
    1652                   <list_entry value="Schleswiger Meilenstein" de.display_value="Schleswiger Meilenstein"  nl.display_value="Schleswiger mijlpaal"/>
    1653                   <list_entry value="Myriameterstein" de.display_value="Myriameterstein" />
    1654                   <list_entry value="Meilenstein" de.display_value="Meilenstein" nl.display_value="Mijlpaal"/>
    1655                   <list_entry value="Wegweiser-Wegstein" de.display_value="Wegweiser-Wegstein" nl.display_value="Wegwijzer-steen"/>
    1656            </combo> 
    1657 
    1658            <space/>
    1659            <combo key="milestone_type" text="Milestone type" de.text="Meilenstein Typ" nl.text="Mijlpaal type" default="" delete_if_empty="true" >
    1660                   <list_entry value="myriameter_stone" display_value="Myriameter_stone" de.display_value="Myriameter Stein" nl.display_value="10km mijlpaal (Myriameter Stein)"/>
    1661                   <list_entry value="post_milestones‎" display_value="post_milestones" de.display_value="Postmeilenstein" nl.display_value="Post mijlpaal (Postmeilenstein)"/>
    1662                   <list_entry value="kilometer_stones" display_value="kilometer_stones" de.display_value="Kilometer Stein" nl.display_value="Kilometer steen"/>
    1663                   <list_entry value="stundenstein" display_value="stundenstein" de.display_value="Stundenstein"/>
    1664                   <list_entry value="signpost" display_value="signpost" de.display_value="Wegweiserstein" nl.display_value="Wegwijzer"/>
    1665 
    1666                
    1667            </combo>
    1668            <space/>
    1669 
    1670            <label text="For the detailed conservation please use the presets Heritage properties! "
    1671                 de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren" />
    1672                 <space/>
    1673 
    1674                 <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
    1675                 <space/>
    1676 
    1677            <label text="inscription-format: north/east/south/west"
    1678                   de.text="Aufbau der Innschrift: nord/ost/süd/west"  nl.text="Formaat v.h. opschriftveld: noord/oost/zuid/west" />
    1679            <text key="inscription" text="inscription" de.text="Inschrift" nl.text="Opschrift" default="" delete_if_empty="true" />
    1680 
    1681            <text key="road" text="historic street-name (not name!)" de.text="historische Straßenbezeichnung (nicht Name!)" nl.text="Historische straatbenaming (Niet de naam)" default="" delete_if_empty="true" />   
    1682            <text key="year" text="year (####)" de.text="Jahr der Aufstellung (####)"  nl.text="Openingsjaar (####)" default="" delete_if_empty="true" />
    1683          
    1684            <text key="ref" text="ref" de.text="Referenz" default="" delete_if_empty="true"/>
    1685            <combo key="height" text="height" default="" delete_if_empty="true" >
    1686                   <list_entry value="0.2" display_value="0.2" />
    1687                   <list_entry value="0.3" display_value="0.3" />
    1688                   <list_entry value="0.4" display_value="0.4" />
    1689                   <list_entry value="0.5" display_value="0.5" />
    1690                   <list_entry value="0.6" display_value="0.6" />
    1691                   <list_entry value="0.7" display_value="0.7" />
    1692                   <list_entry value="0.8" display_value="0.8" />
    1693                   <list_entry value="0.9" display_value="0.9" />
    1694                   <list_entry value="1" display_value="1" />
    1695                   <list_entry value="1.1" display_value="1.1" />
    1696                   <list_entry value="1.2" display_value="1.2" />
    1697                   <list_entry value="1.3" display_value="1.3" />
    1698                   <list_entry value="1.4" display_value="1.4" />
    1699                   <list_entry value="1.5" display_value="1.5" />
    1700                   <list_entry value="1.6" display_value="1.6" />
    1701                   <list_entry value="1.7" display_value="1.7" />
    1702                   <list_entry value="1.8" display_value="1.8" />
    1703                   <list_entry value="1.9" display_value="1.9" />
    1704                   <list_entry value="2" display_value="2" />
    1705                   <list_entry value="3" display_value="3" />
    1706                   <list_entry value="3.5" display_value="3.5" />
    1707                   <list_entry value="4.5" display_value="4.5" />
    1708            </combo>
    1709        <combo
    1710         key="moved"
    1711         text="moved"
    1712         de.text="verschoben" nl.text="Verplaatst"
    1713         default=""
    1714         delete_if_empty="true">
    1715         <list_entry value="yes" de.display_value="Ja" nl.display_value="Ja"/>
    1716         <list_entry value="no" de.display_value="Nein" nl.display_value="Nee"/>
    1717         </combo>
    1718         <combo
    1719         key="format"
    1720         text="format"
    1721         de.text="Grundform" nl.text="Vorm"
    1722         default=""
    1723         delete_if_empty="true">
    1724         <list_entry value="squared_stone" de.display_value="Quadrat" nl.display_value="Vierkant" icon="rechteck.png"/>
    1725         <list_entry value="triangle" de.display_value="Dreieck (dreiseitiger Stein)" nl.display_value="Driehoekige steen" icon="dreieck.png"/>
    1726         <list_entry value="conus" de.display_value="Konus" nl.display_value="Conus" icon="konus.png"/>
    1727         <list_entry value="bell" de.display_value="Glocke" nl.display_value="Klok" icon="glocke.png"/>
    1728         <list_entry value="cylindrical" de.display_value="Zylinder" nl.display_value="Cylindervormig" icon="zylinder.png"/>
    1729         <list_entry value="obelisk" de.display_value="Obelisk" nl.display_value="Obelisk" icon="obelisk.png"/>
    1730         <list_entry value="truncated_pyramid" de.display_value="Pyramidenstumpf" nl.display_value="Stompe piramide" icon="pyramidenstumpf.png"/>
    1731         <list_entry value="irregular" de.display_value="Unregelmäßig" nl.display_value="Onregelmatig" icon="unregelmaeßig.png"/>
    1732         <list_entry value="hexagonal" de.display_value="Sechseckig" nl.display_value="Zeshoekig" icon="sechseck.png"/>
    1733         </combo>
    1734        
    1735         <combo
    1736         key="format:top"
    1737         text="format-top"
    1738         de.text="Kopfform" nl.text="Vorm v.d. top"
    1739         default=""
    1740         delete_if_empty="true" >
    1741         <list_entry value="flat" de.display_value="flach" nl.display_value="Vlak" icon="flach.png"/>
    1742         <list_entry value="roundet" de.display_value="rund (Halbkreis)" nl.display_value="Rond" icon="rund.png"/>
    1743         <list_entry value="segment-like" de.display_value="segment" nl.display_value="Segment" icon="segment.png"/>
    1744         <list_entry value="gable-like" de.display_value="giebelartig" nl.display_value="Dakvormig" icon="gable.png"/>
    1745         <list_entry value="pyramidal" de.display_value="pyramidenförmig" nl.display_value="Pyramide" icon="pyramide.png"/>
    1746         <list_entry value="pointed" de.display_value="punktförmig" nl.display_value="Punt" icon="punkt.png"/>
    1747         <list_entry value="spherical" de.display_value="kugelförmig" nl.display_value="Bolvormig" icon="kugel.png"/>
    1748         </combo>
    1749        
    1750       <label
    1751         text="note and external informations"
    1752         de.text="Zusatzinformationen" />
    1753         <label text="Mehrfachauswahl mit Strg-Taste"/>
    1754        
    1755         <multiselect key="description:de" delimiter="," text="description-de" de.text="Beschreibung-DE" nl.text="Beschrijving-DE" values="Kursächsische Postmeilensäule-Distanzsäule,Kursächsische Postmeilensäule-Ganzmeilensäule,
    1756         Kursächsische Postmeilensäule-Halbmeilensäule,Kursächsische Postmeilensäule-Viertelmeilenstein,Königlich sächsischer-Stationsstein,Königlich sächsischer-Ganzmeilenstein,Königlich sächsischer-Halbmeilenstein,
    1757         Königlich sächsischer-Abzweigstein,Königlich sächsischer-Grenzübergangsstein,
    1758         Preußischer Ganzmeilenstein, Preußischer Halbmeilenstein,Preußischer Viertelmeilenstein,Preußischer Rundsockelstein,Anhaltischer Rundsockelstein,Dänischer Meilenstein,
    1759         Dänischer Ganzmeilenstein,Dänischer Halbmeilenstein,Schleswiger Ganzmeilenstein,Schleswiger Halbmeilenstein,Myriameterstein,Ganzmeilenstein,Halbmeilenstein,Viertelmeilenstein,
    1760         Wegweiser-Wegstein,beschädigt,umgekippt,gut erhalten,restauriert,nachbildung des originals,stark verwittert" />
    1761         <text key="description" text="description" de.text="Beschreibung" nl.text="Beschrijving" default="" delete_if_empty="true"/>
    1762         <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
    1763         <text key="image" text="image" de.text="Bild-Link" nl.text="Foto" default="" delete_if_empty="true"/> 
    1764         <text key="wikipedia" text="wikipedia" de.text="Wikipedia-Link" nl.text="Wikipedia artikel" default="" delete_if_empty="true"/>
    1765         <text key="website" text="website" de.text="Webseiten-Link" nl.text="Website" default="" delete_if_empty="true"/>
    1766    
    1767   </item>
    1768   <item name="boundary_stone" de.name="Grenzstein" nl.name="Grenssteen" type="node" icon="historic_boundary_stone.png">
    1769       <link    href="http://wiki.openstreetmap.org/wiki/Tag:historic%3Dboundary_stone"
    1770           de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:historic%3Dboundary_stone"
    1771             />
    1772            <key key="historic" value="boundary_stone" />
    1773            <text key="name" text="Name" de.text="Name" nl.text="Naam" default="" delete_if_empty="true"/>
    1774        
    1775     <label
    1776                    text="inscription-format: north/east/south/west"
    1777         de.text="Aufbau der Innschrift: nord/ost/süd/west"  nl.text="Plaats v.h. opschrift: noord/oost/zuid/west"/>
    1778       <text key="inscription" text="inscription" de.text="Inschrift" nl.text="Opschrift" default="" delete_if_empty="true"/>
    1779       <label
    1780         text="Historical border name, see examples in default"
    1781         de.text="Historische Grenzbezeichnung, siehe Beispiele in Vorgabe" />
    1782        <combo
    1783         key="boundary_name"
    1784         text="boundary-name"
    1785         de.text="Grenzbezeichnung" nl.text="Grensaanduiding"
    1786         default=""
    1787         delete_if_empty="true" >
    1788         <list_entry value="Historische Landesgrenze Königreich Sachsen Königreich Preußen 1815 (Wiener Kongress)" de.display_value="Historische Landesgrenze Königreich Sachsen Königreich Preußen 1815 (Wiener Kongress)" />
    1789         <list_entry value="Historische Grenzsteinlinie Hannover-Preußen 1837" de.display_value="Historische Grenzsteinlinie Hannover-Preußen 1837" />
    1790         <list_entry value="Historische Forstgrenze zur Abgrenzung des kurfürstl.-sächs. Waldbesitzes" de.display_value="Historische Forstgrenze zur Abgrenzung des kurfürstl.-sächs. Waldbesitzes"  />
    1791         <list_entry value="Historische Forst-Abteilungs oder Jagengrenze" de.display_value="Historische Forst-Abteilungs oder Jagengrenze" />
    1792         <list_entry value="Historische Forstgrenze" de.display_value="Historische Forstgrenze" nl.display_value="Historische woudgrens"/>
    1793         <list_entry value="Historische Deichgrenze" de.display_value="Historische Deichgrenze"  nl.display_value="Historische dijkgrens"/>
    1794         <list_entry value="Historische Fischereigrenze" de.display_value="Historische Fischereigrenze" nl.display_value="Historische visgrens"/>
    1795         <list_entry value="Historische Weinberggrenze" de.display_value="Historische Weinberggrenze" nl.display_value="Historische wijngaardgrens"/>
    1796         </combo>
    1797       <text key="year" text="year (####)" de.text="Jahr der Aufstellung (####)" default="" delete_if_empty="true"/>
    1798       <space/>
    1799 
    1800       <label text="For the detailed conservation please use the presets Heritage properties! "
    1801                 de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren" />
    1802                 <space/>
    1803 
    1804                 <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
    1805                 <space/>
    1806 
    1807       <text key="ref" text="ref" de.text="Referenz" default="" delete_if_empty="true"/>
    1808       <check key="collection" text="collection" de.text="Stein-Sammlung" default="off" delete_if_empty="true"  />
    1809       <combo
    1810         key="height"
    1811         text="height"
    1812         de.text="Höhe"
    1813         default=""
    1814         delete_if_empty="true" >
    1815         <list_entry value="0.2" display_value="0.2" />
    1816         <list_entry value="0.3" display_value="0.3" />
    1817         <list_entry value="0.4" display_value="0.4" />
    1818         <list_entry value="0.5" display_value="0.5" />
    1819         <list_entry value="0.6" display_value="0.6" />
    1820         <list_entry value="0.7" display_value="0.7" />
    1821         <list_entry value="0.8" display_value="0.8" />
    1822         <list_entry value="0.9" display_value="0.9" />
    1823         <list_entry value="1" display_value="1" />
    1824         <list_entry value="1.1" display_value="1.1" />
    1825         <list_entry value="1.2" display_value="1.2" />
    1826         <list_entry value="1.3" display_value="1.3" />
    1827         <list_entry value="1.4" display_value="1.4" />
    1828         <list_entry value="1.5" display_value="1.5" />
    1829         <list_entry value="1.6" display_value="1.6" />
    1830         <list_entry value="1.7" display_value="1.7" />
    1831         <list_entry value="1.8" display_value="1.8" />
    1832         <list_entry value="1.9" display_value="1.9" />
    1833         <list_entry value="2" display_value="2" />
    1834         <list_entry value="3" display_value="3" />
    1835         <list_entry value="3.5" display_value="3.5" />
    1836         <list_entry value="4.5" display_value="4.5" />
    1837         </combo>
    1838        <combo
    1839         key="moved"
    1840         text="moved"
    1841         de.text="verschoben" nl.text="Verplaatst"
    1842         default=""
    1843         delete_if_empty="true" >
    1844         <list_entry value="yes" de.display_value="Ja" />
    1845         <list_entry value="no" de.display_value="Nein" />
    1846         </combo>
    1847         <combo
    1848         key="format"
    1849         text="format"
    1850         de.text="Grundform" nl.text="Vorm"
    1851         default=""
    1852         delete_if_empty="true" >
    1853         <list_entry value="squared_stone" de.display_value="Quadrat" nl.display_value="Vierkant" icon="rechteck.png"/>
    1854         <list_entry value="triangle" de.display_value="Dreieck (dreiseitiger Stein)" nl.display_value="Driehoekige steen" icon="dreieck.png"/>
    1855         <list_entry value="conus" de.display_value="Konus" nl.display_value="Conus" icon="konus.png"/>
    1856         <list_entry value="bell" de.display_value="Glocke" nl.display_value="Klok" icon="glocke.png"/>
    1857         <list_entry value="cylindrical" de.display_value="Zylinder" nl.display_value="Cylindervormig" icon="zylinder.png"/>
    1858         <list_entry value="obelisk" de.display_value="Obelisk" nl.display_value="Obelisk" icon="obelisk.png"/>
    1859         <list_entry value="truncated_pyramid" de.display_value="Pyramidenstumpf" nl.display_value="Stompe piramide" icon="pyramidenstumpf.png"/>
    1860         <list_entry value="irregular" de.display_value="Unregelmäßig" nl.display_value="Onregelmatig" icon="unregelmaeßig.png"/>
    1861         <list_entry value="hexagonal" de.display_value="Sechseckig" nl.display_value="Zeshoekig" icon="sechseck.png"/>
    1862        </combo>
    1863        
    1864         <combo
    1865         key="format:top"
    1866         text="format-top"
    1867         de.text="Kopfform" nl.text="Vorm v.d. top"
    1868         default=""
    1869         delete_if_empty="true" >
    1870        <list_entry value="flat" de.display_value="flach" nl.display_value="Vlak" icon="flach.png"/>
    1871         <list_entry value="roundet" de.display_value="rund (Halbkreis)" nl.display_value="Rond" icon="rund.png"/>
    1872         <list_entry value="segment-like" de.display_value="segment" nl.display_value="Segment" icon="segment.png"/>
    1873         <list_entry value="gable-like" de.display_value="giebelartig" nl.display_value="Dakvormig" icon="gable.png"/>
    1874         <list_entry value="pyramidal" de.display_value="pyramidenförmig" nl.display_value="Pyramide" icon="pyramide.png"/>
    1875         <list_entry value="pointed" de.display_value="punktförmig" nl.display_value="Punt" icon="punkt.png"/>
    1876         <list_entry value="spherical" de.display_value="kugelförmig" nl.display_value="Bolvormig" icon="kugel.png"/>
    1877        </combo>
    1878 
    1879    <combo
    1880         key="material"
    1881         text="material"
    1882         de.text="material" nl.text="Materiaal"
    1883         default=""
    1884         delete_if_empty="true">
    1885         <list_entry value="granite_stone" de.display_value="granit"  nl.display_value="Graniet"/>
    1886         <list_entry value="sandstone" de.display_value="sandstein" nl.display_value="Zandsteen"/>
    1887         </combo>
    1888        
    1889       <label
    1890         text="note and external informations"
    1891         de.text="Zusatzinformationen" nl.text="Aanvullende informatie"/>
    1892         <label text="Mehrfachauswahl mit Strg-Taste" nl.text="Meervoudige selectie met Ctrl-toets"/>
    1893        
    1894         <multiselect key="description:de" delimiter="," text="description-de" de.text="Beschreibung-DE" nl.text="Beschrijving-DE"                                                      values="Hauptstein(Pilar),Nebenstein(Läuferstein),Dreiherrenstein,beschädigt,umgekippt,gut erhalten,restauriert,nachbildung des originals,stark verwittert" />
    1895         <text key="description" text="description" de.text="Beschreibung" nl.text="Beschrijving" default="" delete_if_empty="true"/>
    1896         <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/> 
    1897        
    1898         <text key="image" text="image" de.text="Bild-Link" nl.text="Foto" default="" delete_if_empty="true"/> 
    1899         <text key="wikipedia" text="wikipedia" de.text="Wikipedia-Link" nl.text="Wikipedia artikel" default="" delete_if_empty="true"/>
    1900         <text key="website" text="website" de.text="Webseiten-Link" nl.text="Website" default="" delete_if_empty="true"/>
    1901      
    1902       </item>
    1903    
    1904   <item name="boundary_marker" de.name="Grenz-Markierung" nl.name="Grensaanduiding" type="node" icon="boundary_marker.png">
    1905       <link    href="http://wiki.openstreetmap.org/wiki/Tag:historic%3Dboundary_stone"
    1906           de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:historic%3Dboundary_stone"
    1907             />
    1908            <key key="boundary" value="marker" />
    1909            <key key="marker" value="stone" />
    1910            <key key="historic" value="yes" />
    1911            
    1912            <text key="name" text="Name" de.text="Name" nl.text="Naam" default="" delete_if_empty="true"/>
    1913        
    1914     <label
    1915                    text="inscription-format: north/east/south/west"
    1916         de.text="Aufbau der Innschrift: nord/ost/süd/west" />
    1917       <text key="inscription" text="inscription" de.text="Inschrift" nl.text="Opschrift" default="" delete_if_empty="true"/>
    1918       <label
    1919         text=""
    1920         de.text="Historische Grenzbezeichnung siehe Beispiele in Vorgabe" />
    1921        <combo
    1922         key="boundary_name"
    1923         text="boundary-name"
    1924         de.text="Grenzbezeichnung"
    1925         default=""
    1926         delete_if_empty="true" >
    1927         <list_entry value="Historische Landesgrenze Königreich Sachsen Königreich Preußen 1815 (Wiener Kongress)" de.display_value="Historische Landesgrenze Königreich Sachsen Königreich Preußen 1815 (Wiener Kongress)" />
    1928         <list_entry value="Historische Grenzsteinlinie Hannover-Preußen 1837" de.display_value="Historische Grenzsteinlinie Hannover-Preußen 1837" />
    1929         <list_entry value="Historische Forstgrenze zur Abgrenzung des kurfürstl.-sächs. Waldbesitzes" de.display_value="Historische Forstgrenze zur Abgrenzung des kurfürstl.-sächs. Waldbesitzes"  />
    1930         <list_entry value="Historische Forst-Abteilungs oder Jagengrenze" de.display_value="Historische Forst-Abteilungs oder Jagengrenze" />
    1931         <list_entry value="Historische Forstgrenze" de.display_value="Historische Forstgrenze" />
    1932         <list_entry value="Historische Deichgrenze" de.display_value="Historische Deichgrenze" />
    1933         <list_entry value="Historische Fischereigrenze" de.display_value="Historische Fischereigrenze"/>
    1934         <list_entry value="Historische Weinberggrenze" de.display_value="Historische Weinberggrenze" />
    1935         </combo>
    1936       <text key="year" text="year (####)" de.text="Jahr der Aufstellung (####)" nl.text="Jaar van oprichting (####)" default="" delete_if_empty="true"/>
    1937       <space/>
    1938 
    1939       <label text="For the detailed conservation please use the presets Heritage properties! "
    1940                 de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren"/>
    1941                 <space/>
    1942 
    1943                 <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
    1944                 <space/>
    1945 
    1946 
    1947    
    1948       <text key="ref" text="ref" de.text="Referenz" default="" delete_if_empty="true"/>
    1949       <check key="collection" text="collection" de.text="Stein-Sammlung" nl.text="Groep stenen" default="off" delete_if_empty="true"  />
    1950       <combo
    1951         key="height"
    1952         text="height"
    1953         de.text="Höhe"
    1954         default=""
    1955         delete_if_empty="true" >
    1956         <list_entry value="0.2" display_value="0.2" />
    1957         <list_entry value="0.3" display_value="0.3" />
    1958         <list_entry value="0.4" display_value="0.4" />
    1959         <list_entry value="0.5" display_value="0.5" />
    1960         <list_entry value="0.6" display_value="0.6" />
    1961         <list_entry value="0.7" display_value="0.7" />
    1962         <list_entry value="0.8" display_value="0.8" />
    1963         <list_entry value="0.9" display_value="0.9" />
    1964         <list_entry value="1" display_value="1" />
    1965         <list_entry value="1.1" display_value="1.1" />
    1966         <list_entry value="1.2" display_value="1.2" />
    1967         <list_entry value="1.3" display_value="1.3" />
    1968         <list_entry value="1.4" display_value="1.4" />
    1969         <list_entry value="1.5" display_value="1.5" />
    1970         <list_entry value="1.6" display_value="1.6" />
    1971         <list_entry value="1.7" display_value="1.7" />
    1972         <list_entry value="1.8" display_value="1.8" />
    1973         <list_entry value="1.9" display_value="1.9" />
    1974         <list_entry value="2" display_value="2" />
    1975         <list_entry value="3" display_value="3" />
    1976         <list_entry value="3.5" display_value="3.5" />
    1977         <list_entry value="4.5" display_value="4.5" />
    1978         </combo>
    1979        <combo
    1980         key="moved"
    1981         text="moved"
    1982         de.text="verschoben" nl.text="Verschoven"
    1983         default=""
    1984         delete_if_empty="true" >
    1985         <list_entry value="yes" de.display_value="Ja" />
    1986         <list_entry value="no" de.display_value="Nein" />
    1987         </combo>
    1988         <combo
    1989         key="format"
    1990         text="format"
    1991         de.text="Grundform" nl.text="Vorm"
    1992         default=""
    1993         delete_if_empty="true" >
    1994           <list_entry value="squared_stone" de.display_value="Quadrat" nl.display_value="Vierkant" icon="rechteck.png"/>
    1995         <list_entry value="triangle" de.display_value="Dreieck (dreiseitiger Stein)" nl.display_value="Driehoekige steen" icon="dreieck.png"/>
    1996         <list_entry value="conus" de.display_value="Konus" nl.display_value="Conus" icon="konus.png"/>
    1997         <list_entry value="bell" de.display_value="Glocke" nl.display_value="Klok" icon="glocke.png"/>
    1998         <list_entry value="cylindrical" de.display_value="Zylinder" nl.display_value="Cylindervormig" icon="zylinder.png"/>
    1999         <list_entry value="obelisk" de.display_value="Obelisk" nl.display_value="Obelisk" icon="obelisk.png"/>
    2000         <list_entry value="truncated_pyramid" de.display_value="Pyramidenstumpf" nl.display_value="Stompe piramide" icon="pyramidenstumpf.png"/>
    2001         <list_entry value="irregular" de.display_value="Unregelmäßig" nl.display_value="Onregelmatig" icon="unregelmaeßig.png"/>
    2002         <list_entry value="hexagonal" de.display_value="Sechseckig" nl.display_value="Zeshoekig" icon="sechseck.png"/>
    2003         </combo>
    2004        
    2005         <combo
    2006         key="format:top"
    2007         text="format-top"
    2008         de.text="Kopfform" nl.text="Vorm v.d. top"
    2009         default=""
    2010         delete_if_empty="true" >
    2011        <list_entry value="flat" de.display_value="flach" nl.display_value="Vlak" icon="flach.png"/>
    2012         <list_entry value="roundet" de.display_value="rund (Halbkreis)" nl.display_value="Rond" icon="rund.png"/>
    2013         <list_entry value="segment-like" de.display_value="segment" nl.display_value="Segment" icon="segment.png"/>
    2014         <list_entry value="gable-like" de.display_value="giebelartig" nl.display_value="Dakvormig" icon="gable.png"/>
    2015         <list_entry value="pyramidal" de.display_value="pyramidenförmig" nl.display_value="Pyramide" icon="pyramide.png"/>
    2016         <list_entry value="pointed" de.display_value="punktförmig" nl.display_value="Punt" icon="punkt.png"/>
    2017         <list_entry value="spherical" de.display_value="kugelförmig" nl.display_value="Bolvormig" icon="kugel.png"/>
    2018         </combo>
    2019         <combo
    2020         key="material"
    2021         text="material"
    2022         de.text="material" nl.text="Materiaal"
    2023         default=""
    2024         delete_if_empty="true">
    2025         <list_entry value="granite_stone" de.display_value="granit" nl.display_value="Graniet"/>
    2026         <list_entry value="sandstone" de.display_value="sandstein" nl.display_value="Zandsteen"/>
    2027         </combo>
    2028       <label
    2029         text="note and external informations"
    2030         de.text="Zusatzinformationen" nl.text="Aanvullende informatie"/>
    2031         <label text="Mehrfachauswahl mit Strg-Taste"/>
    2032        
    2033         <multiselect key="description:de" delimiter="," text="description-de" de.text="Beschreibung" nl.text="Beschrijving (Duits)" values="Hauptstein(Pilar),Nebenstein(Läuferstein),Dreiherrenstein,beschädigt,umgekippt,gut erhalten,restauriert,nachbildung des originals,stark verwittert" />
    2034         <text key="description" text="description" de.text="Beschreibung" nl.text="Beschrijving" default="" delete_if_empty="true"/>
    2035         <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/> 
    2036        
    2037         <text key="image" text="image" de.text="Bild-Link" default="" delete_if_empty="true"/> 
    2038         <text key="wikipedia" text="wikipedia" de.text="Wikipedia-Link" default="" delete_if_empty="true"/>
    2039         <text key="website" text="website" de.text="Webseiten-Link" default="" delete_if_empty="true"/>
    2040      
    2041       </item>
    2042      
    2043        
    2044        <item name="Historic Stone" de.name="Historischer Stein" nl.name="Historische steen" type="node" icon="kreuzsteine.png">
    2045      
    2046            
    2047            <key key="historic" value="stone" />
    2048            <text key="name" text="Name" de.text="Name" nl.text="Naam" default="" delete_if_empty="true"/>
    2049        
    2050     <label
    2051                    text="inscription-format: north/east/south/west"
    2052         de.text="Aufbau der Innschrift: nord/ost/süd/west"
    2053         nl.text="Plaats v.h. opschrift: noord/oost/zuid/west" />
    2054       <text key="inscription" text="inscription" de.text="Inschrift" nl.text="Opschrift" default="" delete_if_empty="true"/>
    2055 
    2056       <text key="year" text="year (####)" de.text="Jahr der Aufstellung (####)" nl.text="Jaar van de opstelling (####)" default="" delete_if_empty="true"/>
    2057       <check key="heritage" text="heritage" de.text="Denkmalgeschützt" default="off" delete_if_empty="true"  />
    2058       <text key="ref" text="ref" de.text="Referenz" nl.text="Referentie" default="" delete_if_empty="true"/>
    2059       <check key="collection" text="collection" de.text="Stein-Sammlung" nl.text="Verzameling stenen" default="off" delete_if_empty="true"  />
    2060       <combo
    2061         key="height"
    2062         text="height"
    2063         de.text="Höhe" nl.text="Hoogte"
    2064         default=""
    2065         delete_if_empty="true" >
    2066         <list_entry value="0.2" display_value="0.2" />
    2067         <list_entry value="0.3" display_value="0.3" />
    2068         <list_entry value="0.4" display_value="0.4" />
    2069         <list_entry value="0.5" display_value="0.5" />
    2070         <list_entry value="0.6" display_value="0.6" />
    2071         <list_entry value="0.7" display_value="0.7" />
    2072         <list_entry value="0.8" display_value="0.8" />
    2073         <list_entry value="0.9" display_value="0.9" />
    2074         <list_entry value="1" display_value="1" />
    2075         <list_entry value="1.1" display_value="1.1" />
    2076         <list_entry value="1.2" display_value="1.2" />
    2077         <list_entry value="1.3" display_value="1.3" />
    2078         <list_entry value="1.4" display_value="1.4" />
    2079         <list_entry value="1.5" display_value="1.5" />
    2080         <list_entry value="1.6" display_value="1.6" />
    2081         <list_entry value="1.7" display_value="1.7" />
    2082         <list_entry value="1.8" display_value="1.8" />
    2083         <list_entry value="1.9" display_value="1.9" />
    2084         <list_entry value="2" display_value="2" />
    2085         <list_entry value="3" display_value="3" />
    2086         <list_entry value="3.5" display_value="3.5" />
    2087         <list_entry value="4.5" display_value="4.5" />
    2088         </combo>
    2089        <combo
    2090         key="moved"
    2091         text="moved"
    2092         de.text="verschoben" nl.text="Verschoven"
    2093         default=""
    2094         delete_if_empty="true" >
    2095         <list_entry value="yes" de.display_value="Ja" />
    2096         <list_entry value="no" de.display_value="Nein" />
    2097         </combo>
    2098         <combo
    2099         key="format"
    2100         text="format"
    2101         de.text="Grundform"
    2102         default=""
    2103         delete_if_empty="true" >
    2104         <list_entry value="disc_cross" de.display_value="Scheibenkreuz" icon="scheibenkreuz.png"/>
    2105         <list_entry value="stone_cross" de.display_value="Steinkreuz" icon="steinkreuz.png"/>
    2106         <list_entry value="wheel_cross" de.display_value="Radkreuz" icon="radkreuz.png"/>
    2107         <list_entry value="cross_stone" de.display_value="Kreuzstein" icon="kreuzstein.png"/>
    2108         <list_entry value="cross_ring" de.display_value="Ringkreuz" icon="ringkreuz.png"/>
    2109         <list_entry value="irregular" de.display_value="Unregelmäßig" icon="denkstein.png"/>
    2110         <list_entry value="squared_stone" de.display_value="Rechteck" icon="rechteck.png"/>
    2111         <list_entry value="triangle" de.display_value="Dreieck(dreiseitiger Stein)" icon="dreieck.png"/>
    2112         <list_entry value="conus" de.display_value="Konus" icon="konus.png"/>
    2113         <list_entry value="bell" de.display_value="Glocke" icon="glocke.png"/>
    2114         <list_entry value="cylindrical" de.display_value="Zylinder" icon="zylinder.png"/>
    2115         <list_entry value="obelisk" de.display_value="Obelisk" icon="obelisk.png"/>
    2116         <list_entry value="truncated_pyramid" de.display_value="Pyramidenstumpf" icon="pyramidenstumpf.png"/>
    2117         </combo>
    2118 
    2119 <combo
    2120         key="stone_type"
    2121         text="stone_type"
    2122         de.text="Typ" nl.text="Type"
    2123         default=""
    2124         delete_if_empty="true" >
    2125         <list_entry value="conciliation_cross" de.display_value="Sühnestein" nl.display_value="Bemiddelingskruis"  icon="steinkreuz.png"/>
    2126         <list_entry value="coat_of_arms" de.display_value="Wappenstein" nl.display_value="Met wapen" icon=""/>
    2127         </combo>
    2128 
    2129 <combo
    2130         key="format:top"
    2131         text="format-top"
    2132         de.text="Kopfform" nl.text="Vorm van de kop"
    2133         default=""
    2134         delete_if_empty="true" >
    2135         <list_entry value="flat" de.display_value="flach" nl.display_value="Vlak" icon="flach.png"/>
    2136         <list_entry value="roundet" de.display_value="rund (Halbkreis)" nl.display_value="Afgerond" icon="rund.png"/>
    2137         <list_entry value="segment-like" de.display_value="segment(gewölpt)" nl.display_value="Met segmenten" icon="segment.png"/>
    2138         <list_entry value="gable-like" de.display_value="giebelartig" nl.display_value="Gevel-achtig" icon="gable.png"/>
    2139         <list_entry value="pyramidal" de.display_value="pyramidenförmig" nl.display_value="Pyramide-vormig" icon="pyramide.png"/>
    2140         <list_entry value="pointed" de.display_value="punktförmig" nl.display_value="Puntvormig" icon="punkt.png"/>
    2141         <list_entry value="spherical" de.display_value="kugelförmig" nl.display_value="Sferish" icon="kugel.png"/>
    2142         </combo>
    2143         <combo
    2144         key="material"
    2145         text="material"
    2146         de.text="material"
    2147         default=""
    2148         delete_if_empty="true">
    2149         <list_entry value="granite_stone" de.display_value="granit" nl.display_value="Graniet"/>
    2150         <list_entry value="sandstone" de.display_value="sandstein" nl.display_value="Zandsteen" />
    2151         </combo>
    2152        
    2153         <label
    2154         text="note and external informations"
    2155         de.text="Zusatzinformationen" nl.text="Aanvullende informatie" />
    2156         <label text="Multi-select with ctrl-key" de.text="Mehrfachauswahl mit Strg-Taste"
    2157            nl.text="Meervoudige selectie met ctrl-toets"/>
    2158         <multiselect key="description:de" delimiter="," text="description-de" de.text="Beschreibung" nl.text="Beschrijving" values="Mord-Denkstein,Sühnestein,beschädigt,umgekippt,gut erhalten,restauriert,nachbildung des originals,stark verwittert" />
    2159         <text key="description" text="description" de.text="Beschreibung" nl.text="Beschrijving" default="" delete_if_empty="true"/>
    2160      
    2161        
    2162         <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/> 
    2163        
    2164         <text key="image" text="image" de.text="Bild-Link" default="" delete_if_empty="true"/> 
    2165         <text key="wikipedia" text="wikipedia" de.text="Wikipedia-Link" default="" delete_if_empty="true"/>
    2166         <text key="website" text="website" de.text="Webseiten-Link" default="" delete_if_empty="true"/>
    2167       </item>
    2168      
    2169        <item name="Rune stone" de.name="Runenstein" nl.name="Runensteen" type="node" icon="runestone.png">
    2170    
    2171         <key key="historic" value="rune_stone" />
    2172        
    2173         <text key="name" text="Name" nl.text="Naam"/>
    2174        
    2175         <space/>
    2176                
    2177            <label text="For the detailed conservation please use the presets Heritage properties! "
    2178                 de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren"/>
    2179                 <space/>
    2180 
    2181                 <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
    2182                 <space/>
    2183      
    2184        
    2185         <text key="wikipedia"
    2186                         text="Wikipedia Link"
    2187                         de.text="Wikipedia Artikel" nl.text="Wikipedia artikel"
    2188                         fr.text="Lien Wikipédia" />
    2189                 <space/>
    2190                
    2191                 <text key="website"
    2192                         text="Website"
    2193                         de.text="Webseite"  />
    2194                 <space/>
    2195                
    2196                
    2197                 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
    2198                 <space/>
    2199                 <text key="image"
    2200                         text="Image-URL"
    2201                         de.text="Bild-URL" nl.text="Foto URL" />
    2202                 <space/>
    2203         <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
    2204    </item>
     1727                <group name="Stones" de.name="Steine"  nl.name="Stenen" icon="bigstone.png" >
     1728
     1729                          <item name="Milestone" de.name="Meilenstein" nl.name="Mijlpaal" type="node" icon="meilensaeule.png">
     1730
     1731                                   <key key="historic" value="milestone" />
     1732
     1733                                   <combo key="name"
     1734                                                  text="name"
     1735                                                  de.text="name" nl.text="Naam"
     1736                                                  default=""
     1737                                                  delete_if_empty="true" >
     1738                                                  <list_entry value="Kursächsische Postmeilensäule" de.display_value="Kursächsische Postmeilensäule" />
     1739                                                  <list_entry value="Königlich sächsischer Meilenstein" de.display_value="Königlich sächsischer Meilenstein" nl.display_value="Koninklijke Saksische Mijlpaal"/>
     1740                                                  <list_entry value="Preußischer Meilenstein" de.display_value="Preußischer Meilenstein" nl.display_value="Pruizische mijlpaal"/>
     1741                                                  <list_entry value="Anhaltischer Meilenstein" de.display_value="Anhaltischer Meilenstein" />
     1742                                                  <list_entry value="Dänischer Meilenstein" de.display_value="Dänischer Meilenstein" nl.display_value="Deense mijlpaal"/>
     1743                                                  <list_entry value="Schleswiger Meilenstein" de.display_value="Schleswiger Meilenstein"  nl.display_value="Schleswiger mijlpaal"/>
     1744                                                  <list_entry value="Myriameterstein" de.display_value="Myriameterstein" />
     1745                                                  <list_entry value="Meilenstein" de.display_value="Meilenstein" nl.display_value="Mijlpaal"/>
     1746                                                  <list_entry value="Wegweiser-Wegstein" de.display_value="Wegweiser-Wegstein" nl.display_value="Wegwijzer-steen"/>
     1747                                   </combo> 
     1748
     1749                                   <space/>
     1750                                   <combo key="milestone_type" text="Milestone type" de.text="Meilenstein Typ" nl.text="Mijlpaal type" default="" delete_if_empty="true" >
     1751                                                  <list_entry value="myriameter_stone" display_value="Myriameter_stone" de.display_value="Myriameter Stein" nl.display_value="10km mijlpaal (Myriameter Stein)"/>
     1752                                                  <list_entry value="post_milestones‎" display_value="post_milestones" de.display_value="Postmeilenstein" nl.display_value="Post mijlpaal (Postmeilenstein)"/>
     1753                                                  <list_entry value="kilometer_stones" display_value="kilometer_stones" de.display_value="Kilometer Stein" nl.display_value="Kilometer steen"/>
     1754                                                  <list_entry value="stundenstein" display_value="stundenstein" de.display_value="Stundenstein"/>
     1755                                                  <list_entry value="signpost" display_value="signpost" de.display_value="Wegweiserstein" nl.display_value="Wegwijzer"/>
     1756
     1757                               
     1758                                   </combo>
     1759                                   <space/>
     1760
     1761                                   <label text="For the detailed conservation please use the presets Heritage properties! "
     1762                                                de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren" />
     1763                                                <space/>
     1764
     1765                                                <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
     1766                                                <space/>
     1767
     1768                                   <label text="inscription-format: north/east/south/west"
     1769                                                  de.text="Aufbau der Innschrift: nord/ost/süd/west"  nl.text="Formaat v.h. opschriftveld: noord/oost/zuid/west" />
     1770                                   <text key="inscription" text="inscription" de.text="Inschrift" nl.text="Opschrift" default="" delete_if_empty="true" />
     1771
     1772                                   <text key="road" text="historic street-name (not name!)" de.text="historische Straßenbezeichnung (nicht Name!)" nl.text="Historische straatbenaming (Niet de naam)" default="" delete_if_empty="true" />   
     1773                                   <text key="year" text="year (####)" de.text="Jahr der Aufstellung (####)"  nl.text="Openingsjaar (####)" default="" delete_if_empty="true" />
     1774                 
     1775                                   <text key="ref" text="ref" de.text="Referenz" default="" delete_if_empty="true"/>
     1776                                   <combo key="height" text="height" default="" delete_if_empty="true" >
     1777                                                  <list_entry value="0.2" display_value="0.2" />
     1778                                                  <list_entry value="0.3" display_value="0.3" />
     1779                                                  <list_entry value="0.4" display_value="0.4" />
     1780                                                  <list_entry value="0.5" display_value="0.5" />
     1781                                                  <list_entry value="0.6" display_value="0.6" />
     1782                                                  <list_entry value="0.7" display_value="0.7" />
     1783                                                  <list_entry value="0.8" display_value="0.8" />
     1784                                                  <list_entry value="0.9" display_value="0.9" />
     1785                                                  <list_entry value="1" display_value="1" />
     1786                                                  <list_entry value="1.1" display_value="1.1" />
     1787                                                  <list_entry value="1.2" display_value="1.2" />
     1788                                                  <list_entry value="1.3" display_value="1.3" />
     1789                                                  <list_entry value="1.4" display_value="1.4" />
     1790                                                  <list_entry value="1.5" display_value="1.5" />
     1791                                                  <list_entry value="1.6" display_value="1.6" />
     1792                                                  <list_entry value="1.7" display_value="1.7" />
     1793                                                  <list_entry value="1.8" display_value="1.8" />
     1794                                                  <list_entry value="1.9" display_value="1.9" />
     1795                                                  <list_entry value="2" display_value="2" />
     1796                                                  <list_entry value="3" display_value="3" />
     1797                                                  <list_entry value="3.5" display_value="3.5" />
     1798                                                  <list_entry value="4.5" display_value="4.5" />
     1799                                   </combo>
     1800                           <combo
     1801                                key="moved"
     1802                                text="moved"
     1803                                de.text="verschoben" nl.text="Verplaatst"
     1804                                default=""
     1805                                delete_if_empty="true">
     1806                                <list_entry value="yes" de.display_value="Ja" nl.display_value="Ja"/>
     1807                                <list_entry value="no" de.display_value="Nein" nl.display_value="Nee"/>
     1808                                </combo>
     1809                                <combo
     1810                                key="format"
     1811                                text="format"
     1812                                de.text="Grundform" nl.text="Vorm"
     1813                                default=""
     1814                                delete_if_empty="true">
     1815                                <list_entry value="squared_stone" de.display_value="Quadrat" nl.display_value="Vierkant" icon="rechteck.png"/>
     1816                                <list_entry value="triangle" de.display_value="Dreieck (dreiseitiger Stein)" nl.display_value="Driehoekige steen" icon="dreieck.png"/>
     1817                                <list_entry value="conus" de.display_value="Konus" nl.display_value="Conus" icon="konus.png"/>
     1818                                <list_entry value="bell" de.display_value="Glocke" nl.display_value="Klok" icon="glocke.png"/>
     1819                                <list_entry value="cylindrical" de.display_value="Zylinder" nl.display_value="Cylindervormig" icon="zylinder.png"/>
     1820                                <list_entry value="obelisk" de.display_value="Obelisk" nl.display_value="Obelisk" icon="obelisk.png"/>
     1821                                <list_entry value="truncated_pyramid" de.display_value="Pyramidenstumpf" nl.display_value="Stompe piramide" icon="pyramidenstumpf.png"/>
     1822                                <list_entry value="irregular" de.display_value="Unregelmäßig" nl.display_value="Onregelmatig" icon="unregelmaeßig.png"/>
     1823                                <list_entry value="hexagonal" de.display_value="Sechseckig" nl.display_value="Zeshoekig" icon="sechseck.png"/>
     1824                                </combo>
     1825               
     1826                                <combo
     1827                                key="format:top"
     1828                                text="format-top"
     1829                                de.text="Kopfform" nl.text="Vorm v.d. top"
     1830                                default=""
     1831                                delete_if_empty="true" >
     1832                                <list_entry value="flat" de.display_value="flach" nl.display_value="Vlak" icon="flach.png"/>
     1833                                <list_entry value="roundet" de.display_value="rund (Halbkreis)" nl.display_value="Rond" icon="rund.png"/>
     1834                                <list_entry value="segment-like" de.display_value="segment" nl.display_value="Segment" icon="segment.png"/>
     1835                                <list_entry value="gable-like" de.display_value="giebelartig" nl.display_value="Dakvormig" icon="gable.png"/>
     1836                                <list_entry value="pyramidal" de.display_value="pyramidenförmig" nl.display_value="Pyramide" icon="pyramide.png"/>
     1837                                <list_entry value="pointed" de.display_value="punktförmig" nl.display_value="Punt" icon="punkt.png"/>
     1838                                <list_entry value="spherical" de.display_value="kugelförmig" nl.display_value="Bolvormig" icon="kugel.png"/>
     1839                                </combo>
     1840               
     1841                          <label
     1842                                text="note and external informations"
     1843                                de.text="Zusatzinformationen" />
     1844                                <label text="Mehrfachauswahl mit Strg-Taste"/>
     1845               
     1846                                <multiselect key="description:de" delimiter="," text="description-de" de.text="Beschreibung-DE" nl.text="Beschrijving-DE" values="Kursächsische Postmeilensäule-Distanzsäule,Kursächsische Postmeilensäule-Ganzmeilensäule,
     1847                                Kursächsische Postmeilensäule-Halbmeilensäule,Kursächsische Postmeilensäule-Viertelmeilenstein,Königlich sächsischer-Stationsstein,Königlich sächsischer-Ganzmeilenstein,Königlich sächsischer-Halbmeilenstein,
     1848                                Königlich sächsischer-Abzweigstein,Königlich sächsischer-Grenzübergangsstein,
     1849                                Preußischer Ganzmeilenstein, Preußischer Halbmeilenstein,Preußischer Viertelmeilenstein,Preußischer Rundsockelstein,Anhaltischer Rundsockelstein,Dänischer Meilenstein,
     1850                                Dänischer Ganzmeilenstein,Dänischer Halbmeilenstein,Schleswiger Ganzmeilenstein,Schleswiger Halbmeilenstein,Myriameterstein,Ganzmeilenstein,Halbmeilenstein,Viertelmeilenstein,
     1851                                Wegweiser-Wegstein,beschädigt,umgekippt,gut erhalten,restauriert,nachbildung des originals,stark verwittert" />
     1852                                <text key="description" text="description" de.text="Beschreibung" nl.text="Beschrijving" default="" delete_if_empty="true"/>
     1853                                <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
     1854                                <text key="image" text="image" de.text="Bild-Link" nl.text="Foto" default="" delete_if_empty="true"/> 
     1855                                <text key="wikipedia" text="wikipedia" de.text="Wikipedia-Link" nl.text="Wikipedia artikel" default="" delete_if_empty="true"/>
     1856                                <text key="website" text="website" de.text="Webseiten-Link" nl.text="Website" default="" delete_if_empty="true"/>
     1857       
     1858                  </item>
     1859                  <item name="boundary_stone" de.name="Grenzstein" nl.name="Grenssteen" type="node" icon="historic_boundary_stone.png">
     1860                          <link    href="http://wiki.openstreetmap.org/wiki/Tag:historic%3Dboundary_stone"
     1861                                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:historic%3Dboundary_stone"
     1862                                        />
     1863                                   <key key="historic" value="boundary_stone" />
     1864                                   <text key="name" text="Name" de.text="Name" nl.text="Naam" default="" delete_if_empty="true"/>
     1865               
     1866                        <label
     1867                                                   text="inscription-format: north/east/south/west"
     1868                                de.text="Aufbau der Innschrift: nord/ost/süd/west"  nl.text="Plaats v.h. opschrift: noord/oost/zuid/west"/>
     1869                          <text key="inscription" text="inscription" de.text="Inschrift" nl.text="Opschrift" default="" delete_if_empty="true"/>
     1870                          <label
     1871                                text="Historical border name, see examples in default"
     1872                                de.text="Historische Grenzbezeichnung, siehe Beispiele in Vorgabe" />
     1873                           <combo
     1874                                key="boundary_name"
     1875                                text="boundary-name"
     1876                                de.text="Grenzbezeichnung" nl.text="Grensaanduiding"
     1877                                default=""
     1878                                delete_if_empty="true" >
     1879                                <list_entry value="Historische Landesgrenze Königreich Sachsen Königreich Preußen 1815 (Wiener Kongress)" de.display_value="Historische Landesgrenze Königreich Sachsen Königreich Preußen 1815 (Wiener Kongress)" />
     1880                                <list_entry value="Historische Grenzsteinlinie Hannover-Preußen 1837" de.display_value="Historische Grenzsteinlinie Hannover-Preußen 1837" />
     1881                                <list_entry value="Historische Forstgrenze zur Abgrenzung des kurfürstl.-sächs. Waldbesitzes" de.display_value="Historische Forstgrenze zur Abgrenzung des kurfürstl.-sächs. Waldbesitzes"  />
     1882                                <list_entry value="Historische Forst-Abteilungs oder Jagengrenze" de.display_value="Historische Forst-Abteilungs oder Jagengrenze" />
     1883                                <list_entry value="Historische Forstgrenze" de.display_value="Historische Forstgrenze" nl.display_value="Historische woudgrens"/>
     1884                                <list_entry value="Historische Deichgrenze" de.display_value="Historische Deichgrenze"  nl.display_value="Historische dijkgrens"/>
     1885                                <list_entry value="Historische Fischereigrenze" de.display_value="Historische Fischereigrenze" nl.display_value="Historische visgrens"/>
     1886                                <list_entry value="Historische Weinberggrenze" de.display_value="Historische Weinberggrenze" nl.display_value="Historische wijngaardgrens"/>
     1887                                </combo>
     1888                          <text key="year" text="year (####)" de.text="Jahr der Aufstellung (####)" default="" delete_if_empty="true"/>
     1889                          <space/>
     1890
     1891                          <label text="For the detailed conservation please use the presets Heritage properties! "
     1892                                                de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren" />
     1893                                                <space/>
     1894
     1895                                                <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
     1896                                                <space/>
     1897
     1898                          <text key="ref" text="ref" de.text="Referenz" default="" delete_if_empty="true"/>
     1899                          <check key="collection" text="collection" de.text="Stein-Sammlung" default="off" delete_if_empty="true"  />
     1900                          <combo
     1901                                key="height"
     1902                                text="height"
     1903                                de.text="Höhe"
     1904                                default=""
     1905                                delete_if_empty="true" >
     1906                                <list_entry value="0.2" display_value="0.2" />
     1907                                <list_entry value="0.3" display_value="0.3" />
     1908                                <list_entry value="0.4" display_value="0.4" />
     1909                                <list_entry value="0.5" display_value="0.5" />
     1910                                <list_entry value="0.6" display_value="0.6" />
     1911                                <list_entry value="0.7" display_value="0.7" />
     1912                                <list_entry value="0.8" display_value="0.8" />
     1913                                <list_entry value="0.9" display_value="0.9" />
     1914                                <list_entry value="1" display_value="1" />
     1915                                <list_entry value="1.1" display_value="1.1" />
     1916                                <list_entry value="1.2" display_value="1.2" />
     1917                                <list_entry value="1.3" display_value="1.3" />
     1918                                <list_entry value="1.4" display_value="1.4" />
     1919                                <list_entry value="1.5" display_value="1.5" />
     1920                                <list_entry value="1.6" display_value="1.6" />
     1921                                <list_entry value="1.7" display_value="1.7" />
     1922                                <list_entry value="1.8" display_value="1.8" />
     1923                                <list_entry value="1.9" display_value="1.9" />
     1924                                <list_entry value="2" display_value="2" />
     1925                                <list_entry value="3" display_value="3" />
     1926                                <list_entry value="3.5" display_value="3.5" />
     1927                                <list_entry value="4.5" display_value="4.5" />
     1928                                </combo>
     1929                           <combo
     1930                                key="moved"
     1931                                text="moved"
     1932                                de.text="verschoben" nl.text="Verplaatst"
     1933                                default=""
     1934                                delete_if_empty="true" >
     1935                                <list_entry value="yes" de.display_value="Ja" />
     1936                                <list_entry value="no" de.display_value="Nein" />
     1937                                </combo>
     1938                                <combo
     1939                                key="format"
     1940                                text="format"
     1941                                de.text="Grundform" nl.text="Vorm"
     1942                                default=""
     1943                                delete_if_empty="true" >
     1944                                <list_entry value="squared_stone" de.display_value="Quadrat" nl.display_value="Vierkant" icon="rechteck.png"/>
     1945                                <list_entry value="triangle" de.display_value="Dreieck (dreiseitiger Stein)" nl.display_value="Driehoekige steen" icon="dreieck.png"/>
     1946                                <list_entry value="conus" de.display_value="Konus" nl.display_value="Conus" icon="konus.png"/>
     1947                                <list_entry value="bell" de.display_value="Glocke" nl.display_value="Klok" icon="glocke.png"/>
     1948                                <list_entry value="cylindrical" de.display_value="Zylinder" nl.display_value="Cylindervormig" icon="zylinder.png"/>
     1949                                <list_entry value="obelisk" de.display_value="Obelisk" nl.display_value="Obelisk" icon="obelisk.png"/>
     1950                                <list_entry value="truncated_pyramid" de.display_value="Pyramidenstumpf" nl.display_value="Stompe piramide" icon="pyramidenstumpf.png"/>
     1951                                <list_entry value="irregular" de.display_value="Unregelmäßig" nl.display_value="Onregelmatig" icon="unregelmaeßig.png"/>
     1952                                <list_entry value="hexagonal" de.display_value="Sechseckig" nl.display_value="Zeshoekig" icon="sechseck.png"/>
     1953                           </combo>
     1954               
     1955                                <combo
     1956                                key="format:top"
     1957                                text="format-top"
     1958                                de.text="Kopfform" nl.text="Vorm v.d. top"
     1959                                default=""
     1960                                delete_if_empty="true" >
     1961                           <list_entry value="flat" de.display_value="flach" nl.display_value="Vlak" icon="flach.png"/>
     1962                                <list_entry value="roundet" de.display_value="rund (Halbkreis)" nl.display_value="Rond" icon="rund.png"/>
     1963                                <list_entry value="segment-like" de.display_value="segment" nl.display_value="Segment" icon="segment.png"/>
     1964                                <list_entry value="gable-like" de.display_value="giebelartig" nl.display_value="Dakvormig" icon="gable.png"/>
     1965                                <list_entry value="pyramidal" de.display_value="pyramidenförmig" nl.display_value="Pyramide" icon="pyramide.png"/>
     1966                                <list_entry value="pointed" de.display_value="punktförmig" nl.display_value="Punt" icon="punkt.png"/>
     1967                                <list_entry value="spherical" de.display_value="kugelförmig" nl.display_value="Bolvormig" icon="kugel.png"/>
     1968                           </combo>
     1969
     1970                   <combo
     1971                                key="material"
     1972                                text="material"
     1973                                de.text="material" nl.text="Materiaal"
     1974                                default=""
     1975                                delete_if_empty="true">
     1976                                <list_entry value="granite_stone" de.display_value="granit"  nl.display_value="Graniet"/>
     1977                                <list_entry value="sandstone" de.display_value="sandstein" nl.display_value="Zandsteen"/>
     1978                                </combo>
     1979               
     1980                          <label
     1981                                text="note and external informations"
     1982                                de.text="Zusatzinformationen" nl.text="Aanvullende informatie"/>
     1983                                <label text="Mehrfachauswahl mit Strg-Taste" nl.text="Meervoudige selectie met Ctrl-toets"/>
     1984               
     1985                                <multiselect key="description:de" delimiter="," text="description-de" de.text="Beschreibung-DE" nl.text="Beschrijving-DE"                                                      values="Hauptstein(Pilar),Nebenstein(Läuferstein),Dreiherrenstein,beschädigt,umgekippt,gut erhalten,restauriert,nachbildung des originals,stark verwittert" />
     1986                                <text key="description" text="description" de.text="Beschreibung" nl.text="Beschrijving" default="" delete_if_empty="true"/>
     1987                                <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/> 
     1988               
     1989                                <text key="image" text="image" de.text="Bild-Link" nl.text="Foto" default="" delete_if_empty="true"/> 
     1990                                <text key="wikipedia" text="wikipedia" de.text="Wikipedia-Link" nl.text="Wikipedia artikel" default="" delete_if_empty="true"/>
     1991                                <text key="website" text="website" de.text="Webseiten-Link" nl.text="Website" default="" delete_if_empty="true"/>
     1992         
     1993                          </item>
     1994       
     1995                  <item name="boundary_marker" de.name="Grenz-Markierung" nl.name="Grensaanduiding" type="node" icon="boundary_marker.png">
     1996                          <link    href="http://wiki.openstreetmap.org/wiki/Tag:historic%3Dboundary_stone"
     1997                                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:historic%3Dboundary_stone"
     1998                                        />
     1999                                   <key key="boundary" value="marker" />
     2000                                   <key key="marker" value="stone" />
     2001                                   <key key="historic" value="yes" />
     2002                   
     2003                                   <text key="name" text="Name" de.text="Name" nl.text="Naam" default="" delete_if_empty="true"/>
     2004               
     2005                        <label
     2006                                                   text="inscription-format: north/east/south/west"
     2007                                de.text="Aufbau der Innschrift: nord/ost/süd/west" />
     2008                          <text key="inscription" text="inscription" de.text="Inschrift" nl.text="Opschrift" default="" delete_if_empty="true"/>
     2009                          <label
     2010                                text=""
     2011                                de.text="Historische Grenzbezeichnung siehe Beispiele in Vorgabe" />
     2012                           <combo
     2013                                key="boundary_name"
     2014                                text="boundary-name"
     2015                                de.text="Grenzbezeichnung"
     2016                                default=""
     2017                                delete_if_empty="true" >
     2018                                <list_entry value="Historische Landesgrenze Königreich Sachsen Königreich Preußen 1815 (Wiener Kongress)" de.display_value="Historische Landesgrenze Königreich Sachsen Königreich Preußen 1815 (Wiener Kongress)" />
     2019                                <list_entry value="Historische Grenzsteinlinie Hannover-Preußen 1837" de.display_value="Historische Grenzsteinlinie Hannover-Preußen 1837" />
     2020                                <list_entry value="Historische Forstgrenze zur Abgrenzung des kurfürstl.-sächs. Waldbesitzes" de.display_value="Historische Forstgrenze zur Abgrenzung des kurfürstl.-sächs. Waldbesitzes"  />
     2021                                <list_entry value="Historische Forst-Abteilungs oder Jagengrenze" de.display_value="Historische Forst-Abteilungs oder Jagengrenze" />
     2022                                <list_entry value="Historische Forstgrenze" de.display_value="Historische Forstgrenze" />
     2023                                <list_entry value="Historische Deichgrenze" de.display_value="Historische Deichgrenze" />
     2024                                <list_entry value="Historische Fischereigrenze" de.display_value="Historische Fischereigrenze"/>
     2025                                <list_entry value="Historische Weinberggrenze" de.display_value="Historische Weinberggrenze" />
     2026                                </combo>
     2027                          <text key="year" text="year (####)" de.text="Jahr der Aufstellung (####)" nl.text="Jaar van oprichting (####)" default="" delete_if_empty="true"/>
     2028                          <space/>
     2029
     2030                          <label text="For the detailed conservation please use the presets Heritage properties! "
     2031                                                de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren"/>
     2032                                                <space/>
     2033
     2034                                                <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
     2035                                                <space/>
     2036
     2037
     2038       
     2039                          <text key="ref" text="ref" de.text="Referenz" default="" delete_if_empty="true"/>
     2040                          <check key="collection" text="collection" de.text="Stein-Sammlung" nl.text="Groep stenen" default="off" delete_if_empty="true"  />
     2041                          <combo
     2042                                key="height"
     2043                                text="height"
     2044                                de.text="Höhe"
     2045                                default=""
     2046                                delete_if_empty="true" >
     2047                                <list_entry value="0.2" display_value="0.2" />
     2048                                <list_entry value="0.3" display_value="0.3" />
     2049                                <list_entry value="0.4" display_value="0.4" />
     2050                                <list_entry value="0.5" display_value="0.5" />
     2051                                <list_entry value="0.6" display_value="0.6" />
     2052                                <list_entry value="0.7" display_value="0.7" />
     2053                                <list_entry value="0.8" display_value="0.8" />
     2054                                <list_entry value="0.9" display_value="0.9" />
     2055                                <list_entry value="1" display_value="1" />
     2056                                <list_entry value="1.1" display_value="1.1" />
     2057                                <list_entry value="1.2" display_value="1.2" />
     2058                                <list_entry value="1.3" display_value="1.3" />
     2059                                <list_entry value="1.4" display_value="1.4" />
     2060                                <list_entry value="1.5" display_value="1.5" />
     2061                                <list_entry value="1.6" display_value="1.6" />
     2062                                <list_entry value="1.7" display_value="1.7" />
     2063                                <list_entry value="1.8" display_value="1.8" />
     2064                                <list_entry value="1.9" display_value="1.9" />
     2065                                <list_entry value="2" display_value="2" />
     2066                                <list_entry value="3" display_value="3" />
     2067                                <list_entry value="3.5" display_value="3.5" />
     2068                                <list_entry value="4.5" display_value="4.5" />
     2069                                </combo>
     2070                           <combo
     2071                                key="moved"
     2072                                text="moved"
     2073                                de.text="verschoben" nl.text="Verschoven"
     2074                                default=""
     2075                                delete_if_empty="true" >
     2076                                <list_entry value="yes" de.display_value="Ja" />
     2077                                <list_entry value="no" de.display_value="Nein" />
     2078                                </combo>
     2079                                <combo
     2080                                key="format"
     2081                                text="format"
     2082                                de.text="Grundform" nl.text="Vorm"
     2083                                default=""
     2084                                delete_if_empty="true" >
     2085                                  <list_entry value="squared_stone" de.display_value="Quadrat" nl.display_value="Vierkant" icon="rechteck.png"/>
     2086                                <list_entry value="triangle" de.display_value="Dreieck (dreiseitiger Stein)" nl.display_value="Driehoekige steen" icon="dreieck.png"/>
     2087                                <list_entry value="conus" de.display_value="Konus" nl.display_value="Conus" icon="konus.png"/>
     2088                                <list_entry value="bell" de.display_value="Glocke" nl.display_value="Klok" icon="glocke.png"/>
     2089                                <list_entry value="cylindrical" de.display_value="Zylinder" nl.display_value="Cylindervormig" icon="zylinder.png"/>
     2090                                <list_entry value="obelisk" de.display_value="Obelisk" nl.display_value="Obelisk" icon="obelisk.png"/>
     2091                                <list_entry value="truncated_pyramid" de.display_value="Pyramidenstumpf" nl.display_value="Stompe piramide" icon="pyramidenstumpf.png"/>
     2092                                <list_entry value="irregular" de.display_value="Unregelmäßig" nl.display_value="Onregelmatig" icon="unregelmaeßig.png"/>
     2093                                <list_entry value="hexagonal" de.display_value="Sechseckig" nl.display_value="Zeshoekig" icon="sechseck.png"/>
     2094                                </combo>
     2095               
     2096                                <combo
     2097                                key="format:top"
     2098                                text="format-top"
     2099                                de.text="Kopfform" nl.text="Vorm v.d. top"
     2100                                default=""
     2101                                delete_if_empty="true" >
     2102                           <list_entry value="flat" de.display_value="flach" nl.display_value="Vlak" icon="flach.png"/>
     2103                                <list_entry value="roundet" de.display_value="rund (Halbkreis)" nl.display_value="Rond" icon="rund.png"/>
     2104                                <list_entry value="segment-like" de.display_value="segment" nl.display_value="Segment" icon="segment.png"/>
     2105                                <list_entry value="gable-like" de.display_value="giebelartig" nl.display_value="Dakvormig" icon="gable.png"/>
     2106                                <list_entry value="pyramidal" de.display_value="pyramidenförmig" nl.display_value="Pyramide" icon="pyramide.png"/>
     2107                                <list_entry value="pointed" de.display_value="punktförmig" nl.display_value="Punt" icon="punkt.png"/>
     2108                                <list_entry value="spherical" de.display_value="kugelförmig" nl.display_value="Bolvormig" icon="kugel.png"/>
     2109                                </combo>
     2110                                <combo
     2111                                key="material"
     2112                                text="material"
     2113                                de.text="material" nl.text="Materiaal"
     2114                                default=""
     2115                                delete_if_empty="true">
     2116                                <list_entry value="granite_stone" de.display_value="granit" nl.display_value="Graniet"/>
     2117                                <list_entry value="sandstone" de.display_value="sandstein" nl.display_value="Zandsteen"/>
     2118                                </combo>
     2119                          <label
     2120                                text="note and external informations"
     2121                                de.text="Zusatzinformationen" nl.text="Aanvullende informatie"/>
     2122                                <label text="Mehrfachauswahl mit Strg-Taste"/>
     2123               
     2124                                <multiselect key="description:de" delimiter="," text="description-de" de.text="Beschreibung" nl.text="Beschrijving (Duits)" values="Hauptstein(Pilar),Nebenstein(Läuferstein),Dreiherrenstein,beschädigt,umgekippt,gut erhalten,restauriert,nachbildung des originals,stark verwittert" />
     2125                                <text key="description" text="description" de.text="Beschreibung" nl.text="Beschrijving" default="" delete_if_empty="true"/>
     2126                                <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/> 
     2127               
     2128                                <text key="image" text="image" de.text="Bild-Link" default="" delete_if_empty="true"/> 
     2129                                <text key="wikipedia" text="wikipedia" de.text="Wikipedia-Link" default="" delete_if_empty="true"/>
     2130                                <text key="website" text="website" de.text="Webseiten-Link" default="" delete_if_empty="true"/>
     2131         
     2132                          </item>
     2133         
     2134           
     2135                           <item name="Historic Stone" de.name="Historischer Stein" nl.name="Historische steen" type="node" icon="kreuzsteine.png">
     2136         
     2137                       
     2138                                   <key key="historic" value="stone" />
     2139                                   <text key="name" text="Name" de.text="Name" nl.text="Naam" default="" delete_if_empty="true"/>
     2140               
     2141                        <label
     2142                                                   text="inscription-format: north/east/south/west"
     2143                                de.text="Aufbau der Innschrift: nord/ost/süd/west"
     2144                                nl.text="Plaats v.h. opschrift: noord/oost/zuid/west" />
     2145                          <text key="inscription" text="inscription" de.text="Inschrift" nl.text="Opschrift" default="" delete_if_empty="true"/>
     2146
     2147                          <text key="year" text="year (####)" de.text="Jahr der Aufstellung (####)" nl.text="Jaar van de opstelling (####)" default="" delete_if_empty="true"/>
     2148                          <check key="heritage" text="heritage" de.text="Denkmalgeschützt" default="off" delete_if_empty="true"  />
     2149                          <text key="ref" text="ref" de.text="Referenz" nl.text="Referentie" default="" delete_if_empty="true"/>
     2150                          <check key="collection" text="collection" de.text="Stein-Sammlung" nl.text="Verzameling stenen" default="off" delete_if_empty="true"  />
     2151                          <combo
     2152                                key="height"
     2153                                text="height"
     2154                                de.text="Höhe" nl.text="Hoogte"
     2155                                default=""
     2156                                delete_if_empty="true" >
     2157                                <list_entry value="0.2" display_value="0.2" />
     2158                                <list_entry value="0.3" display_value="0.3" />
     2159                                <list_entry value="0.4" display_value="0.4" />
     2160                                <list_entry value="0.5" display_value="0.5" />
     2161                                <list_entry value="0.6" display_value="0.6" />
     2162                                <list_entry value="0.7" display_value="0.7" />
     2163                                <list_entry value="0.8" display_value="0.8" />
     2164                                <list_entry value="0.9" display_value="0.9" />
     2165                                <list_entry value="1" display_value="1" />
     2166                                <list_entry value="1.1" display_value="1.1" />
     2167                                <list_entry value="1.2" display_value="1.2" />
     2168                                <list_entry value="1.3" display_value="1.3" />
     2169                                <list_entry value="1.4" display_value="1.4" />
     2170                                <list_entry value="1.5" display_value="1.5" />
     2171                                <list_entry value="1.6" display_value="1.6" />
     2172                                <list_entry value="1.7" display_value="1.7" />
     2173                                <list_entry value="1.8" display_value="1.8" />
     2174                                <list_entry value="1.9" display_value="1.9" />
     2175                                <list_entry value="2" display_value="2" />
     2176                                <list_entry value="3" display_value="3" />
     2177                                <list_entry value="3.5" display_value="3.5" />
     2178                                <list_entry value="4.5" display_value="4.5" />
     2179                                </combo>
     2180                           <combo
     2181                                key="moved"
     2182                                text="moved"
     2183                                de.text="verschoben" nl.text="Verschoven"
     2184                                default=""
     2185                                delete_if_empty="true" >
     2186                                <list_entry value="yes" de.display_value="Ja" />
     2187                                <list_entry value="no" de.display_value="Nein" />
     2188                                </combo>
     2189                                <combo
     2190                                key="format"
     2191                                text="format"
     2192                                de.text="Grundform"
     2193                                default=""
     2194                                delete_if_empty="true" >
     2195                                <list_entry value="disc_cross" de.display_value="Scheibenkreuz" icon="scheibenkreuz.png"/>
     2196                                <list_entry value="stone_cross" de.display_value="Steinkreuz" icon="steinkreuz.png"/>
     2197                                <list_entry value="wheel_cross" de.display_value="Radkreuz" icon="radkreuz.png"/>
     2198                                <list_entry value="cross_stone" de.display_value="Kreuzstein" icon="kreuzstein.png"/>
     2199                                <list_entry value="cross_ring" de.display_value="Ringkreuz" icon="ringkreuz.png"/>
     2200                                <list_entry value="irregular" de.display_value="Unregelmäßig" icon="denkstein.png"/>
     2201                                <list_entry value="squared_stone" de.display_value="Rechteck" icon="rechteck.png"/>
     2202                                <list_entry value="triangle" de.display_value="Dreieck(dreiseitiger Stein)" icon="dreieck.png"/>
     2203                                <list_entry value="conus" de.display_value="Konus" icon="konus.png"/>
     2204                                <list_entry value="bell" de.display_value="Glocke" icon="glocke.png"/>
     2205                                <list_entry value="cylindrical" de.display_value="Zylinder" icon="zylinder.png"/>
     2206                                <list_entry value="obelisk" de.display_value="Obelisk" icon="obelisk.png"/>
     2207                                <list_entry value="truncated_pyramid" de.display_value="Pyramidenstumpf" icon="pyramidenstumpf.png"/>
     2208                                </combo>
     2209
     2210                <combo
     2211                                key="stone_type"
     2212                                text="stone_type"
     2213                                de.text="Typ" nl.text="Type"
     2214                                default=""
     2215                                delete_if_empty="true" >
     2216                                <list_entry value="conciliation_cross" de.display_value="Sühnestein" nl.display_value="Bemiddelingskruis"  icon="steinkreuz.png"/>
     2217                                <list_entry value="coat_of_arms" de.display_value="Wappenstein" nl.display_value="Met wapen" icon=""/>
     2218                                </combo>
     2219
     2220                <combo
     2221                                key="format:top"
     2222                                text="format-top"
     2223                                de.text="Kopfform" nl.text="Vorm van de kop"
     2224                                default=""
     2225                                delete_if_empty="true" >
     2226                                <list_entry value="flat" de.display_value="flach" nl.display_value="Vlak" icon="flach.png"/>
     2227                                <list_entry value="roundet" de.display_value="rund (Halbkreis)" nl.display_value="Afgerond" icon="rund.png"/>
     2228                                <list_entry value="segment-like" de.display_value="segment(gewölpt)" nl.display_value="Met segmenten" icon="segment.png"/>
     2229                                <list_entry value="gable-like" de.display_value="giebelartig" nl.display_value="Gevel-achtig" icon="gable.png"/>
     2230                                <list_entry value="pyramidal" de.display_value="pyramidenförmig" nl.display_value="Pyramide-vormig" icon="pyramide.png"/>
     2231                                <list_entry value="pointed" de.display_value="punktförmig" nl.display_value="Puntvormig" icon="punkt.png"/>
     2232                                <list_entry value="spherical" de.display_value="kugelförmig" nl.display_value="Sferish" icon="kugel.png"/>
     2233                                </combo>
     2234                                <combo
     2235                                key="material"
     2236                                text="material"
     2237                                de.text="material"
     2238                                default=""
     2239                                delete_if_empty="true">
     2240                                <list_entry value="granite_stone" de.display_value="granit" nl.display_value="Graniet"/>
     2241                                <list_entry value="sandstone" de.display_value="sandstein" nl.display_value="Zandsteen" />
     2242                                </combo>
     2243               
     2244                                <label
     2245                                text="note and external informations"
     2246                                de.text="Zusatzinformationen" nl.text="Aanvullende informatie" />
     2247                                <label text="Multi-select with ctrl-key" de.text="Mehrfachauswahl mit Strg-Taste"
     2248                                   nl.text="Meervoudige selectie met ctrl-toets"/>
     2249                                <multiselect key="description:de" delimiter="," text="description-de" de.text="Beschreibung" nl.text="Beschrijving" values="Mord-Denkstein,Sühnestein,beschädigt,umgekippt,gut erhalten,restauriert,nachbildung des originals,stark verwittert" />
     2250                                <text key="description" text="description" de.text="Beschreibung" nl.text="Beschrijving" default="" delete_if_empty="true"/>
     2251         
     2252               
     2253                                <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/> 
     2254               
     2255                                <text key="image" text="image" de.text="Bild-Link" default="" delete_if_empty="true"/> 
     2256                                <text key="wikipedia" text="wikipedia" de.text="Wikipedia-Link" default="" delete_if_empty="true"/>
     2257                                <text key="website" text="website" de.text="Webseiten-Link" default="" delete_if_empty="true"/>
     2258                          </item>
     2259         
     2260                           <item name="Rune stone" de.name="Runenstein" nl.name="Runensteen" type="node" icon="runestone.png">
     2261       
     2262                                <key key="historic" value="rune_stone" />
     2263               
     2264                                <text key="name" text="Name" nl.text="Naam"/>
     2265           
     2266                                <space/>
     2267                               
     2268                                   <label text="For the detailed conservation please use the presets Heritage properties! "
     2269                                                de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren"/>
     2270                                                <space/>
     2271
     2272                                                <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
     2273                                                <space/>
     2274         
     2275               
     2276                                <text key="wikipedia"
     2277                                                                text="Wikipedia Link"
     2278                                                                de.text="Wikipedia Artikel" nl.text="Wikipedia artikel"
     2279                                                                fr.text="Lien Wikipédia" />
     2280                                                <space/>
     2281                               
     2282                                                <text key="website"
     2283                                                                text="Website"
     2284                                                                de.text="Webseite"  />
     2285                                                <space/>
     2286                           
     2287                           
     2288                                                <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
     2289                                                <space/>
     2290                                                <text key="image"
     2291                                                                text="Image-URL"
     2292                                                                de.text="Bild-URL" nl.text="Foto URL" />
     2293                                                <space/>
     2294                                <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
     2295                   </item>
    22052296   
    2206        <item name="Glacial erratic" de.name="Findling" nl.name="Zwerfsteen" type="node" icon="stein.png">
    2207    
    2208         <key key="natural" value="stone" />
    2209        
    2210         <text key="name" text="Name" nl.text="Naam"/>
    2211        
    2212         <space/>
    2213                
    2214             <label text="For the detailed conservation please use the presets Heritage properties! "
    2215                 de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren"/>
    2216                 <space/>
    2217 
    2218                 <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
    2219                 <space/>
    2220    
    2221        
    2222         <text key="wikipedia"
    2223                         text="Wikipedia Link"
    2224                         de.text="Wikipedia Artikel" nl.text="Wikipedia artikel"
    2225                         fr.text="Lien Wikipédia" />
    2226                 <space/>
    2227                
    2228                 <text key="website"
    2229                         text="Website"
    2230                         de.text="Webseite"  />
    2231                 <space/>
    2232                
    2233                
    2234                 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
    2235                 <space/>
    2236                 <text key="image"
    2237                         text="Image-URL"
    2238                         de.text="Bild-URL" nl.text="Foto URL" />
    2239                 <space/>
    2240         <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
    2241     </item>
    2242 
    2243         <item name="Historic orientation point"
    2244               de.name="Historischer Vermessungspunkt"
    2245               nl.name="Historisch oriëntatie punt"
    2246               type="node" icon="trigpoint.png">
    2247 
    2248         <key key="man_made" value="survey_point" />
    2249         <key key="historic" value="yes" />
    2250 
    2251         <text key="name" text="Name" nl.text="Naam"/>
    2252         <space/>
    2253 
    2254         <label text="For the detailed conservation please use the presets Heritage properties! "
    2255                 de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren"/>
    2256                 <space/>
    2257 
    2258                 <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
    2259                 <space/>
    2260 
    2261 
    2262         <text key="wikipedia"
    2263                         text="Wikipedia Link"
    2264                         de.text="Wikipedia Artikel"
    2265                         fr.text="Lien Wikipédia"
    2266                         nl.text="Wikipedia artikel" />
    2267         <space/>
    2268 
    2269                 <text key="website" text="Website" />
    2270                 <space/>
    2271 
    2272                 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
    2273                 <space/>
    2274                 <text key="image"
    2275                         text="Image-URL"
    2276                         de.text="Bild-URL" nl.text="Foto URL" />
    2277                 <space/>
    2278         <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
    2279     </item>
    2280 
    2281 
    2282 </group>
    2283 
    2284 <group name="Memorial" de.name="Gedenkstätten" icon="memorial.png" >
    2285 
    2286    <item name="Historic Memorial" de.name="Denkmal" nl.name="Historisch gedenkteken" type="node,closedway" icon="memorial.png">
    2287 
    2288       <key key="historic" value="memorial" />
    2289       <text key="name" text="Name" default="" delete_if_empty="true"/>
    2290 
    2291       <text key="inscription" text="inscription" de.text="Inschrift" nl.text="Opschrift" default="" delete_if_empty="true"/>
    2292 
    2293       <space/>
    2294 
    2295       <text key="description" text="description" de.text="Beschreibung" nl.text="Beschrijving" />
    2296 
    2297       <space/>
    2298 
    2299  <label text="For the detailed conservation please use the presets Heritage properties! "
    2300                 de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren"/>
    2301                 <space/>
    2302 
    2303                 <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
    2304                 <space/>
    2305 
    2306 
    2307      
    2308 
    2309       <space/>
    2310 
    2311         <text key="wikipedia"
    2312                         text="Wikipedia Link"
    2313                         de.text="Wikipedia Artikel"
    2314                         fr.text="Lien Wikipédia"
    2315                         nl.text="Wikipedia artikel" />
    2316                 <space/>
    2317 
    2318                 <text key="website" text="Website" />
    2319                 <space/>
    2320 
    2321                 <text key="image"
    2322                         text="Image-URL"
    2323                         de.text="Bild-URL"
    2324                         nl.text="Foto URL" />
    2325                 <space/>
    2326 
    2327                 <combo key="start_date"
    2328                         values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
    2329                         text="start_date"
    2330                         de.text="Baujahr"
    2331                         nl.text="Bouwjaar" />
    2332                 <space/>
    2333 
    2334         <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true" />
    2335 
    2336 
    2337       </item>
    2338 
    2339         <item name="Stolpersteine" de.name="Stolpersteine" nl.name="Stolpersteine" type="node" icon="stern.png">
    2340 
    2341            <key key="historic" value="memorial" />
    2342            <key key="memorial:type" value="stolperstein" />
    2343            <text key="name" text="Name" default="" delete_if_empty="true"/>
    2344            <space/>
    2345 
    2346            <text key="inscription" text="inscription" de.text="Inschrift" nl.text="Opschrift" default="" delete_if_empty="true" />
    2347 
    2348            <space/>
    2349 
    2350            <text key="description" text="description" de.text="Beschreibung" nl.text="Beschrijving" />
    2351 
    2352            <space/>
    2353 
    2354            <text key="memorial:text"
    2355                         text="memorial:text"
    2356                         de.text="Stolperstein-Text"
    2357                         nl.text="Stolperstein Tekst" />
    2358            <space/>
    2359 
    2360            <text key="memorial:ref"
    2361                         text="Referenz"
    2362                         de.text="Referenznummer"
    2363                         nl.text="Referentienummer" />
    2364            <space/>
    2365 
    2366            <text key="memorial:addr" text="Address" de.text="Addresse" nl.text="Adres" delete_if_empty="true" />
    2367 
    2368            <space/>
    2369 
    2370            <text key="wikipedia"
    2371                         text="Wikipedia Link"
    2372                         de.text="Wikipedia Artikel"
    2373                         fr.text="Lien Wikipédia"
    2374                         nl.text="Wikipedia artikel" />
    2375                 <space/>
    2376 
    2377                 <text key="website" text="Website" />
    2378                 <space/>
    2379 
    2380                 <text key="image"
    2381                         text="Image-URL"
    2382                         de.text="Bild-URL"
    2383                         nl.text="Foto URL" />
    2384                 <space/>
    2385 
    2386         <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true" />
    2387 
    2388       </item>
    2389 
    2390       <item name="Memorial (plate)" de.name="Gedenktafel" nl.name="Gedenkplaat" type="node" icon="plate.png">
    2391 
    2392            <key key="historic" value="memorial" />
    2393            <key key="memorial:type" value="plate" />
    2394            <text key="name" text="Name" default="" delete_if_empty="true" />
    2395            <space/>
    2396 
    2397            <label text="For the detailed conservation please use the presets Heritage properties! "
    2398                 de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren"/>
    2399                 <space/>
    2400 
    2401                 <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
    2402                 <space/>
     2297                           <item name="Glacial erratic" de.name="Findling" nl.name="Zwerfsteen" type="node" icon="stein.png">
     2298       
     2299                                <key key="natural" value="stone" />
     2300               
     2301                                <text key="name" text="Name" nl.text="Naam"/>
     2302           
     2303                                <space/>
     2304                               
     2305                                        <label text="For the detailed conservation please use the presets Heritage properties! "
     2306                                                de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren"/>
     2307                                                <space/>
     2308
     2309                                                <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
     2310                                                <space/>
     2311       
     2312               
     2313                                <text key="wikipedia"
     2314                                                                text="Wikipedia Link"
     2315                                                                de.text="Wikipedia Artikel" nl.text="Wikipedia artikel"
     2316                                                                fr.text="Lien Wikipédia" />
     2317                                                <space/>
     2318                               
     2319                                                <text key="website"
     2320                                                                text="Website"
     2321                                                                de.text="Webseite"  />
     2322                                                <space/>
     2323                           
     2324                           
     2325                                                <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
     2326                                                <space/>
     2327                                                <text key="image"
     2328                                                                text="Image-URL"
     2329                                                                de.text="Bild-URL" nl.text="Foto URL" />
     2330                                                <space/>
     2331                                <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
     2332                        </item>
     2333
     2334                                <item name="Historic orientation point"
     2335                                          de.name="Historischer Vermessungspunkt"
     2336                                          nl.name="Historisch oriëntatie punt"
     2337                                          type="node" icon="trigpoint.png">
     2338
     2339                                <key key="man_made" value="survey_point" />
     2340                                <key key="historic" value="yes" />
     2341
     2342                                <text key="name" text="Name" nl.text="Naam"/>
     2343                                <space/>
     2344
     2345                                <label text="For the detailed conservation please use the presets Heritage properties! "
     2346                                                de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren"/>
     2347                                                <space/>
     2348
     2349                                                <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
     2350                                                <space/>
     2351
     2352
     2353                                <text key="wikipedia"
     2354                                                                text="Wikipedia Link"
     2355                                                                de.text="Wikipedia Artikel"
     2356                                                                fr.text="Lien Wikipédia"
     2357                                                                nl.text="Wikipedia artikel" />
     2358                                <space/>
     2359
     2360                                                <text key="website" text="Website" />
     2361                                                <space/>
     2362
     2363                                                <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
     2364                                                <space/>
     2365                                                <text key="image"
     2366                                                                text="Image-URL"
     2367                                                                de.text="Bild-URL" nl.text="Foto URL" />
     2368                                                <space/>
     2369                                <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
     2370                        </item>
     2371
     2372
     2373                </group>
     2374
     2375                <group name="Memorial" de.name="Gedenkstätten" icon="memorial.png" >
     2376
     2377                   <item name="Historic Memorial" de.name="Denkmal" nl.name="Historisch gedenkteken" type="node,closedway" icon="memorial.png">
     2378
     2379                          <key key="historic" value="memorial" />
     2380                          <text key="name" text="Name" default="" delete_if_empty="true"/>
     2381
     2382                          <text key="inscription" text="inscription" de.text="Inschrift" nl.text="Opschrift" default="" delete_if_empty="true"/>
     2383
     2384                          <space/>
     2385
     2386                          <text key="description" text="description" de.text="Beschreibung" nl.text="Beschrijving" />
     2387
     2388                          <space/>
     2389
     2390                <label text="For the detailed conservation please use the presets Heritage properties! "
     2391                                                de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren"/>
     2392                                                <space/>
     2393
     2394                                                <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
     2395                                                <space/>
     2396
     2397
     2398         
     2399
     2400                          <space/>
     2401
     2402                                <text key="wikipedia"
     2403                                                                text="Wikipedia Link"
     2404                                                                de.text="Wikipedia Artikel"
     2405                                                                fr.text="Lien Wikipédia"
     2406                                                                nl.text="Wikipedia artikel" />
     2407                                                <space/>
     2408
     2409                                                <text key="website" text="Website" />
     2410                                                <space/>
     2411
     2412                                                <text key="image"
     2413                                                                text="Image-URL"
     2414                                                                de.text="Bild-URL"
     2415                                                                nl.text="Foto URL" />
     2416                                                <space/>
     2417
     2418                                                <combo key="start_date"
     2419                                                                values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
     2420                                                                text="start_date"
     2421                                                                de.text="Baujahr"
     2422                                                                nl.text="Bouwjaar" />
     2423                                                <space/>
     2424
     2425                                <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true" />
     2426
     2427
     2428                          </item>
     2429
     2430                                <item name="Stolpersteine" de.name="Stolpersteine" nl.name="Stolpersteine" type="node" icon="stern.png">
     2431
     2432                                   <key key="historic" value="memorial" />
     2433                                   <key key="memorial:type" value="stolperstein" />
     2434                                   <text key="name" text="Name" default="" delete_if_empty="true"/>
     2435                                   <space/>
     2436
     2437                                   <text key="inscription" text="inscription" de.text="Inschrift" nl.text="Opschrift" default="" delete_if_empty="true" />
     2438
     2439                                   <space/>
     2440
     2441                                   <text key="description" text="description" de.text="Beschreibung" nl.text="Beschrijving" />
     2442
     2443                                   <space/>
     2444
     2445                                   <text key="memorial:text"
     2446                                                                text="memorial:text"
     2447                                                                de.text="Stolperstein-Text"
     2448                                                                nl.text="Stolperstein Tekst" />
     2449                                   <space/>
     2450
     2451                                   <text key="memorial:ref"
     2452                                                                text="Referenz"
     2453                                                                de.text="Referenznummer"
     2454                                                                nl.text="Referentienummer" />
     2455                                   <space/>
     2456
     2457                                   <text key="memorial:addr" text="Address" de.text="Addresse" nl.text="Adres" delete_if_empty="true" />
     2458
     2459                                   <space/>
     2460
     2461                                   <text key="wikipedia"
     2462                                                                text="Wikipedia Link"
     2463                                                                de.text="Wikipedia Artikel"
     2464                                                                fr.text="Lien Wikipédia"
     2465                                                                nl.text="Wikipedia artikel" />
     2466                                                <space/>
     2467
     2468                                                <text key="website" text="Website" />
     2469                                                <space/>
     2470
     2471                                                <text key="image"
     2472                                                                text="Image-URL"
     2473                                                                de.text="Bild-URL"
     2474                                                                nl.text="Foto URL" />
     2475                                                <space/>
     2476
     2477                                <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true" />
     2478
     2479                          </item>
     2480
     2481                          <item name="Memorial (plate)" de.name="Gedenktafel" nl.name="Gedenkplaat" type="node" icon="plate.png">
     2482
     2483                                   <key key="historic" value="memorial" />
     2484                                   <key key="memorial:type" value="plate" />
     2485                                   <text key="name" text="Name" default="" delete_if_empty="true" />
     2486                                   <space/>
     2487
     2488                                   <label text="For the detailed conservation please use the presets Heritage properties! "
     2489                                                de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren"/>
     2490                                                <space/>
     2491
     2492                                                <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
     2493                                                <space/>
    24032494
    24042495 
    2405            <text key="inscription" text="inscription" de.text="Inschrift" nl.text="Opschrift" default="" delete_if_empty="true" />
    2406      
    2407            <space/>
    2408      
    2409            <text key="description" text="description" de.text="Beschreibung" nl.text="Beschrijving" />
    2410 
    2411            <space/>
    2412 
    2413            <text key="wikipedia"
    2414                         text="Wikipedia Link"
    2415                         de.text="Wikipedia Artikel"
    2416                         fr.text="Lien Wikipédia"
    2417                         nl.text="Wikipedia artikel" />
    2418            <space/>
    2419 
    2420            <text key="website" text="Website" />
    2421            <space/>
    2422 
    2423            <text key="image"
    2424                         text="Image-URL"
    2425                         de.text="Bild-URL" nl.text="Foto URL" />
    2426            <space/>
    2427 
    2428            <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true" /> 
    2429 
    2430       </item>
    2431 
    2432       <item name="Monument" de.name="Monument" type="node,closedway" icon="monument.png">
    2433            <key key="historic" value="monument" />
    2434 
    2435            <label
    2436                text="An object, especially large and made of stone, built to remember and show respect to a person or group of people"
    2437                de.text="Ein besonders großes Objekt, erbaut um an eine Person oder ein Ereignis zu erinnern" />
    2438            <space/>
    2439            <text key="name" text="Name" default="" delete_if_empty="true"/>
    2440 
    2441            <space/>
    2442 
    2443            <text key="description" text="description" de.text="Beschreibung" nl.text="Beschrijving" />
    2444 
    2445            <space/>
    2446 
    2447             <label text="For the detailed conservation please use the presets Heritage properties! "
    2448                 de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren" />
    2449                 <space/>
    2450 
    2451                 <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
    2452                 <space/>
    2453 
    2454 
    2455            
    2456 
    2457        
    2458 
    2459           <combo key="height"
    2460               text="height"
    2461               de.text="Höhe in Metern"
    2462               nl.text="Hoogte in meters"
    2463               default=""
    2464               delete_if_empty="true" >
    2465               <list_entry value="10" display_value="10" />
    2466               <list_entry value="10.5" display_value="10.5" />
    2467        
    2468           </combo>
    2469           <space/>
    2470           <text key="wikipedia"
    2471                         text="Wikipedia Link"
    2472                         de.text="Wikipedia Artikel"
    2473                         fr.text="Lien Wikipédia"
    2474                         nl.text="Wikipedia artikel" />
    2475                 <space/>
    2476            
    2477                 <text key="website" text="Website" />
    2478                 <space/>
    2479 
    2480                 <text key="image"
    2481                         text="Image-URL"
    2482                         de.text="Bild-URL"
    2483                         nl.text="Foto URL" />
    2484                 <space/>
    2485 
    2486                 <combo key="start_date"
    2487                         values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
    2488                         text="start_date"
    2489                         de.text="Baujahr"
    2490                         nl.text="Bouwjaar" />
    2491                 <space/>
    2492 
    2493                 <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
    2494                 <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
    2495                 <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
    2496                 <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
    2497                 <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" />
    2498 
    2499                 <space/>
    2500 
    2501         <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true" />
    2502 
    2503    
    2504     </item>
    2505            <item name="technical_monument" de.name="Technisches Denkmal" type="node,closedway,relation" icon="t-heritage.png">
    2506            <key key="historic" value="technical_monument" />
    2507 
    2508        
    2509            <text key="name" text="Name" default="" delete_if_empty="true"/>
    2510            <space/>
    2511            <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
    2512 
    2513            <space/>
    2514 
    2515            <text key="description" text="description" de.text="Beschreibung" nl.text="Beschrijving" />
    2516 
    2517            <space/>
    2518 
    2519            <label text="For the detailed conservation please use the presets Heritage properties! "
    2520                 de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren" />
    2521                 <space/>
    2522 
    2523                 <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
    2524                 <space/>
    2525 
    2526 
    2527        
    2528 
    2529           <combo key="height"
    2530               text="height"
    2531               de.text="Höhe in Metern"
    2532               nl.text="Hoogte in meters"
    2533               default=""
    2534               delete_if_empty="true" >
    2535               <list_entry value="1" display_value="1" />
    2536               <list_entry value="10.5" display_value="10.5" />
    2537        
    2538           </combo>
    2539           <space/>
    2540           <text key="wikipedia"
    2541                         text="Wikipedia Link"
    2542                         de.text="Wikipedia Artikel"
    2543                         fr.text="Lien Wikipédia"
    2544                         nl.text="Wikipedia artikel" />
    2545                 <space/>
    2546            
    2547                 <text key="website" text="Website" />
    2548                 <space/>
    2549 
    2550                 <text key="image"
    2551                         text="Image-URL"
    2552                         de.text="Bild-URL"
    2553                         nl.text="Foto URL" />
    2554                 <space/>
    2555 
    2556                 <combo key="start_date"
    2557                         values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
    2558                         text="start_date"
    2559                         de.text="Baujahr"
    2560                         nl.text="Bouwjaar" />
    2561                 <space/>
    2562 
    2563                 <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
    2564                 <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
    2565                 <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
    2566                 <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
    2567                 <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" />
    2568 
    2569                 <space/>
    2570 
    2571         <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true" />
    2572 
    2573     </item>
    2574 
    2575 
    2576       <item name="Industrial building (historic)" de.name="Historische Industriebauten" nl.name="Industrieel gebouw met historische waarde" type="node,closedway,relation" icon="industrie.png">
    2577            <key key="historic" value="industrial" />
    2578 
    2579        
    2580            <text key="name" text="Name" default="" delete_if_empty="true"/>
    2581            <space/>
    2582            <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
    2583 
    2584            <space/>
    2585 
    2586            <text key="description" text="description" de.text="Beschreibung" nl.text="Beschrijving" />
    2587 
    2588            <space/>
    2589 
    2590            <label text="For the detailed conservation please use the presets Heritage properties! "
    2591                 de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren"/>
    2592                 <space/>
    2593 
    2594                 <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
    2595                 <space/>
    2596 
    2597 
    2598        
    2599           <text key="wikipedia"
    2600                         text="Wikipedia Link"
    2601                         de.text="Wikipedia Artikel"
    2602                         fr.text="Lien Wikipédia"
    2603                         nl.text="Wikipedia artikel" />
    2604                 <space/>
    2605            
    2606                 <text key="website" text="Website" />
    2607                 <space/>
    2608 
    2609                 <text key="image"
    2610                         text="Image-URL"
    2611                         de.text="Bild-URL"
    2612                         nl.text="Foto URL" />
    2613                 <space/>
    2614 
    2615                 <combo key="start_date"
    2616                         values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
    2617                         text="start_date"
    2618                         de.text="Baujahr"
    2619                         nl.text="Bouwjaar" />
    2620                 <space/>
    2621                 <combo key="end_date"
    2622                     values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
    2623                     text="end_date" />
    2624                    
    2625 
    2626         <space/>
    2627 
    2628 
    2629                 <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
    2630                 <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
    2631                 <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
    2632                 <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
    2633                 <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" />
    2634 
    2635                 <space/>
    2636 
    2637         <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true" />
    2638 
    2639     </item>
    2640 
    2641 
    2642 </group> 
    2643 
    2644 <group name="Place of Worship/Chapel/Shrine/Cross" de.name="Kirchen/Kapellen/Wegkreuze" nl.name="Kerk/Wegkapelletje/Kruisbeeld"  icon="kapelle.png" >
    2645                
     2496                                   <text key="inscription" text="inscription" de.text="Inschrift" nl.text="Opschrift" default="" delete_if_empty="true" />
     2497         
     2498                                   <space/>
     2499         
     2500                                   <text key="description" text="description" de.text="Beschreibung" nl.text="Beschrijving" />
     2501
     2502                                   <space/>
     2503
     2504                                   <text key="wikipedia"
     2505                                                                text="Wikipedia Link"
     2506                                                                de.text="Wikipedia Artikel"
     2507                                                                fr.text="Lien Wikipédia"
     2508                                                                nl.text="Wikipedia artikel" />
     2509                                   <space/>
     2510
     2511                                   <text key="website" text="Website" />
     2512                                   <space/>
     2513
     2514                                   <text key="image"
     2515                                                                text="Image-URL"
     2516                                                                de.text="Bild-URL" nl.text="Foto URL" />
     2517                                   <space/>
     2518
     2519                                   <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true" /> 
     2520
     2521                          </item>
     2522
     2523                          <item name="Monument" de.name="Monument" type="node,closedway" icon="monument.png">
     2524                                   <key key="historic" value="monument" />
     2525
     2526                                   <label
     2527                                           text="An object, especially large and made of stone, built to remember and show respect to a person or group of people"
     2528                                           de.text="Ein besonders großes Objekt, erbaut um an eine Person oder ein Ereignis zu erinnern" />
     2529                                   <space/>
     2530                                   <text key="name" text="Name" default="" delete_if_empty="true"/>
     2531
     2532                                   <space/>
     2533
     2534                                   <text key="description" text="description" de.text="Beschreibung" nl.text="Beschrijving" />
     2535
     2536                                   <space/>
     2537
     2538                                        <label text="For the detailed conservation please use the presets Heritage properties! "
     2539                                                de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren" />
     2540                                                <space/>
     2541
     2542                                                <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
     2543                                                <space/>
     2544
     2545
     2546                   
     2547
     2548               
     2549
     2550                                  <combo key="height"
     2551                                          text="height"
     2552                                          de.text="Höhe in Metern"
     2553                                          nl.text="Hoogte in meters"
     2554                                          default=""
     2555                                          delete_if_empty="true" >
     2556                                          <list_entry value="10" display_value="10" />
     2557                                          <list_entry value="10.5" display_value="10.5" />
     2558           
     2559                                  </combo>
     2560                                  <space/>
     2561                                  <text key="wikipedia"
     2562                                                                text="Wikipedia Link"
     2563                                                                de.text="Wikipedia Artikel"
     2564                                                                fr.text="Lien Wikipédia"
     2565                                                                nl.text="Wikipedia artikel" />
     2566                                                <space/>
     2567                   
     2568                                                <text key="website" text="Website" />
     2569                                                <space/>
     2570
     2571                                                <text key="image"
     2572                                                                text="Image-URL"
     2573                                                                de.text="Bild-URL"
     2574                                                                nl.text="Foto URL" />
     2575                                                <space/>
     2576
     2577                                                <combo key="start_date"
     2578                                                                values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
     2579                                                                text="start_date"
     2580                                                                de.text="Baujahr"
     2581                                                                nl.text="Bouwjaar" />
     2582                                                <space/>
     2583
     2584                                                <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
     2585                                                <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
     2586                                                <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
     2587                                                <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
     2588                                                <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" />
     2589
     2590                                                <space/>
     2591
     2592                                <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true" />
     2593
     2594       
     2595                        </item>
     2596                                   <item name="technical_monument" de.name="Technisches Denkmal" type="node,closedway,relation" icon="t-heritage.png">
     2597                                   <key key="historic" value="technical_monument" />
     2598
     2599               
     2600                                   <text key="name" text="Name" default="" delete_if_empty="true"/>
     2601                           <space/>
     2602                           <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
     2603
     2604                                   <space/>
     2605
     2606                                   <text key="description" text="description" de.text="Beschreibung" nl.text="Beschrijving" />
     2607
     2608                                   <space/>
     2609
     2610                                   <label text="For the detailed conservation please use the presets Heritage properties! "
     2611                                                de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren" />
     2612                                                <space/>
     2613
     2614                                                <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
     2615                                                <space/>
     2616
     2617
     2618               
     2619
     2620                                  <combo key="height"
     2621                                          text="height"
     2622                                          de.text="Höhe in Metern"
     2623                                          nl.text="Hoogte in meters"
     2624                                          default=""
     2625                                          delete_if_empty="true" >
     2626                                          <list_entry value="1" display_value="1" />
     2627                                          <list_entry value="10.5" display_value="10.5" />
     2628           
     2629                                  </combo>
     2630                                  <space/>
     2631                                  <text key="wikipedia"
     2632                                                                text="Wikipedia Link"
     2633                                                                de.text="Wikipedia Artikel"
     2634                                                                fr.text="Lien Wikipédia"
     2635                                                                nl.text="Wikipedia artikel" />
     2636                                                <space/>
     2637                   
     2638                                                <text key="website" text="Website" />
     2639                                                <space/>
     2640
     2641                                                <text key="image"
     2642                                                                text="Image-URL"
     2643                                                                de.text="Bild-URL"
     2644                                                                nl.text="Foto URL" />
     2645                                                <space/>
     2646
     2647                                                <combo key="start_date"
     2648                                                                values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
     2649                                                                text="start_date"
     2650                                                                de.text="Baujahr"
     2651                                                                nl.text="Bouwjaar" />
     2652                                                <space/>
     2653
     2654                                                <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
     2655                                                <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
     2656                                                <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
     2657                                                <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
     2658                                                <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" />
     2659
     2660                                                <space/>
     2661
     2662                                <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true" />
     2663
     2664                        </item>
     2665
     2666
     2667                          <item name="Industrial building (historic)" de.name="Historische Industriebauten" nl.name="Industrieel gebouw met historische waarde" type="node,closedway,relation" icon="industrie.png">
     2668                                   <key key="historic" value="industrial" />
     2669
     2670               
     2671                                   <text key="name" text="Name" default="" delete_if_empty="true"/>
     2672                           <space/>
     2673                           <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
     2674
     2675                                   <space/>
     2676
     2677                                   <text key="description" text="description" de.text="Beschreibung" nl.text="Beschrijving" />
     2678
     2679                                   <space/>
     2680
     2681                                   <label text="For the detailed conservation please use the presets Heritage properties! "
     2682                                                de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren"/>
     2683                                                <space/>
     2684
     2685                                                <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
     2686                                                <space/>
     2687
     2688
     2689           
     2690                                  <text key="wikipedia"
     2691                                                                text="Wikipedia Link"
     2692                                                                de.text="Wikipedia Artikel"
     2693                                                                fr.text="Lien Wikipédia"
     2694                                                                nl.text="Wikipedia artikel" />
     2695                                                <space/>
     2696                   
     2697                                                <text key="website" text="Website" />
     2698                                                <space/>
     2699
     2700                                                <text key="image"
     2701                                                                text="Image-URL"
     2702                                                                de.text="Bild-URL"
     2703                                                                nl.text="Foto URL" />
     2704                                                <space/>
     2705
     2706                                                <combo key="start_date"
     2707                                                                values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
     2708                                                                text="start_date"
     2709                                                                de.text="Baujahr"
     2710                                                                nl.text="Bouwjaar" />
     2711                                                <space/>
     2712                                                <combo key="end_date"
     2713                                                        values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
     2714                                                        text="end_date" />
     2715                                       
     2716
     2717                                <space/>
     2718
     2719
     2720                                                <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
     2721                                                <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
     2722                                                <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
     2723                                                <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
     2724                                                <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" />
     2725
     2726                                                <space/>
     2727
     2728                                <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true" />
     2729
     2730                        </item>
     2731
     2732
     2733                </group> 
     2734
     2735                <group name="Place of Worship/Chapel/Shrine/Cross" de.name="Kirchen/Kapellen/Wegkreuze" nl.name="Kerk/Wegkapelletje/Kruisbeeld"  icon="kapelle.png" >
     2736                               
    26462737 
    26472738 
    2648     <item name="Place of Worship" de.name="Kirche" nl.name="Kerk" type="node,closedway,relation" icon="kirche.png">
    2649            <key key="amenity" value="place_of_worship" />
    2650 
    2651        
    2652            <text key="name" text="Name" default="" delete_if_empty="true"/>
    2653            <space/>
    2654            <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
    2655 
    2656            <space/>
    2657                        
    2658 
    2659            <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" />               
    2660            <space/>
    2661 
    2662            <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" />                       
    2663            <space/>
    2664 
    2665            <text key="description" text="description" de.text="Beschreibung" nl.text="Beschrijving" />
    2666 
    2667            <space/>
    2668 
    2669           <label text="For the detailed conservation please use the presets Heritage properties! "
    2670                 de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren"/>
    2671                 <space/>
    2672 
    2673                 <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
    2674                 <space/>
    2675 
    2676 
    2677          
    2678 
    2679      
    2680           <space/>
    2681           <text key="wikipedia"
    2682                         text="Wikipedia Link"
    2683                         de.text="Wikipedia Artikel"
    2684                         fr.text="Lien Wikipédia"
    2685                         nl.text="Wikipedia artikel" />
    2686                 <space/>
    2687            
    2688                 <text key="website" text="Website" />
    2689                 <space/>
    2690 
    2691                 <text key="image"
    2692                         text="Image-URL"
    2693                         de.text="Bild-URL"
    2694                         nl.text="Foto URL" />
    2695                 <space/>
    2696 
    2697                 <combo key="start_date"
    2698                         values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
    2699                         text="start_date"
    2700                         de.text="Baujahr"
    2701                         nl.text="Bouwjaar" />
    2702                 <space/>
    2703 
    2704                 <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
    2705                 <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
    2706                 <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
    2707                 <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
    2708                 <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" />
    2709 
    2710                 <space/>
    2711 
    2712         <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true" />
    2713 
    2714     </item>
    2715     <item name="Chapel" de.name="Kapelle"  nl.name="Kapel" type="node,closedway" icon="kapelle.png">
    2716            <key key="building" value="chapel" />
    2717            <key key="historic" value="yes" />
    2718 
    2719        
    2720            <text key="name" text="Name" default="" delete_if_empty="true"/>
    2721            <space/>
    2722            <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
    2723 
    2724            <space/>
     2739                        <item name="Place of Worship" de.name="Kirche" nl.name="Kerk" type="node,closedway,relation" icon="kirche.png">
     2740                                   <key key="amenity" value="place_of_worship" />
     2741
     2742               
     2743                                   <text key="name" text="Name" default="" delete_if_empty="true"/>
     2744                           <space/>
     2745                           <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
     2746
     2747                                   <space/>
     2748                                       
     2749
     2750                                   <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" />               
     2751                                   <space/>
     2752
     2753                                   <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" />                       
     2754                                   <space/>
     2755
     2756                                   <text key="description" text="description" de.text="Beschreibung" nl.text="Beschrijving" />
     2757
     2758                                   <space/>
     2759
     2760                                  <label text="For the detailed conservation please use the presets Heritage properties! "
     2761                                                de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren"/>
     2762                                                <space/>
     2763
     2764                                                <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
     2765                                                <space/>
     2766
     2767
     2768                 
     2769
     2770         
     2771                                  <space/>
     2772                                  <text key="wikipedia"
     2773                                                                text="Wikipedia Link"
     2774                                                                de.text="Wikipedia Artikel"
     2775                                                                fr.text="Lien Wikipédia"
     2776                                                                nl.text="Wikipedia artikel" />
     2777                                                <space/>
     2778                   
     2779                                                <text key="website" text="Website" />
     2780                                                <space/>
     2781
     2782                                                <text key="image"
     2783                                                                text="Image-URL"
     2784                                                                de.text="Bild-URL"
     2785                                                                nl.text="Foto URL" />
     2786                                                <space/>
     2787
     2788                                                <combo key="start_date"
     2789                                                                values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
     2790                                                                text="start_date"
     2791                                                                de.text="Baujahr"
     2792                                                                nl.text="Bouwjaar" />
     2793                                                <space/>
     2794
     2795                                                <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
     2796                                                <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
     2797                                                <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
     2798                                                <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
     2799                                                <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" />
     2800
     2801                                                <space/>
     2802
     2803                                <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true" />
     2804
     2805                        </item>
     2806                        <item name="Chapel" de.name="Kapelle"  nl.name="Kapel" type="node,closedway" icon="kapelle.png">
     2807                                   <key key="building" value="chapel" />
     2808                           <key key="historic" value="yes" />
     2809
     2810               
     2811                                   <text key="name" text="Name" default="" delete_if_empty="true"/>
     2812                           <space/>
     2813                           <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
     2814
     2815                                   <space/>
    27252816           
    2726            <check key="ruins" text="ruins" de.text="Ruine" nl.text="Ruïne" default="off" delete_if_empty="true" />
     2817                           <check key="ruins" text="ruins" de.text="Ruine" nl.text="Ruïne" default="off" delete_if_empty="true" />
    27272818           
    2728            <space/>
    2729 
    2730            <text key="description" text="description" de.text="Beschreibung" nl.text="Beschrijving" />
    2731 
    2732            <space/>
    2733 
    2734            <label text="For the detailed conservation please use the presets Heritage properties! "
    2735                 de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren"/>
    2736                 <space/>
    2737 
    2738                 <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
    2739                 <space/>
    2740 
    2741 
    2742           <text key="wikipedia"
    2743                         text="Wikipedia Link"
    2744                         de.text="Wikipedia Artikel"
    2745                         fr.text="Lien Wikipédia"
    2746                         nl.text="Wikipedia artikel" />
    2747                 <space/>
    2748            
    2749                 <text key="website" text="Website" />
    2750                 <space/>
    2751 
    2752                 <text key="image"
    2753                         text="Image-URL"
    2754                         de.text="Bild-URL"
    2755                         nl.text="Foto URL" />
    2756                 <space/>
    2757 
    2758                 <combo key="start_date"
    2759                         values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
    2760                         text="start_date"
    2761                         de.text="Baujahr"
    2762                         nl.text="Bouwjaar" />
    2763                 <space/>
    2764 
    2765                 <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
    2766                 <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
    2767                 <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
    2768                 <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
    2769                 <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" />
    2770 
    2771                 <space/>
    2772 
    2773         <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true" />
    2774 
    2775     </item>
    2776           <item name="Wayside chapel" de.name="Wegekapelle/Kapellenbildstock" nl.name="Wegkapelletje" type="node,closedway" icon="kapelle.png">
    2777            <key key="historic" value="wayside_chapel" />
     2819                           <space/>
     2820
     2821                                   <text key="description" text="description" de.text="Beschreibung" nl.text="Beschrijving" />
     2822
     2823                                   <space/>
     2824
     2825                                   <label text="For the detailed conservation please use the presets Heritage properties! "
     2826                                                de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren"/>
     2827                                                <space/>
     2828
     2829                                                <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
     2830                                                <space/>
     2831
     2832
     2833                                  <text key="wikipedia"
     2834                                                                text="Wikipedia Link"
     2835                                                                de.text="Wikipedia Artikel"
     2836                                                                fr.text="Lien Wikipédia"
     2837                                                                nl.text="Wikipedia artikel" />
     2838                                                <space/>
     2839                   
     2840                                                <text key="website" text="Website" />
     2841                                                <space/>
     2842
     2843                                                <text key="image"
     2844                                                                text="Image-URL"
     2845                                                                de.text="Bild-URL"
     2846                                                                nl.text="Foto URL" />
     2847                                                <space/>
     2848
     2849                                                <combo key="start_date"
     2850                                                                values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
     2851                                                                text="start_date"
     2852                                                                de.text="Baujahr"
     2853                                                                nl.text="Bouwjaar" />
     2854                                                <space/>
     2855
     2856                                                <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
     2857                                                <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
     2858                                                <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
     2859                                                <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
     2860                                                <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" />
     2861
     2862                                                <space/>
     2863
     2864                                <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true" />
     2865
     2866                        </item>
     2867                          <item name="Wayside chapel" de.name="Wegekapelle/Kapellenbildstock" nl.name="Wegkapelletje" type="node,closedway" icon="kapelle.png">
     2868                                   <key key="historic" value="wayside_chapel" />
    27782869           
    27792870
    2780        
    2781            <text key="name" text="Name" default="" delete_if_empty="true"/>
    2782            <space/>
    2783            <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
    2784 
    2785            <space/>
     2871               
     2872                                   <text key="name" text="Name" default="" delete_if_empty="true"/>
     2873                           <space/>
     2874                           <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
     2875
     2876                                   <space/>
    27862877           
    2787            <check key="ruins" text="ruins" de.text="Ruine" nl.text="Ruïne" default="off" delete_if_empty="true" />
     2878                           <check key="ruins" text="ruins" de.text="Ruine" nl.text="Ruïne" default="off" delete_if_empty="true" />
    27882879           
    2789            <space/>
    2790 
    2791            <text key="description" text="description" de.text="Beschreibung" nl.text="Beschrijving" />
    2792 
    2793            <space/>
    2794 
    2795            <label text="For the detailed conservation please use the presets Heritage properties! "
    2796                 de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren"/>
    2797                 <space/>
    2798 
    2799                 <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
    2800                 <space/>
    2801 
    2802 
    2803          
    2804           <text key="wikipedia"
    2805                         text="Wikipedia Link"
    2806                         de.text="Wikipedia Artikel"
    2807                         fr.text="Lien Wikipédia"
    2808                         nl.text="Wikipedia artikel" />
    2809                 <space/>
    2810            
    2811                 <text key="website" text="Website" />
    2812                 <space/>
    2813 
    2814                 <text key="image"
    2815                         text="Image-URL"
    2816                         de.text="Bild-URL"
    2817                         nl.text="Foto URL" />
    2818                 <space/>
    2819 
    2820                 <combo key="start_date"
    2821                         values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
    2822                         text="start_date"
    2823                         de.text="Baujahr"
    2824                         nl.text="Bouwjaar" />
    2825                 <space/>
    2826 
    2827                 <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
    2828                 <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
    2829                 <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
    2830                 <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
    2831                 <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" />
    2832 
    2833                 <space/>
    2834 
    2835         <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true" />
    2836 
    2837     </item>
    2838     <item name="Wayside shrine" de.name="Bildstock" nl.name="Schrijn (langs de weg)" type="node,closedway" icon="shrine.png">
    2839            <key key="historic" value="wayside_shrine" />
     2880                           <space/>
     2881
     2882                                   <text key="description" text="description" de.text="Beschreibung" nl.text="Beschrijving" />
     2883
     2884                                   <space/>
     2885
     2886                                   <label text="For the detailed conservation please use the presets Heritage properties! "
     2887                                                de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren"/>
     2888                                                <space/>
     2889
     2890                                                <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
     2891                                                <space/>
     2892
     2893
     2894                 
     2895                                  <text key="wikipedia"
     2896                                                                text="Wikipedia Link"
     2897                                                                de.text="Wikipedia Artikel"
     2898                                                                fr.text="Lien Wikipédia"
     2899                                                                nl.text="Wikipedia artikel" />
     2900                                                <space/>
     2901                   
     2902                                                <text key="website" text="Website" />
     2903                                                <space/>
     2904
     2905                                                <text key="image"
     2906                                                                text="Image-URL"
     2907                                                                de.text="Bild-URL"
     2908                                                                nl.text="Foto URL" />
     2909                                                <space/>
     2910
     2911                                                <combo key="start_date"
     2912                                                                values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
     2913                                                                text="start_date"
     2914                                                                de.text="Baujahr"
     2915                                                                nl.text="Bouwjaar" />
     2916                                                <space/>
     2917
     2918                                                <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
     2919                                                <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
     2920                                                <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
     2921                                                <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
     2922                                                <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" />
     2923
     2924                                                <space/>
     2925
     2926                                <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true" />
     2927
     2928                        </item>
     2929                        <item name="Wayside shrine" de.name="Bildstock" nl.name="Schrijn (langs de weg)" type="node,closedway" icon="shrine.png">
     2930                                   <key key="historic" value="wayside_shrine" />
    28402931           
    28412932
    2842        
    2843            <text key="name" text="Name" default="" delete_if_empty="true"/>
    2844            <space/>
    2845            <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
     2933               
     2934                                   <text key="name" text="Name" default="" delete_if_empty="true"/>
     2935                           <space/>
     2936                           <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
    28462937
    28472938           
    2848            <space/>
    2849 
    2850            <text key="description" text="description" de.text="Beschreibung" nl.text="Beschrijving" />
    2851 
    2852            <space/>
    2853 
    2854            <label text="For the detailed conservation please use the presets Heritage properties! "
    2855                 de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren"/>
    2856                 <space/>
    2857 
    2858                 <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
    2859                 <space/>
    2860 
    2861 
    2862          
    2863           <text key="wikipedia"
    2864                         text="Wikipedia Link"
    2865                         de.text="Wikipedia Artikel"
    2866                         fr.text="Lien Wikipédia"
    2867                         nl.text="Wikipedia artikel" />
    2868                 <space/>
    2869            
    2870                 <text key="website" text="Website" />
    2871                 <space/>
    2872 
    2873                 <text key="image"
    2874                         text="Image-URL"
    2875                         de.text="Bild-URL"
    2876                         nl.text="Foto URL" />
    2877                 <space/>
    2878 
    2879                 <combo key="start_date"
    2880                         values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
    2881                         text="start_date"
    2882                         de.text="Baujahr"
    2883                         nl.text="Bouwjaar" />
    2884                 <space/>
    2885 
    2886                 <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
    2887                 <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
    2888                 <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
    2889                 <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
    2890                 <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" />
    2891 
    2892                 <space/>
    2893 
    2894         <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true" />
    2895 
    2896     </item>
    2897           <item name="Wayside cross" de.name="Wegkreuz" nl.name="Kruisbeeld (langs de weg)" type="node,closedway" icon="cross.png">
    2898            <key key="historic" value="wayside_cross" />
     2939                           <space/>
     2940
     2941                                   <text key="description" text="description" de.text="Beschreibung" nl.text="Beschrijving" />
     2942
     2943                                   <space/>
     2944
     2945                                   <label text="For the detailed conservation please use the presets Heritage properties! "
     2946                                                de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren"/>
     2947                                                <space/>
     2948
     2949                                                <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
     2950                                                <space/>
     2951
     2952
     2953                 
     2954                                  <text key="wikipedia"
     2955                                                                text="Wikipedia Link"
     2956                                                                de.text="Wikipedia Artikel"
     2957                                                                fr.text="Lien Wikipédia"
     2958                                                                nl.text="Wikipedia artikel" />
     2959                                                <space/>
     2960                   
     2961                                                <text key="website" text="Website" />
     2962                                                <space/>
     2963
     2964                                                <text key="image"
     2965                                                                text="Image-URL"
     2966                                                                de.text="Bild-URL"
     2967                                                                nl.text="Foto URL" />
     2968                                                <space/>
     2969
     2970                                                <combo key="start_date"
     2971                                                                values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
     2972                                                                text="start_date"
     2973                                                                de.text="Baujahr"
     2974                                                                nl.text="Bouwjaar" />
     2975                                                <space/>
     2976
     2977                                                <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
     2978                                                <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
     2979                                                <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
     2980                                                <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
     2981                                                <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" />
     2982
     2983                                                <space/>
     2984
     2985                                <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true" />
     2986
     2987                        </item>
     2988                                  <item name="Wayside cross" de.name="Wegkreuz" nl.name="Kruisbeeld (langs de weg)" type="node,closedway" icon="cross.png">
     2989                                   <key key="historic" value="wayside_cross" />
    28992990           
    29002991
    2901        
    2902            <text key="name" text="Name" default="" delete_if_empty="true"/>
    2903            <space/>
    2904            <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
     2992               
     2993                                   <text key="name" text="Name" default="" delete_if_empty="true"/>
     2994                           <space/>
     2995                           <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
    29052996
    29062997           
    2907            <space/>
    2908 
    2909            <text key="description" text="description" de.text="Beschreibung" nl.text="Beschrijving" />
    2910 
    2911            <space/>
    2912 
    2913           <label text="For the detailed conservation please use the presets Heritage properties! "
    2914                 de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren" />
    2915                 <space/>
    2916 
    2917                 <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
    2918                 <space/>
    2919 
    2920 
    2921            
    2922           <text key="wikipedia"
    2923                         text="Wikipedia Link"
    2924                         de.text="Wikipedia Artikel"
    2925                         fr.text="Lien Wikipédia"
    2926                         nl.text="Wikipedia artikel" />
    2927                 <space/>
    2928            
    2929                 <text key="website" text="Website" />
    2930                 <space/>
    2931 
    2932                 <text key="image"
    2933                         text="Image-URL"
    2934                         de.text="Bild-URL"
    2935                         nl.text="Foto URL" />
    2936                 <space/>
    2937 
    2938                 <combo key="start_date"
    2939                         values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
    2940                         text="start_date"
    2941                         de.text="Baujahr"
    2942                         nl.text="Bouwjaar" />
    2943        
    2944 
    2945         <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true" />
    2946 
    2947     </item>
    2948 
    2949           <item name="Cross on mountain top" de.name="Gipfelkreuz" nl.name="Kruis op bergtop" type="node" icon="peakcross.png">
    2950            <key key="man_made" value="cross" />
    2951            <key key="summit:cross" value="yes" />
     2998                           <space/>
     2999
     3000                                   <text key="description" text="description" de.text="Beschreibung" nl.text="Beschrijving" />
     3001
     3002                                   <space/>
     3003
     3004                                  <label text="For the detailed conservation please use the presets Heritage properties! "
     3005                                                de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren" />
     3006                                                <space/>
     3007
     3008                                                <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
     3009                                                <space/>
     3010
     3011
     3012                   
     3013                                  <text key="wikipedia"
     3014                                                                text="Wikipedia Link"
     3015                                                                de.text="Wikipedia Artikel"
     3016                                                                fr.text="Lien Wikipédia"
     3017                                                                nl.text="Wikipedia artikel" />
     3018                                                <space/>
     3019                   
     3020                                                <text key="website" text="Website" />
     3021                                                <space/>
     3022
     3023                                                <text key="image"
     3024                                                                text="Image-URL"
     3025                                                                de.text="Bild-URL"
     3026                                                                nl.text="Foto URL" />
     3027                                                <space/>
     3028
     3029                                                <combo key="start_date"
     3030                                                                values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
     3031                                                                text="start_date"
     3032                                                                de.text="Baujahr"
     3033                                                                nl.text="Bouwjaar" />
     3034               
     3035
     3036                                <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true" />
     3037
     3038                        </item>
     3039
     3040                                  <item name="Cross on mountain top" de.name="Gipfelkreuz" nl.name="Kruis op bergtop" type="node" icon="peakcross.png">
     3041                                   <key key="man_made" value="cross" />
     3042                                   <key key="summit:cross" value="yes" />
    29523043           
    29533044
    2954        
    2955            <text key="name" text="Name" default="" delete_if_empty="true"/>
    2956            <space/>
    2957            <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
     3045               
     3046                                   <text key="name" text="Name" default="" delete_if_empty="true"/>
     3047                           <space/>
     3048                           <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
    29583049
    29593050           
    2960            <space/>
    2961 
    2962            <text key="description" text="description" de.text="Beschreibung" nl.text="Beschrijving" />
    2963 
    2964            <space/>
    2965 
    2966            <label text="For the detailed conservation please use the presets Heritage properties! "
    2967                 de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren" />
    2968                 <space/>
    2969 
    2970                 <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
    2971                 <space/>
    2972 
    2973 
    2974          
    2975           <text key="wikipedia"
    2976                         text="Wikipedia Link"
    2977                         de.text="Wikipedia Artikel"
    2978                         fr.text="Lien Wikipédia"
    2979                         nl.text="Wikipedia artikel" />
    2980                 <space/>
    2981            
    2982                 <text key="website" text="Website" />
    2983                 <space/>
    2984 
    2985                 <text key="image"
    2986                         text="Image-URL"
    2987                         de.text="Bild-URL"
    2988                         nl.text="Foto URL" />
    2989                 <space/>
    2990 
    2991                 <combo key="start_date"
    2992                         values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
    2993                         text="start_date"
    2994                         de.text="Baujahr"
    2995                         nl.text="Bouwjaar" />
    2996        
    2997 
    2998         <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true" />
    2999 
    3000     </item>
     3051                           <space/>
     3052
     3053                                   <text key="description" text="description" de.text="Beschreibung" nl.text="Beschrijving" />
     3054
     3055                                   <space/>
     3056
     3057                                   <label text="For the detailed conservation please use the presets Heritage properties! "
     3058                                                de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren" />
     3059                                                <space/>
     3060
     3061                                                <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
     3062                                                <space/>
     3063
     3064
     3065                 
     3066                                  <text key="wikipedia"
     3067                                                                text="Wikipedia Link"
     3068                                                                de.text="Wikipedia Artikel"
     3069                                                                fr.text="Lien Wikipédia"
     3070                                                                nl.text="Wikipedia artikel" />
     3071                                                <space/>
     3072                   
     3073                                                <text key="website" text="Website" />
     3074                                                <space/>
     3075
     3076                                                <text key="image"
     3077                                                                text="Image-URL"
     3078                                                                de.text="Bild-URL"
     3079                                                                nl.text="Foto URL" />
     3080                                                <space/>
     3081
     3082                                                <combo key="start_date"
     3083                                                                values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
     3084                                                                text="start_date"
     3085                                                                de.text="Baujahr"
     3086                                                                nl.text="Bouwjaar" />
     3087               
     3088
     3089                                <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true" />
     3090
     3091                        </item>
    30013092 
    30023093 
    3003 </group> 
    3004 
    3005 <group name="Tower" de.name="Türme"  nl.name="Toren" icon="turm.png" >
    3006                
     3094                </group> 
     3095
     3096                <group name="Tower" de.name="Türme"  nl.name="Toren" icon="turm.png" >
     3097                               
    30073098 
    30083099 
    3009      <item name="Tower" de.name="Turm" nl.name="Toren" type="node,closedway,relation" icon="turm.png">
    3010            <key key="man_made" value="tower" />
    3011            <key key="historic" value="yes" />
    3012 
    3013 
    3014          
    3015            <text key="name" text="Name" default="" delete_if_empty="true"/>
    3016            <space/>
    3017            <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
    3018 
    3019            <space/>
    3020                          
    3021 
    3022 
    3023            <text key="description" text="description" de.text="Beschreibung" nl.text="Beschrijving" />
    3024 
    3025            <space/>
    3026 
    3027             <label text="For the detailed conservation please use the presets Heritage properties! "
    3028                 de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren"/>
    3029                 <space/>
    3030 
    3031                 <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
    3032                 <space/>
    3033 
    3034 
    3035          
    3036 
    3037            <check key="ruins" text="Ruins" de.text="Ruine" nl.text="ruïne" default="off" delete_if_empty="true" />
    3038          
    3039 
    3040      
    3041           <space/>
    3042           <text key="wikipedia"
    3043                         text="Wikipedia Link"
    3044                         de.text="Wikipedia Artikel"
    3045                         fr.text="Lien Wikipédia"
    3046                         nl.text="Wikipedia artikel" />
    3047                 <space/>
    3048            
    3049                 <text key="website" text="Website" />
    3050                 <space/>
    3051 
    3052                 <text key="image"
    3053                         text="Image-URL"
    3054                         de.text="Bild-URL"
    3055                         nl.text="Foto URL" />
    3056                 <space/>
    3057 
    3058                 <combo key="start_date"
    3059                         values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
    3060                         text="start_date"
    3061                         de.text="Baujahr"
    3062                         nl.text="Bouwjaar" />
    3063                 <space/>
    3064 
    3065                 <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
    3066                 <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
    3067                 <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
    3068                 <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
    3069                 <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" />
    3070 
    3071                 <space/>
    3072 
    3073         <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true" />
    3074 
    3075     </item>
    3076 <item name="Observation tower" de.name="Aussichtsturm" nl.name="Observatietoren " type="node,closedway,relation" icon="aussichtsturm.png">
    3077            <key key="man_made" value="tower" />
    3078            <key key="historic" value="yes" />
    3079            <key key="tower:type" value="observation" />
    3080 
    3081          
    3082            <text key="name" text="Name" default="" delete_if_empty="true"/>
    3083            <space/>
    3084            <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
    3085 
    3086            <space/>
    3087                          
    3088 
    3089 
    3090            <text key="description" text="description" de.text="Beschreibung" nl.text="Beschrijving" />
    3091 
    3092            <space/>
    3093 
    3094            <label text="For the detailed conservation please use the presets Heritage properties! "
    3095                 de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren"/>
    3096                 <space/>
    3097 
    3098                 <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
    3099                 <space/>
    3100 
    3101 
    3102          
    3103 
    3104            <check key="ruins" text="Ruins" de.text="Ruine" nl.text="ruïne" default="off" delete_if_empty="true" />
    3105          
    3106 
    3107      
    3108           <space/>
    3109           <text key="wikipedia"
    3110                         text="Wikipedia Link"
    3111                         de.text="Wikipedia Artikel"
    3112                         fr.text="Lien Wikipédia"
    3113                         nl.text="Wikipedia artikel" />
    3114                 <space/>
    3115            
    3116                 <text key="website" text="Website" />
    3117                 <space/>
    3118 
    3119                 <text key="image"
    3120                         text="Image-URL"
    3121                         de.text="Bild-URL"
    3122                         nl.text="Foto URL" />
    3123                 <space/>
    3124 
    3125                 <combo key="start_date"
    3126                         values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
    3127                         text="start_date"
    3128                         de.text="Baujahr"
    3129                         nl.text="Bouwjaar" />
    3130                 <space/>
    3131 
    3132                 <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
    3133                 <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
    3134                 <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
    3135                 <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
    3136                 <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" />
    3137 
    3138                 <space/>
    3139 
    3140         <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true" />
    3141 
    3142     </item>
    3143 <item name="Belfry" de.name="Glockenturm" nl.name="Belfort" type="node,closedway,relation" icon="belltower.png">
    3144            <key key="man_made" value="tower" />
    3145            <key key="historic" value="yes" />
    3146            <key key="tower:type" value="bell_tower" />
    3147 
    3148          
    3149            <text key="name" text="Name" default="" delete_if_empty="true"/>
    3150            <space/>
    3151            <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
    3152 
    3153            <space/>
    3154                          
    3155 
    3156 
    3157            <text key="description" text="description" de.text="Beschreibung" nl.text="Beschrijving" />
    3158 
    3159            <space/>
    3160 
    3161             <label text="For the detailed conservation please use the presets Heritage properties! "
    3162                 de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren"/>
    3163                 <space/>
    3164 
    3165                 <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
    3166                 <space/>
    3167 
    3168 
    3169          
    3170 
    3171            <check key="ruins" text="Ruins" de.text="Ruine" nl.text="ruïne" default="off" delete_if_empty="true" />
    3172          
    3173 
    3174      
    3175           <space/>
    3176           <text key="wikipedia"
    3177                         text="Wikipedia Link"
    3178                         de.text="Wikipedia Artikel"
    3179                         fr.text="Lien Wikipédia"
    3180                         nl.text="Wikipedia artikel" />
    3181                 <space/>
    3182            
    3183                 <text key="website" text="Website" />
    3184                 <space/>
    3185 
    3186                 <text key="image"
    3187                         text="Image-URL"
    3188                         de.text="Bild-URL"
    3189                         nl.text="Foto URL" />
    3190                 <space/>
    3191 
    3192                 <combo key="start_date"
    3193                         values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
    3194                         text="start_date"
    3195                         de.text="Baujahr"
    3196                         nl.text="Bouwjaar" />
    3197                 <space/>
    3198 
    3199                 <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
    3200                 <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
    3201                 <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
    3202                 <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
    3203                 <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" />
    3204 
    3205                 <space/>
    3206 
    3207         <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true" />
    3208 
    3209     </item>
    3210 <item name="Water tower" de.name="Wasserturm" nl.name="Watertoren" type="node,closedway,relation" icon="watertower.png">
    3211            <key key="man_made" value="water_tower" />
    3212            <key key="historic" value="yes" />
    3213          
    3214 
    3215          
    3216            <text key="name" text="Name" default="" delete_if_empty="true"/>
    3217            <space/>
    3218            <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
    3219 
    3220            <space/>
    3221                          
    3222 
    3223 
    3224            <text key="description" text="description" de.text="Beschreibung" nl.text="Beschrijving" />
    3225 
    3226            <space/>
    3227 
    3228             <label text="For the detailed conservation please use the presets Heritage properties! "
    3229                 de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren" />
    3230                 <space/>
    3231 
    3232                 <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
    3233                 <space/>
    3234 
    3235 
    3236          
    3237 
    3238            <check key="ruins" text="Ruins" de.text="Ruine" nl.text="ruïne" default="off" delete_if_empty="true" />
    3239          
    3240 
    3241      
    3242           <space/>
    3243           <text key="wikipedia"
    3244                         text="Wikipedia Link"
    3245                         de.text="Wikipedia Artikel"
    3246                         fr.text="Lien Wikipédia"
    3247                         nl.text="Wikipedia artikel" />
    3248                 <space/>
    3249            
    3250                 <text key="website" text="Website" />
    3251                 <space/>
    3252 
    3253                 <text key="image"
    3254                         text="Image-URL"
    3255                         de.text="Bild-URL"
    3256                         nl.text="Foto URL" />
    3257                 <space/>
    3258 
    3259                 <combo key="start_date"
    3260                         values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
    3261                         text="start_date"
    3262                         de.text="Baujahr"
    3263                         nl.text="Bouwjaar" />
    3264                 <space/>
    3265 
    3266                 <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
    3267                 <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
    3268                 <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
    3269                 <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
    3270                 <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" />
    3271 
    3272                 <space/>
    3273 
    3274         <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true" />
    3275 
    3276     </item>
    3277          <item name="Lighthouse" de.name="Leuchtturm" nl.name="Vuurtoren" type="node,closedway,relation" icon="leuchtturm.png">
    3278            <key key="man_made" value="lighthouse" />
    3279            <key key="historic" value="yes" />
    3280          
    3281 
    3282          
    3283            <text key="name" text="Name" default="" delete_if_empty="true"/>
    3284            <space/>
    3285            <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
    3286 
    3287            <space/>
    3288                          
    3289 
    3290 
    3291            <text key="description" text="description" de.text="Beschreibung" nl.text="Beschrijving" />
    3292 
    3293            <space/>
    3294 
    3295                <label text="For the detailed conservation please use the presets Heritage properties! "
    3296                 de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren"/>
    3297                 <space/>
    3298 
    3299                 <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
    3300                 <space/>
    3301 
    3302 
    3303          
    3304 
    3305            <check key="ruins" text="Ruins" de.text="Ruine" nl.text="ruïne" default="off" delete_if_empty="true" />
    3306          
    3307 
    3308      
    3309           <space/>
    3310           <text key="wikipedia"
    3311                         text="Wikipedia Link"
    3312                         de.text="Wikipedia Artikel"
    3313                         fr.text="Lien Wikipédia"
    3314                         nl.text="Wikipedia artikel" />
    3315                 <space/>
    3316            
    3317                 <text key="website" text="Website" />
    3318                 <space/>
    3319 
    3320                 <text key="image"
    3321                         text="Image-URL"
    3322                         de.text="Bild-URL"
    3323                         nl.text="Foto URL" />
    3324                 <space/>
    3325 
    3326                 <combo key="start_date"
    3327                         values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
    3328                         text="start_date"
    3329                         de.text="Baujahr"
    3330                         nl.text="Bouwjaar" />
    3331                 <space/>
    3332 
    3333                 <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
    3334                 <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
    3335                 <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
    3336                 <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
    3337                 <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" />
    3338 
    3339                 <space/>
    3340 
    3341         <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true" />
    3342 
    3343     </item>
    3344 </group> 
    3345 
    3346 <group name="Historical places" de.name="Historische Orte"  nl.name="Historische plaatsen" icon="wuestung.png" >
    3347 
    3348      <item name="Historic Farm"
    3349                 icon="farm.png"
    3350                 de.name="Historische Farm" nl.name="Historische boerderij"
    3351                 type="node,closedway,relation">
    3352                 <key key="historic" value="farm" />
    3353 
    3354                 <text key="name" text="Name" />
    3355                 <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
    3356                 <space/>
    3357 
    3358                 <text key="operator" text="Operator" de.text="Betreibers der Farm" nl.text="Uitbater" delete_if_empty="true" />
    3359                
    3360                 <space/>
    3361 
    3362                 <text key="wikipedia"
    3363                       text="Wikipedia Link"
    3364                       de.text="Wikipedia Artikel"
    3365                       fr.text="Lien Wikipédia"
    3366                       nl.text="Wikipedia artikel" />
    3367                 <space/>
    3368            
    3369                 <text key="website" text="Website" />
    3370                 <space/>
    3371 
    3372                 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
    3373                 <space/>
    3374                 <text key="image"
    3375                       text="Image-URL"
    3376                       de.text="Bild-URL"
    3377                       nl.text="Foto URL" />
    3378                 <space/>
    3379 
    3380                 <combo key="start_date"
    3381                        values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
    3382                        text="start_date"
    3383                        de.text="Eröffnung der Farm" nl.text="Openingsdatum" />
    3384                 <space/>
    3385 
    3386                 <combo key="end_date"
    3387                        values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
    3388                        text="end_date"
    3389                        de.text="Schließung der Farm" nl.text="Sluitingsdatum" />
    3390                 <space/>
    3391                
    3392                 <check key="disused" text="disused" de.text="außer Betrieb  (Stillgelegt)" nl.text="Buiten bedrijf"/>
    3393                 <check key="abandoned" text="abandoned" de.text="aufgegeben" nl.text="Verlaten" default="off" delete_if_empty="true"/>
    3394 
    3395                 <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
    3396                 <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
    3397                 <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
    3398                 <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
    3399                 <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" />
    3400 
    3401                 <space/>
    3402                 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
    3403         </item>
    3404 
    3405          <item name="Battlefield" de.name="Schlachtfeld" nl.name="Slagveld" type="node,closedway,relation" icon="battlefield.png">
    3406 
    3407          <key key="historic" value="battlefield" />
    3408 
    3409          <text key="name" text="Name"  nl.text="Naam"/>
    3410          <space/>
    3411                
    3412          <text key="date"
    3413                text="Date"
    3414                de.text="Datum der Schlacht" nl.text="Datum v.d. slag" />
    3415          <space/>
    3416 
    3417          <text key="wikipedia"
    3418                text="Wikipedia Link"
    3419                de.text="Wikipedia Artikel"
    3420                fr.text="Lien Wikipédia"
    3421                nl.text="Wikipedia artikel" />
    3422          <space/>
    3423 
    3424          <text key="website" text="Website" />
    3425          <space/>
    3426 
    3427          <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
    3428          <space/>
    3429          <text key="image"
    3430                text="Image-URL"
    3431                de.text="Bild-URL"
    3432                nl.text="Foto URL" />
    3433          <space/>
    3434          <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
    3435    </item>
    3436 
    3437         <item name="Abandoned place" de.name="Wüstung" nl.name="Verlaten nederzetting" type="node,closedway,relation" icon="wuestung.png">
    3438 
    3439          <key key="abandoned" value="village" />
    3440 
    3441          <text key="name" text="Name"  nl.text="Naam"/>
    3442          <space/>
    3443               <combo key="start_date"
    3444                         values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
    3445                         text="start_date"
    3446                         de.text="Baujahr"
    3447                         nl.text="Bouwjaar" />     
    3448        
    3449          <space/>
    3450 
    3451           <combo key="end_date"
    3452                      values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
    3453                      text="end_date"
    3454                      de.text="Schließung der Siedlung"
    3455                      nl.text="Sluiting v.d. Nederzetting" />
    3456 
    3457          <space/>
    3458 
    3459          <text key="wikipedia"
    3460                text="Wikipedia Link"
    3461                de.text="Wikipedia Artikel"
    3462                fr.text="Lien Wikipédia"
    3463                nl.text="Wikipedia artikel" />
    3464          <space/>
    3465 
    3466          <text key="website" text="Website" />
    3467          <space/>
    3468 
    3469          <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
    3470          <space/>
    3471          <text key="image"
    3472                text="Image-URL"
    3473                de.text="Bild-URL"
    3474                nl.text="Foto URL" />
    3475          <space/>
    3476          <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
    3477    </item>
    3478 
    3479         <item name="Historical threshing" de.name="Historischer Dreschplatz/Tenne" nl.name="Historische wasplaats" type="node,closedway,relation" icon="drechplatz.png">
    3480 
    3481          <key key="historic" value="threshing_floor" />
    3482 
    3483          <text key="name" text="Name"  nl.text="Naam"/>
    3484          <space/>
    3485      
    3486 
    3487          <text key="wikipedia"
    3488                text="Wikipedia Link"
    3489                de.text="Wikipedia Artikel"
    3490                fr.text="Lien Wikipédia"
    3491                nl.text="Wikipedia artikel" />
    3492          <space/>
    3493 
    3494          <text key="website" text="Website" />
    3495          <space/>
    3496 
    3497          <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
    3498          <space/>
    3499          <text key="image"
    3500                text="Image-URL"
    3501                de.text="Bild-URL"
    3502                nl.text="Foto URL" />
    3503          <space/>
    3504          <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
    3505    </item>
    3506 
    3507 </group> 
    3508 </group>       
     3100                         <item name="Tower" de.name="Turm" nl.name="Toren" type="node,closedway,relation" icon="turm.png">
     3101                                   <key key="man_made" value="tower" />
     3102                                   <key key="historic" value="yes" />
     3103
     3104
     3105                 
     3106                                   <text key="name" text="Name" default="" delete_if_empty="true"/>
     3107                                   <space/>
     3108                                   <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
     3109
     3110                                   <space/>
     3111                                                 
     3112
     3113
     3114                                   <text key="description" text="description" de.text="Beschreibung" nl.text="Beschrijving" />
     3115
     3116                                   <space/>
     3117
     3118                                        <label text="For the detailed conservation please use the presets Heritage properties! "
     3119                                                de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren"/>
     3120                                                <space/>
     3121
     3122                                                <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
     3123                                                <space/>
     3124
     3125
     3126                 
     3127
     3128                                   <check key="ruins" text="Ruins" de.text="Ruine" nl.text="ruïne" default="off" delete_if_empty="true" />
     3129                 
     3130
     3131         
     3132                                  <space/>
     3133                                  <text key="wikipedia"
     3134                                                                text="Wikipedia Link"
     3135                                                                de.text="Wikipedia Artikel"
     3136                                                                fr.text="Lien Wikipédia"
     3137                                                                nl.text="Wikipedia artikel" />
     3138                                                <space/>
     3139                   
     3140                                                <text key="website" text="Website" />
     3141                                                <space/>
     3142
     3143                                                <text key="image"
     3144                                                                text="Image-URL"
     3145                                                                de.text="Bild-URL"
     3146                                                                nl.text="Foto URL" />
     3147                                                <space/>
     3148
     3149                                                <combo key="start_date"
     3150                                                                values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
     3151                                                                text="start_date"
     3152                                                                de.text="Baujahr"
     3153                                                                nl.text="Bouwjaar" />
     3154                                                <space/>
     3155
     3156                                                <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
     3157                                                <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
     3158                                                <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
     3159                                                <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
     3160                                                <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" />
     3161
     3162                                                <space/>
     3163
     3164                                <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true" />
     3165
     3166                        </item>
     3167                <item name="Observation tower" de.name="Aussichtsturm" nl.name="Observatietoren " type="node,closedway,relation" icon="aussichtsturm.png">
     3168                                   <key key="man_made" value="tower" />
     3169                                   <key key="historic" value="yes" />
     3170                                   <key key="tower:type" value="observation" />
     3171
     3172                 
     3173                                   <text key="name" text="Name" default="" delete_if_empty="true"/>
     3174                                   <space/>
     3175                                   <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
     3176
     3177                                   <space/>
     3178                                                 
     3179
     3180
     3181                                   <text key="description" text="description" de.text="Beschreibung" nl.text="Beschrijving" />
     3182
     3183                                   <space/>
     3184
     3185                                   <label text="For the detailed conservation please use the presets Heritage properties! "
     3186                                                de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren"/>
     3187                                                <space/>
     3188
     3189                                                <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
     3190                                                <space/>
     3191
     3192
     3193                 
     3194
     3195                                   <check key="ruins" text="Ruins" de.text="Ruine" nl.text="ruïne" default="off" delete_if_empty="true" />
     3196                 
     3197
     3198         
     3199                                  <space/>
     3200                                  <text key="wikipedia"
     3201                                                                text="Wikipedia Link"
     3202                                                                de.text="Wikipedia Artikel"
     3203                                                                fr.text="Lien Wikipédia"
     3204                                                                nl.text="Wikipedia artikel" />
     3205                                                <space/>
     3206                   
     3207                                                <text key="website" text="Website" />
     3208                                                <space/>
     3209
     3210                                                <text key="image"
     3211                                                                text="Image-URL"
     3212                                                                de.text="Bild-URL"
     3213                                                                nl.text="Foto URL" />
     3214                                                <space/>
     3215
     3216                                                <combo key="start_date"
     3217                                                                values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
     3218                                                                text="start_date"
     3219                                                                de.text="Baujahr"
     3220                                                                nl.text="Bouwjaar" />
     3221                                                <space/>
     3222
     3223                                                <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
     3224                                                <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
     3225                                                <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
     3226                                                <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
     3227                                                <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" />
     3228
     3229                                                <space/>
     3230
     3231                                <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true" />
     3232
     3233                        </item>
     3234                <item name="Belfry" de.name="Glockenturm" nl.name="Belfort" type="node,closedway,relation" icon="belltower.png">
     3235                                   <key key="man_made" value="tower" />
     3236                                   <key key="historic" value="yes" />
     3237                                   <key key="tower:type" value="bell_tower" />
     3238
     3239                 
     3240                                   <text key="name" text="Name" default="" delete_if_empty="true"/>
     3241                                   <space/>
     3242                                   <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
     3243
     3244                                   <space/>
     3245                                                 
     3246
     3247
     3248                                   <text key="description" text="description" de.text="Beschreibung" nl.text="Beschrijving" />
     3249
     3250                                   <space/>
     3251
     3252                                        <label text="For the detailed conservation please use the presets Heritage properties! "
     3253                                                de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren"/>
     3254                                                <space/>
     3255
     3256                                                <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
     3257                                                <space/>
     3258
     3259
     3260                 
     3261
     3262                                   <check key="ruins" text="Ruins" de.text="Ruine" nl.text="ruïne" default="off" delete_if_empty="true" />
     3263                 
     3264
     3265         
     3266                                  <space/>
     3267                                  <text key="wikipedia"
     3268                                                                text="Wikipedia Link"
     3269                                                                de.text="Wikipedia Artikel"
     3270                                                                fr.text="Lien Wikipédia"
     3271                                                                nl.text="Wikipedia artikel" />
     3272                                                <space/>
     3273                   
     3274                                                <text key="website" text="Website" />
     3275                                                <space/>
     3276
     3277                                                <text key="image"
     3278                                                                text="Image-URL"
     3279                                                                de.text="Bild-URL"
     3280                                                                nl.text="Foto URL" />
     3281                                                <space/>
     3282
     3283                                                <combo key="start_date"
     3284                                                                values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
     3285                                                                text="start_date"
     3286                                                                de.text="Baujahr"
     3287                                                                nl.text="Bouwjaar" />
     3288                                                <space/>
     3289
     3290                                                <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
     3291                                                <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
     3292                                                <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
     3293                                                <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
     3294                                                <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" />
     3295
     3296                                                <space/>
     3297
     3298                                <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true" />
     3299
     3300                        </item>
     3301                <item name="Water tower" de.name="Wasserturm" nl.name="Watertoren" type="node,closedway,relation" icon="watertower.png">
     3302                                   <key key="man_made" value="water_tower" />
     3303                                   <key key="historic" value="yes" />
     3304                 
     3305
     3306                 
     3307                                   <text key="name" text="Name" default="" delete_if_empty="true"/>
     3308                                   <space/>
     3309                                   <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
     3310
     3311                                   <space/>
     3312                                                 
     3313
     3314
     3315                                   <text key="description" text="description" de.text="Beschreibung" nl.text="Beschrijving" />
     3316
     3317                                   <space/>
     3318
     3319                                        <label text="For the detailed conservation please use the presets Heritage properties! "
     3320                                                de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren" />
     3321                                                <space/>
     3322
     3323                                                <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
     3324                                                <space/>
     3325
     3326
     3327                 
     3328
     3329                                   <check key="ruins" text="Ruins" de.text="Ruine" nl.text="ruïne" default="off" delete_if_empty="true" />
     3330                 
     3331
     3332         
     3333                                  <space/>
     3334                                  <text key="wikipedia"
     3335                                                                text="Wikipedia Link"
     3336                                                                de.text="Wikipedia Artikel"
     3337                                                                fr.text="Lien Wikipédia"
     3338                                                                nl.text="Wikipedia artikel" />
     3339                                                <space/>
     3340                   
     3341                                                <text key="website" text="Website" />
     3342                                                <space/>
     3343
     3344                                                <text key="image"
     3345                                                                text="Image-URL"
     3346                                                                de.text="Bild-URL"
     3347                                                                nl.text="Foto URL" />
     3348                                                <space/>
     3349
     3350                                                <combo key="start_date"
     3351                                                                values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
     3352                                                                text="start_date"
     3353                                                                de.text="Baujahr"
     3354                                                                nl.text="Bouwjaar" />
     3355                                                <space/>
     3356
     3357                                                <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
     3358                                                <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
     3359                                                <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
     3360                                                <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
     3361                                                <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" />
     3362
     3363                                                <space/>
     3364
     3365                                <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true" />
     3366
     3367                        </item>
     3368                                 <item name="Lighthouse" de.name="Leuchtturm" nl.name="Vuurtoren" type="node,closedway,relation" icon="leuchtturm.png">
     3369                                   <key key="man_made" value="lighthouse" />
     3370                                   <key key="historic" value="yes" />
     3371                 
     3372
     3373                 
     3374                                   <text key="name" text="Name" default="" delete_if_empty="true"/>
     3375                                   <space/>
     3376                                   <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
     3377
     3378                                   <space/>
     3379                                                 
     3380
     3381
     3382                                   <text key="description" text="description" de.text="Beschreibung" nl.text="Beschrijving" />
     3383
     3384                                   <space/>
     3385
     3386                                           <label text="For the detailed conservation please use the presets Heritage properties! "
     3387                                                de.text="Für den detaillierten Denkmalschutz  bitte das Presets Denkmaleigenschaften benutzen!"  nl.text="Voor de details over beschermd erfgoed gebruik aub de Heritage of BENEUX voorkeuren"/>
     3388                                                <space/>
     3389
     3390                                                <check key="heritage" text="heritage" de.text="Denkmalgeschützt" nl.text="Beschermd Erfgoed" default="off" delete_if_empty="true" />
     3391                                                <space/>
     3392
     3393
     3394                 
     3395
     3396                                   <check key="ruins" text="Ruins" de.text="Ruine" nl.text="ruïne" default="off" delete_if_empty="true" />
     3397                 
     3398
     3399         
     3400                                  <space/>
     3401                                  <text key="wikipedia"
     3402                                                                text="Wikipedia Link"
     3403                                                                de.text="Wikipedia Artikel"
     3404                                                                fr.text="Lien Wikipédia"
     3405                                                                nl.text="Wikipedia artikel" />
     3406                                                <space/>
     3407                   
     3408                                                <text key="website" text="Website" />
     3409                                                <space/>
     3410
     3411                                                <text key="image"
     3412                                                                text="Image-URL"
     3413                                                                de.text="Bild-URL"
     3414                                                                nl.text="Foto URL" />
     3415                                                <space/>
     3416
     3417                                                <combo key="start_date"
     3418                                                                values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
     3419                                                                text="start_date"
     3420                                                                de.text="Baujahr"
     3421                                                                nl.text="Bouwjaar" />
     3422                                                <space/>
     3423
     3424                                                <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
     3425                                                <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
     3426                                                <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
     3427                                                <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
     3428                                                <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" />
     3429
     3430                                                <space/>
     3431
     3432                                <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true" />
     3433
     3434                        </item>
     3435                </group> 
     3436
     3437                <group name="Historical places" de.name="Historische Orte"  nl.name="Historische plaatsen" icon="wuestung.png" >
     3438
     3439                         <item name="Historic Farm"
     3440                                                icon="farm.png"
     3441                                                de.name="Historische Farm" nl.name="Historische boerderij"
     3442                                                type="node,closedway,relation">
     3443                                                <key key="historic" value="farm" />
     3444
     3445                                                <text key="name" text="Name" />
     3446                                                <text key="old_name" text="old_name" de.text="alter Name" nl.text="Oude naam" delete_if_empty="true" />
     3447                                                <space/>
     3448
     3449                                                <text key="operator" text="Operator" de.text="Betreibers der Farm" nl.text="Uitbater" delete_if_empty="true" />
     3450                               
     3451                                                <space/>
     3452
     3453                                                <text key="wikipedia"
     3454                                                          text="Wikipedia Link"
     3455                                                          de.text="Wikipedia Artikel"
     3456                                                          fr.text="Lien Wikipédia"
     3457                                                          nl.text="Wikipedia artikel" />
     3458                                                <space/>
     3459                   
     3460                                                <text key="website" text="Website" />
     3461                                                <space/>
     3462
     3463                                                <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
     3464                                                <space/>
     3465                                                <text key="image"
     3466                                                          text="Image-URL"
     3467                                                          de.text="Bild-URL"
     3468                                                          nl.text="Foto URL" />
     3469                                                <space/>
     3470
     3471                                                <combo key="start_date"
     3472                                                           values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
     3473                                                           text="start_date"
     3474                                                           de.text="Eröffnung der Farm" nl.text="Openingsdatum" />
     3475                                                <space/>
     3476
     3477                                                <combo key="end_date"
     3478                                                           values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
     3479                                                           text="end_date"
     3480                                                           de.text="Schließung der Farm" nl.text="Sluitingsdatum" />
     3481                                                <space/>
     3482                               
     3483                                                <check key="disused" text="disused" de.text="außer Betrieb  (Stillgelegt)" nl.text="Buiten bedrijf"/>
     3484                                                <check key="abandoned" text="abandoned" de.text="aufgegeben" nl.text="Verlaten" default="off" delete_if_empty="true"/>
     3485
     3486                                                <text key="addr:housenumber" text="House number" de.text="Hausnummer" nl.text="Huisnummer"/>
     3487                                                <text key="addr:street" text="Street name" de.text="Straßenname" nl.text="Straat"/>
     3488                                                <text key="addr:city" text="City name" de.text="Stadt" nl.text="Stad"/>
     3489                                                <text key="addr:postcode" text="Post code" de.text="Postleitzahl" nl.text="Postcode"/>
     3490                                                <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" />
     3491
     3492                                                <space/>
     3493                                                <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
     3494                                </item>
     3495
     3496                                 <item name="Battlefield" de.name="Schlachtfeld" nl.name="Slagveld" type="node,closedway,relation" icon="battlefield.png">
     3497
     3498                                 <key key="historic" value="battlefield" />
     3499
     3500                                 <text key="name" text="Name"  nl.text="Naam"/>
     3501                                 <space/>
     3502                               
     3503                                 <text key="date"
     3504                                           text="Date"
     3505                                           de.text="Datum der Schlacht" nl.text="Datum v.d. slag" />
     3506                                 <space/>
     3507
     3508                                 <text key="wikipedia"
     3509                                           text="Wikipedia Link"
     3510                                           de.text="Wikipedia Artikel"
     3511                                           fr.text="Lien Wikipédia"
     3512                                           nl.text="Wikipedia artikel" />
     3513                                 <space/>
     3514
     3515                                 <text key="website" text="Website" />
     3516                                 <space/>
     3517
     3518                                 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
     3519                                 <space/>
     3520                                 <text key="image"
     3521                                           text="Image-URL"
     3522                                           de.text="Bild-URL"
     3523                                           nl.text="Foto URL" />
     3524                                 <space/>
     3525                                 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
     3526                   </item>
     3527
     3528                                <item name="Abandoned place" de.name="Wüstung" nl.name="Verlaten nederzetting" type="node,closedway,relation" icon="wuestung.png">
     3529
     3530                                 <key key="abandoned" value="village" />
     3531
     3532                                 <text key="name" text="Name"  nl.text="Naam"/>
     3533                                 <space/>
     3534                                          <combo key="start_date"
     3535                                                                values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
     3536                                                                text="start_date"
     3537                                                                de.text="Baujahr"
     3538                                                                nl.text="Bouwjaar" />     
     3539               
     3540                                 <space/>
     3541
     3542                                  <combo key="end_date"
     3543                                                         values="1895,1895-07,1895-07-25,~1895,before 1910-01-20,after 1823"
     3544                                                         text="end_date"
     3545                                                         de.text="Schließung der Siedlung"
     3546                                                         nl.text="Sluiting v.d. Nederzetting" />
     3547
     3548                                 <space/>
     3549
     3550                                 <text key="wikipedia"
     3551                                           text="Wikipedia Link"
     3552                                           de.text="Wikipedia Artikel"
     3553                                           fr.text="Lien Wikipédia"
     3554                                           nl.text="Wikipedia artikel" />
     3555                                 <space/>
     3556
     3557                                 <text key="website" text="Website" />
     3558                                 <space/>
     3559
     3560                                 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
     3561                                 <space/>
     3562                                 <text key="image"
     3563                                           text="Image-URL"
     3564                                           de.text="Bild-URL"
     3565                                           nl.text="Foto URL" />
     3566                                 <space/>
     3567                                 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
     3568                   </item>
     3569
     3570                                <item name="Historical threshing" de.name="Historischer Dreschplatz/Tenne" nl.name="Historische wasplaats" type="node,closedway,relation" icon="drechplatz.png">
     3571
     3572                                 <key key="historic" value="threshing_floor" />
     3573
     3574                                 <text key="name" text="Name"  nl.text="Naam"/>
     3575                                 <space/>
     3576         
     3577
     3578                                 <text key="wikipedia"
     3579                                           text="Wikipedia Link"
     3580                                           de.text="Wikipedia Artikel"
     3581                                           fr.text="Lien Wikipédia"
     3582                                           nl.text="Wikipedia artikel" />
     3583                                 <space/>
     3584
     3585                                 <text key="website" text="Website" />
     3586                                 <space/>
     3587
     3588                                 <text key="description" text="short description" de.text="Beschreibung" nl.text="Beschrijving" />
     3589                                 <space/>
     3590                                 <text key="image"
     3591                                           text="Image-URL"
     3592                                           de.text="Bild-URL"
     3593                                           nl.text="Foto URL" />
     3594                                 <space/>
     3595                                 <text key="note" text="note" de.text="Anmerkung für andere Mapper" nl.text="Opmerking voor mappers" default="" delete_if_empty="true"/>
     3596                   </item>
     3597                </group> 
     3598        </group>       
    35093599</presets>
    35103600