Changes between Initial Version and Version 1 of Presets/LogisticsCapacity


Ignore:
Timestamp:
2016-11-09T16:20:25+01:00 (9 years ago)
Author:
Xapitoun
Comment:

add logistics capacity assessment preset

Legend:

Unmodified
Added
Removed
Modified
  • Presets/LogisticsCapacity

    v1 v1  
     1== Logistics Capacity Assessment ==
     2We use it to assess the capacity for vehicles to pass over roads.
     3
     4== The preset ==
     5
     6{{{
     7#!preset
     8<?xml version="1.0" encoding="UTF-8"?>
     9<presets
     10        version="1.0"
     11        xmlns="http://josm.openstreetmap.de/tagging-preset-1.0"
     12        author="Les Libres Geographes"
     13        shortdescription="LCA from HDDM"
     14        description="Logistics Capacity Assessment from UNSDI-T">
     15    <group name="LCA v1.01" fr.name="LCA v1.01" en.name="LCA v1.01">
     16                <!-- -->
     17                                <item name="Roads" fr.name="Routes" en.name="Roads" icon="presets/way_secondary.png" type="way">
     18                                        <label text="** Edit/modify a road **"
     19                                                fr.text="** Creer/mettre a jour une route **"
     20                                                en.text="** Edit/modify a road **"  />
     21                                        <label text="________________________________________" />
     22                                        <label text="ROAD" fr.text="ROUTE" en.text="ROAD"/>
     23                                        <text key="name" text="Name" default="" delete_if_empty="true" />
     24                                        <text key="loc_name" text="Name in local language" fr.text="Nom en langue locale" en.text="Name in local language"/>
     25                                        <label text=" " />
     26                                        <text key="alt_name" text="Alternative name" fr.text="Nom populaire alternatif" en.text="Alternative name"/>
     27                                        <text key="short_name" text="Abbreviation name" fr.text="Abbreviation du nom" en.text="Abbreviation name"/>
     28                                        <text key="old_name" text="Old name" fr.text="Ancien nom" en.text="Old name"/>
     29                                        <label text=" " />
     30                                        <combo key="highway" text="Road type" fr.text="Type de route" en.text="Road type" 
     31                                                values="primary,secondary,tertiary,unclassified,residential,service,track,path"
     32                                                display_values="primary,secondary,tertiary,unclassified,residential,service,track,path"
     33                                                fr.display_values="primaire,secondaire,tertiaire,non classe,residentiel,service,piste,chemin"
     34                                                en.display_values="primary,secondary,tertiary,unclassified,residential,service,track,path" delete_if_empty="true"/>
     35                                        <link href="http://wiki.openstreetmap.org/wiki/Key:highway"
     36                                                fr.href="http://wiki.openstreetmap.org/wiki/FR:Key:highway"
     37                                                pt_br.href="http://wiki.openstreetmap.org/wiki/Pt-br:Key:highway"/>
     38                                        <label text=" " />
     39                                        <!--<combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" default="0" delete_if_empty="true" />-->
     40                                        <label text=" " />
     41                                        <combo key="surface" text="Surface" fr.text="Revetement de surface" en.text="Surface"
     42                                                values="asphalt,paved,gravel,dirt,unspecified"
     43                                                display_values="asphalt,paved,gravel,dirt or sand,unspecified"
     44                                                fr.display_values="goudron,pavage,graviers,terre ou sable,non precise"
     45                                                en.display_values="asphalt,paved,gravel,dirt or sand,unspecified" required="true"/>
     46                                        <combo key="surface_condition" text="Surface condition" fr.text="Condition du revetement de surface" en.text="Surface condition"
     47                                                values="rough_less_than_40kph,smooth_greater_than_40kph,snow-ice,mud,unspecified"
     48                                                display_values="rough less than 40kph,smooth greater than 40kph,snow-ice,mud,unspecified"
     49                                                fr.display_values="mauvaise (moins de 40km/h),bonne (plus de 40km/h),neige-glace,boue,non precise"
     50                                                en.display_values="rough less than 40kph,smooth greater than 40kph,snow-ice,mud,unspecified" />
     51                                        <label text=" " />
     52
     53                                        <combo key="practicability" text="Practicability" fr.text="Praticabilite" en.text="Practicability"
     54                                                values="non_motorized,motorbike,4wd_less_than_3.5mt,light_truck_less_than_10mt,heavy_truck_less_than_20mt,truck_+_trailer_greater_than_20mt,unspecified"
     55                                                display_values="non motorized,motorbike,4wd less than 3.5mt,light truck less than 10mt,heavy truck less than 20mt,truck + trailer greater than 20mt,unspecified"
     56                                                fr.display_values="non-motorise,moto,4x4 de moins de 3.5t,camion de moins de 10t,camion de moins de 20t,camion de plus de 20t,non precise"
     57                                                en.display_values="non motorized,motorbike,4wd less than 3.5mt,light truck less than 10mt,heavy truck less than 20mt,truck + trailer greater than 20mt,unspecified" required="true" />
     58                                        <optional>
     59                                                <combo key="lanes" text="Lanes" values="1,2,3,4,5"  delete_if_empty="true" />   
     60                                                <text key="maxspeed" text="Max. speed (km/h)" default="" delete_if_empty="true" />
     61                                                <check key="oneway" text="Oneway" default="off" delete_if_empty="true" />
     62                                                <!--<check key="bridge" text="Bridge" default="off" delete_if_empty="true" />
     63                                                <check key="tunnel" text="Tunnel" default="off" delete_if_empty="true" /> -->
     64                                                <check key="lit" text="Lit" fr.text="Eclaire" default="off" delete_if_empty="true" />
     65                                        </optional>
     66                                        <label text="________________________________________" />
     67                                        <label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>             
     68                                        <label text=" " />
     69                                        <label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
     70                                        <label text=" " />
     71                                        <text key="source:lca" text="LCA source" fr.text="Source du LCA" en.text="LCA source" />
     72                                        <label text=" " />
     73                                        <text key="source:lca:date" text="Source date (YYYY-MM-DD)" fr.text="Date de la source (AAAA-MM-DD)" en.text="Source date (YYYY-MM-DD)"/>
     74                                        <label text="________________________________________" />
     75                                        <label text=" " />
     76                                        <text key="note" text="NOTE" fr.text="NOTES" en.text="NOTE" />
     77                                        <label text=" " />
     78                                </item>
     79
     80                <group name="Obstacles" fr.name="Obstacles" en.name="Obstacles" con="presets/block.png">
     81                        <item name="Roadblock" fr.name="Barrage routier" en.name="Roadblock" type="node,relation">                             
     82                                <key key="barrier" value="block" />
     83                                <key key="barrier:obstacle_type" value="roadblock" />
     84                                <label text="** Edit/modify roadblock **"
     85                                        fr.text="** Creer/mettre a jour un barrage routier **"
     86                                        en.text="** Edit/modify roadblock **"  />
     87                                <label text=" " />
     88                                <combo key="practicability" text="Practicability" fr.text="Praticabilite" en.text="Practicability"
     89                                        values="non_motorized,motorbike,4wd_less_than_3.5mt,light_truck_less_than_10mt,heavy_truck_less_than_20mt,truck_+_trailer_greater_than_20mt,unspecified"
     90
     91                                        display_values="non motorized,motorbike,4wd less than 3.5mt,light truck less than 10mt,heavy truck less than 20mt,truck + trailer greater than 20mt,unspecified"
     92                                        fr.display_values="non-motorise,moto,4x4 de moins de 3.5t,camion de moins de 10t,camion de moins de 20t,camion de plus de 20t,non precise"
     93                                        en.display_values="non motorized,motorbike,4wd less than 3.5mt,light truck less than 10mt,heavy truck less than 20mt,truck + trailer greater than 20mt,unspecified" required="true" />
     94                                <label text="________________________________________" />
     95                                <label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>             
     96                                <label text=" " />
     97                                <label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
     98                                <label text=" " />
     99                                <text key="source:lca" text="LCA source" fr.text="Source du LCA" en.text="LCA source" />
     100                                <label text=" " />
     101                                <text key="source:lca:date" text="Source date (YYYY-MM-DD)" fr.text="Date de la source (AAAA-MM-DD)" en.text="Source date (YYYY-MM-DD)"/>
     102                                <label text="________________________________________" />
     103                                <label text=" " />
     104                                <text key="note" text="NOTE" fr.text="NOTES" en.text="NOTE" />
     105                                <label text=" " />
     106                        </item>
     107                        <item name="Debris" fr.name="Debris" en.name="Debris" type="node,way,closedway,relation">                               
     108                                <key key="barrier" value="block" />
     109                                <key key="barrier:obstacle_type" value="debris" />
     110                                <label text="** Edit/modify debris **"
     111                                        fr.text="** Creer/mettre a jour un debris **"
     112                                        en.text="** Edit/modify debris **"  />
     113                                <label text=" " />
     114                                <combo key="practicability" text="Practicability" fr.text="Praticabilite" en.text="Practicability"
     115                                        values="non_motorized,motorbike,4wd_less_than_3.5mt,light_truck_less_than_10mt,heavy_truck_less_than_20mt,truck_+_trailer_greater_than_20mt,unspecified"
     116                                        display_values="non motorized,motorbike,4wd less than 3.5mt,light truck less than 10mt,heavy truck less than 20mt,truck + trailer greater than 20mt,unspecified"
     117                                        fr.display_values="non-motorise,moto,4x4 de moins de 3.5t,camion de moins de 10t,camion de moins de 20t,camion de plus de 20t,non precise"
     118                                        en.display_values="non motorized,motorbike,4wd less than 3.5mt,light truck less than 10mt,heavy truck less than 20mt,truck + trailer greater than 20mt,unspecified" required="true" />
     119                                <label text="________________________________________" />
     120                                <label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>             
     121                                <label text=" " />
     122                                <label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
     123                                <label text=" " />
     124                                <text key="source:lca" text="LCA source" fr.text="Source du LCA" en.text="LCA source" />
     125                                <label text=" " />
     126                                <text key="source:lca:date" text="Source date (YYYY-MM-DD)" fr.text="Date de la source (AAAA-MM-DD)" en.text="Source date (YYYY-MM-DD)"/>
     127                                <label text="________________________________________" />
     128                                <label text=" " />
     129                                <text key="note" text="NOTE" fr.text="NOTES" en.text="NOTE" />
     130                                <label text=" " />
     131                        </item>
     132                        <item name="Fallen powerline" fr.name="Ligne electrique a terre" en.name="Fallen powerline" type="node,way,closedway,relation">                         
     133                                <key key="barrier" value="block" />
     134                                <key key="barrier:obstacle_type" value="fallen_powerline" />
     135                                <label text="** Edit/modify fallen powerline **"
     136                                        fr.text="** Creer/mettre a jour une ligne electrique a terre **"
     137                                        en.text="** Edit/modify fallen powerline **"  />
     138                                <label text=" " />
     139                                <combo key="practicability" text="Practicability" fr.text="Praticabilite" en.text="Practicability"
     140                                        values="non_motorized,motorbike,4wd_less_than_3.5mt,light_truck_less_than_10mt,heavy_truck_less_than_20mt,truck_+_trailer_greater_than_20mt,unspecified"
     141                                        display_values="non motorized,motorbike,4wd less than 3.5mt,light truck less than 10mt,heavy truck less than 20mt,truck + trailer greater than 20mt,unspecified"
     142                                        fr.display_values="non-motorise,moto,4x4 de moins de 3.5t,camion de moins de 10t,camion de moins de 20t,camion de plus de 20t,non precise"
     143                                        en.display_values="non motorized,motorbike,4wd less than 3.5mt,light truck less than 10mt,heavy truck less than 20mt,truck + trailer greater than 20mt,unspecified" required="true" />
     144                                <label text="________________________________________" />
     145                                <label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>             
     146                                <label text=" " />
     147                                <label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
     148                                <label text=" " />
     149                                <text key="source:lca" text="LCA source" fr.text="Source du LCA" en.text="LCA source" />
     150                                <label text=" " />
     151                                <text key="source:lca:date" text="Source date (YYYY-MM-DD)" fr.text="Date de la source (AAAA-MM-DD)" en.text="Source date (YYYY-MM-DD)"/>
     152                                <label text="________________________________________" />
     153                                <label text=" " />
     154                                <text key="note" text="NOTE" fr.text="NOTES" en.text="NOTE" />
     155                                <label text=" " />
     156                        </item>
     157                        <item name="Landslide" fr.name="Glissement de terrain" en.name="Landslide" type="node,way,closedway,relation">                         
     158                                <key key="barrier" value="block" />
     159                                <key key="barrier:obstacle_type" value="landslide" />
     160                                <label text="** Edit/modify landslide **"
     161                                        fr.text="** Creer/mettre a jour un glissement de terrain **"
     162                                        en.text="** Edit/modify landslide **"  />
     163                                <label text=" " />
     164                                <combo key="practicability" text="Practicability" fr.text="Praticabilite" en.text="Practicability"
     165                                        values="non_motorized,motorbike,4wd_less_than_3.5mt,light_truck_less_than_10mt,heavy_truck_less_than_20mt,truck_+_trailer_greater_than_20mt,unspecified"
     166                                        display_values="non motorized,motorbike,4wd less than 3.5mt,light truck less than 10mt,heavy truck less than 20mt,truck + trailer greater than 20mt,unspecified"
     167                                        fr.display_values="non-motorise,moto,4x4 de moins de 3.5t,camion de moins de 10t,camion de moins de 20t,camion de plus de 20t,non precise"
     168                                        en.display_values="non motorized,motorbike,4wd less than 3.5mt,light truck less than 10mt,heavy truck less than 20mt,truck + trailer greater than 20mt,unspecified" required="true" />
     169                                <label text="________________________________________" />
     170                                <label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>             
     171                                <label text=" " />
     172                                <label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
     173                                <label text=" " />
     174                                <text key="source:lca" text="LCA source" fr.text="Source du LCA" en.text="LCA source" />
     175                                <label text=" " />
     176                                <text key="source:lca:date" text="Source date (YYYY-MM-DD)" fr.text="Date de la source (AAAA-MM-DD)" en.text="Source date (YYYY-MM-DD)"/>
     177                                <label text="________________________________________" />
     178                                <label text=" " />
     179                                <text key="note" text="NOTE" fr.text="NOTES" en.text="NOTE" />
     180                                <label text=" " />
     181                        </item>
     182                        <item name="Flood" fr.name="Inondation" en.name="Flood" type="node,way,closedway,relation">                             
     183                                <key key="barrier" value="block" />
     184                                <key key="barrier:obstacle_type" value="flood" />
     185                                <label text="** Edit/modify flood **"
     186                                        fr.text="** Creer/mettre a jour une inondation **"
     187                                        en.text="** Edit/modify flood **"  />
     188                                <label text=" " />
     189                                <combo key="practicability" text="Practicability" fr.text="Praticabilite" en.text="Practicability"
     190                                        values="non_motorized,motorbike,4wd_less_than_3.5mt,light_truck_less_than_10mt,heavy_truck_less_than_20mt,truck_+_trailer_greater_than_20mt,unspecified"
     191                                        display_values="non motorized,motorbike,4wd less than 3.5mt,light truck less than 10mt,heavy truck less than 20mt,truck + trailer greater than 20mt,unspecified"
     192                                        fr.display_values="non-motorise,moto,4x4 de moins de 3.5t,camion de moins de 10t,camion de moins de 20t,camion de plus de 20t,non precise"
     193                                        en.display_values="non motorized,motorbike,4wd less than 3.5mt,light truck less than 10mt,heavy truck less than 20mt,truck + trailer greater than 20mt,unspecified" required="true" />
     194                                <label text="________________________________________" />
     195                                <label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>             
     196                                <label text=" " />
     197                                <label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
     198                                <label text=" " />
     199                                <text key="source:lca" text="LCA source" fr.text="Source du LCA" en.text="LCA source" />
     200                                <label text=" " />
     201                                <text key="source:lca:date" text="Source date (YYYY-MM-DD)" fr.text="Date de la source (AAAA-MM-DD)" en.text="Source date (YYYY-MM-DD)"/>
     202                                <label text="________________________________________" />
     203                                <label text=" " />
     204                                <text key="note" text="NOTE" fr.text="NOTES" en.text="NOTE" />
     205                                <label text=" " />
     206                        </item>
     207                        <item name="Ford" fr.name="Gue" en.name="ford" type="node,way,relation">                               
     208                                <key key="ford" value="yes" />
     209                                <label text="** Edit/modify ford **"
     210                                        fr.text="** Creer/mettre a jour un gue **"
     211                                        en.text="** Edit/modify ford **"  />
     212                                <label text=" " />
     213                                <check key="barrier" text="Check if the ford blocks the road" fr.text="Cocher si le gue bloque la route" en.text="Check if the ford blocks the road"  value_on="block" default="off" delete_if_empty="true" />
     214                                <label text=" " />
     215                                <combo key="practicability" text="Practicability" fr.text="Praticabilite" en.text="Practicability"
     216                                        values="non_motorized,motorbike,4wd_less_than_3.5mt,light_truck_less_than_10mt,heavy_truck_less_than_20mt,truck_+_trailer_greater_than_20mt,unspecified"
     217                                        display_values="non motorized,motorbike,4wd less than 3.5mt,light truck less than 10mt,heavy truck less than 20mt,truck + trailer greater than 20mt,unspecified"
     218                                        fr.display_values="non-motorise,moto,4x4 de moins de 3.5t,camion de moins de 10t,camion de moins de 20t,camion de plus de 20t,non precise"
     219                                        en.display_values="non motorized,motorbike,4wd less than 3.5mt,light truck less than 10mt,heavy truck less than 20mt,truck + trailer greater than 20mt,unspecified" required="true" />
     220                                <label text="________________________________________" />
     221                                <label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>             
     222                                <label text=" " />
     223                                <label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
     224                                <label text=" " />
     225                                <text key="source:lca" text="LCA source" fr.text="Source du LCA" en.text="LCA source" />
     226                                <label text=" " />
     227                                <text key="source:lca:date" text="Source date (YYYY-MM-DD)" fr.text="Date de la source (AAAA-MM-DD)" en.text="Source date (YYYY-MM-DD)"/>
     228                                <label text="________________________________________" />
     229                                <label text=" " />
     230                                <text key="note" text="NOTE" fr.text="NOTES" en.text="NOTE" />
     231                                <label text=" " />
     232                        </item>
     233                        <item name="Damaged road" fr.name="Route endommagee" en.name="Damaged road" type="node,way,relation">                           
     234                                <key key="barrier" value="block" />
     235                                <key key="barrier:obstacle_type" value="road_damage" />
     236                                <label text="** Edit/modify damaged road **"
     237                                        fr.text="** Creer/mettre a jour une route endommagee **"
     238                                        en.text="** Edit/modify damaged road **"  />
     239                                <label text=" " />
     240                                <combo key="practicability" text="Practicability" fr.text="Praticabilite" en.text="Practicability"
     241                                        values="non_motorized,motorbike,4wd_less_than_3.5mt,light_truck_less_than_10mt,heavy_truck_less_than_20mt,truck_+_trailer_greater_than_20mt,unspecified"
     242                                        display_values="non motorized,motorbike,4wd less than 3.5mt,light truck less than 10mt,heavy truck less than 20mt,truck + trailer greater than 20mt,unspecified"
     243                                        fr.display_values="non-motorise,moto,4x4 de moins de 3.5t,camion de moins de 10t,camion de moins de 20t,camion de plus de 20t,non precise"
     244                                        en.display_values="non motorized,motorbike,4wd less than 3.5mt,light truck less than 10mt,heavy truck less than 20mt,truck + trailer greater than 20mt,unspecified" required="true" />
     245                                <label text="________________________________________" />
     246                                <label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>             
     247                                <label text=" " />
     248                                <label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
     249                                <label text=" " />
     250                                <text key="source:lca" text="LCA source" fr.text="Source du LCA" en.text="LCA source" />
     251                                <label text=" " />
     252                                <text key="source:lca:date" text="Source date (YYYY-MM-DD)" fr.text="Date de la source (AAAA-MM-DD)" en.text="Source date (YYYY-MM-DD)"/>
     253                                <label text="________________________________________" />
     254                                <label text=" " />
     255                                <text key="note" text="NOTE" fr.text="NOTES" en.text="NOTE" />
     256                                <label text=" " />
     257                        </item>
     258                        <item name="Bridge" fr.name="Pont" en.name="Bridge" type="way,relation">                               
     259                                <key key="bridge" value="yes" />
     260                                <label text="** Edit/modify bridge **"
     261                                        fr.text="** Creer/mettre a jour un pont  **"
     262                                        en.text="** Edit/modify bridge **"  />
     263                                <label text=" " />
     264                                <check key="barrier:obstacle_type" text="Check if the bridge is damaged" fr.text="Cocher si le pont est endommage" en.text="Check if the bridge is damaged"  value_on="bridge_damage" default="off" delete_if_empty="true" />
     265                                <label text=" " />
     266                                <check key="barrier" text="Check if the bridge damages block the road" fr.text="Cocher si les dommages du pont bloquent la route" en.text="Check if bridge damages block the road"  value_on="block" default="off" delete_if_empty="true" />
     267                                <label text=" " />
     268<combo key="bridge" text="Bridge type" fr.text="Type de pont" en.text="Bridge type" values="yes,arch,beam,truss,pontoon,suspension,viaduct,swing,aqueduct" display.values="yes,arch,beam,truss,pontoon,suspension,viaduct,swing,aqueduct" fr.display.values="oui,en arc,a poutres,treillis,ponton,suspension,viaduc,tournant,aqueduc" default="yes" required="true"/>
     269                                <combo key="layer" text="Layer" fr.text="Calque" en.text="Layer" values="3,2,1" default="1" delete_if_empty="true" />
     270                                <label text=" " />
     271                                <combo key="practicability" text="Practicability" fr.text="Praticabilite" en.text="Practicability"
     272
     273                                        values="non_motorized,motorbike,4wd_less_than_3.5mt,light_truck_less_than_10mt,heavy_truck_less_than_20mt,truck_+_trailer_greater_than_20mt,unspecified"
     274
     275                                        display_values="non motorized,motorbike,4wd less than 3.5mt,light truck less than 10mt,heavy truck less than 20mt,truck + trailer greater than 20mt,unspecified"
     276
     277                                        fr.display_values="non-motorise,moto,4x4 de moins de 3.5t,camion de moins de 10t,camion de moins de 20t,camion de plus de 20t,non precise"
     278
     279                                        en.display_values="non motorized,motorbike,4wd less than 3.5mt,light truck less than 10mt,heavy truck less than 20mt,truck + trailer greater than 20mt,unspecified" required="true" />
     280                                <label text="________________________________________" />
     281                                <label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>             
     282                                <label text=" " />
     283                                <label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
     284                                <label text=" " />
     285                                <text key="source:lca" text="LCA source" fr.text="Source du LCA" en.text="LCA source" />
     286                                <label text=" " />
     287                                <text key="source:lca:date" text="Source date (YYYY-MM-DD)" fr.text="Date de la source (AAAA-MM-DD)" en.text="Source date (YYYY-MM-DD)"/>
     288                                <label text="________________________________________" />
     289                                <label text=" " />
     290                                <text key="note" text="NOTE" fr.text="NOTES" en.text="NOTE" />
     291                                <label text=" " />
     292                        </item>                         
     293                        <item name="Culvert" fr.name="Buse" en.name="Culvert" type="way,relation">                             
     294                                <key key="tunnel" value="culvert" />
     295                                <label text="** Edit/modify culvert **"
     296                                        fr.text="** Creer/mettre a jour une buse  **"
     297                                        en.text="** Edit/modify culvert **"  />
     298                                <label text=" " />
     299                                <check key="barrier:obstacle_type" text="Check if the culvert is damaged" fr.text="Cocher si la buse est endommagee" en.text="Check if the culvert is damaged"  value_on="culvert_damage" default="off" delete_if_empty="true" />
     300                                <label text=" " />
     301                                <check key="barrier" text="Check if the culvert damages block the road" fr.text="Cocher si les dommages de la buse bloquent la route" en.text="Check if culvert damages block the road"  value_on="block" default="off" delete_if_empty="true" />
     302                                <label text=" " />
     303                                <combo key="layer" text="Layer" fr.text="Calque" en.text="Layer" values="-3,-2,-1" default="-1" delete_if_empty="true" />
     304                                <label text=" " />
     305                                <combo key="practicability" text="Practicability" fr.text="Praticabilite" en.text="Practicability"
     306                                        values="non_motorized,motorbike,4wd_less_than_3.5mt,light_truck_less_than_10mt,heavy_truck_less_than_20mt,truck_+_trailer_greater_than_20mt,unspecified"
     307                                        display_values="non motorized,motorbike,4wd less than 3.5mt,light truck less than 10mt,heavy truck less than 20mt,truck + trailer greater than 20mt,unspecified"
     308                                        fr.display_values="non-motorise,moto,4x4 de moins de 3.5t,camion de moins de 10t,camion de moins de 20t,camion de plus de 20t,non precise"
     309                                        en.display_values="non motorized,motorbike,4wd less than 3.5mt,light truck less than 10mt,heavy truck less than 20mt,truck + trailer greater than 20mt,unspecified" required="true" />
     310                                <label text="________________________________________" />
     311                                <label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>             
     312                                <label text=" " />
     313                                <label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
     314                                <label text=" " />
     315                                <text key="source:lca" text="LCA source" fr.text="Source du LCA" en.text="LCA source" />
     316                                <label text=" " />
     317                                <text key="source:lca:date" text="Source date (YYYY-MM-DD)" fr.text="Date de la source (AAAA-MM-DD)" en.text="Source date (YYYY-MM-DD)"/>
     318                                <label text="________________________________________" />
     319                                <label text=" " />
     320                                <text key="note" text="NOTE" fr.text="NOTES" en.text="NOTE" />
     321                                <label text=" " />
     322                        </item>
     323                        <item name="Traffic Calming" icon="presets/chicane.png" type="node">
     324                                <label text="** Edit/modify a traffic calming **"
     325                                        fr.text="** Creer/mettre a jour un ralentisseur **"
     326                                        en.text="** Edit/modify a traffic calming **"  />
     327                                <link href="http://wiki.openstreetmap.org/wiki/Key:traffic_calming"
     328                                          fi.href="http://wiki.openstreetmap.org/wiki/Fi:Key:traffic_calming"
     329                                          fr.href="http://wiki.openstreetmap.org/wiki/FR:Key:traffic_calming"
     330                                          it.href="http://wiki.openstreetmap.org/wiki/IT:Key:traffic_calming"
     331                                          pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Key:traffic_calming"
     332                                          ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:traffic_calming"/>
     333                                <!--<label text="________________________________________" />
     334                                <label text="TRAFFIC CALMING" fr.text="RALENTISSEUR" en.text="TRAFFIC CALMING"/>
     335                                <combo key="traffic_calming" text="Type" values="yes,bump,chicane,choker,cushion,hump,table" default="yes" delete_if_empty="true" />-->
     336                                <key key="traffic_calming" value="yes" />
     337                                <label text="________________________________________" />
     338                                <label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>             
     339                                <label text=" " />
     340                                <label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
     341                                <label text=" " />
     342                                <text key="source:lca" text="LCA source" fr.text="Source du LCA" en.text="LCA source" />
     343                                <label text=" " />
     344                                <text key="source:lca:date" text="Source date (YYYY-MM-DD)" fr.text="Date de la source (AAAA-MM-DD)" en.text="Source date (YYYY-MM-DD)"/>
     345                                <label text="________________________________________" />
     346                                <label text=" " />
     347                                <text key="note" text="NOTE" fr.text="NOTES" en.text="NOTE" />
     348                                <label text=" " />
     349                        </item>
     350                </group>  <!-- Obstacles -->
     351                        <item name="Road Restrictions" icon="presets/restrictions.png" type="node,way">
     352                                <label text="** Edit/modify road restrictions **"
     353                                        fr.text="** Creer/mettre a jour des restrictions de voirie **"
     354                                        en.text="** Edit/modify road restrictions **"  />
     355                                <label text="________________________________________" />
     356                                <label text="ROAD RESTRICTIONS" fr.text="RESTRICTIONS DE VOIRIE" en.text="ROAD RESTRICTIONS"/>
     357                                <link href="http://wiki.openstreetmap.org/wiki/Key:access"
     358                                          da.href="http://wiki.openstreetmap.org/wiki/Da:Key:access"
     359                                          de.href="http://wiki.openstreetmap.org/wiki/DE:Key:access"
     360                                          fr.href="http://wiki.openstreetmap.org/wiki/FR:Key:access"
     361                                          it.href="http://wiki.openstreetmap.org/wiki/IT:Key:access"
     362                                          ja.href="http://wiki.openstreetmap.org/wiki/JA:Key:access"
     363                                          pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Key:access"
     364                                          ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:access"
     365                                          sv.href="http://wiki.openstreetmap.org/wiki/Sv:Key:access"
     366                                          uk.href="http://wiki.openstreetmap.org/wiki/Uk:Key:access" />
     367                                <check key="oneway" text="Oneway" default="off" delete_if_empty="true" />
     368                                <check key="toll" text="Toll" default="off" delete_if_empty="true"  />
     369                                <check key="noexit" text="No exit (cul-de-sac)" default="off" delete_if_empty="true"  />
     370                                <label text="Transport mode restrictions" />
     371                                <combo key="access" text="General Access" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" default="" delete_if_empty="true" />
     372                                <combo key="foot" text="Foot" values="yes,official,designated,permissive,destination,delivery,private,no" default="" delete_if_empty="true" />
     373                                <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,private,no" default="" delete_if_empty="true" />
     374                                <label text="Vehicles per type" />
     375                                <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" default="" delete_if_empty="true"  />
     376                                <combo key="bicycle" text="Bicycle" values="yes,official,designated,permissive,destination,delivery,private,no" default="" delete_if_empty="true"  />
     377                                <combo key="motor_vehicle" text="Motor vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" default="" delete_if_empty="true"  />
     378                                <combo key="motorcycle" text="Motorcycle" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" default="" delete_if_empty="true" />
     379                                <combo key="motorcar" text="Motorcar" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" default="" delete_if_empty="true" />
     380                                <combo key="goods" text="Light Commercial Vehicles (goods)" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" default="" delete_if_empty="true" />
     381                                <combo key="hgv" text="Heavy Goods Vehicles (hgv)" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" default="" delete_if_empty="true" />
     382                                <label text="Vehicles per use" />
     383                                <combo key="agricultural" text="Agricultural" values="yes,official,designated,destination,permissive,private,no" default="" delete_if_empty="true" />
     384                                <combo key="emergency" text="Emergency vehicles"  values="yes,official,designated,destination,permissive,private,no" default="" delete_if_empty="true" />
     385                                <combo key="hov" text="High-occupancy vehicles (hov)"  values="yes,official,designated,destination,permissive,private,no" default="" delete_if_empty="true" />
     386                                <combo key="psv" text="Public Service Vehicles (psv)"   values="yes,official,designated,destination,permissive,private,no" default="" delete_if_empty="true" />
     387                                <text key="maxspeed" text="Max. speed (km/h)" default="" delete_if_empty="true" />
     388                                <text key="minspeed" text="Min. speed (km/h)" default="" delete_if_empty="true" />
     389                                <text key="maxweight" text="Max. weight (tonnes)" default="" delete_if_empty="true" />
     390                                <text key="maxaxleload" text="Max. axleload (tonnes)" default="" delete_if_empty="true" />
     391                                <text key="maxheight" text="Max. height (meters)" default="" delete_if_empty="true" />
     392                                <text key="maxwidth" text="Max. width (meters)" default="" delete_if_empty="true" />
     393                                <text key="maxlength" text="Max. length (meters)" default="" delete_if_empty="true" />
     394                                <label text="________________________________________" />
     395                                <label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>             
     396                                <label text=" " />
     397                                <label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
     398                                <label text=" " />
     399                                <text key="source:lca" text="LCA source" fr.text="Source du LCA" en.text="LCA source" />
     400                                <label text=" " />
     401                                <text key="source:lca:date" text="Source date (YYYY-MM-DD)" fr.text="Date de la source (AAAA-MM-DD)" en.text="Source date (YYYY-MM-DD)"/>
     402                                <label text="________________________________________" />
     403                                <label text=" " />
     404                                <text key="note" text="NOTE" fr.text="NOTES" en.text="NOTE" />
     405                                <label text=" " />
     406                        </item>         
     407                                <group name="Barriers" icon="presets/barrier.png">
     408                                <item name="Toll Booth" icon="presets/toll_station.png" type="node">
     409                                        <link href="http://wiki.openstreetmap.org/wiki/Tag:barrier=toll_booth"
     410                                                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:barrier=toll_booth"
     411                                                  it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:barrier=toll_booth"
     412                                                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:barrier=toll_booth"
     413                                                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:barrier=toll_booth"
     414                                                  zh-hans.href="http://wiki.openstreetmap.org/wiki/Zh-hans:Tag:barrier=toll_booth" />
     415                                        <label text="Edit Toll Booth" />
     416                                        <space />
     417                                        <key key="barrier" value="toll_booth" />
     418                                        <optional>
     419                                                <text key="name" text="Name" default="" delete_if_empty="true" />
     420                                                <text key="loc_name" text="Name in local language" fr.text="Nom en langue locale" en.text="Name in local language"/>
     421                                                <label text=" " />
     422                                                <text key="alt_name" text="Alternative name" fr.text="Nom populaire alternatif" en.text="Alternative name"/>
     423                                                <text key="short_name" text="Abbreviation name" fr.text="Abbreviation du nom" en.text="Abbreviation name"/>
     424                                                <text key="old_name" text="Old name" fr.text="Ancien nom" en.text="Old name"/>
     425                                                <label text=" " />
     426                                                <text key="operator" text="Operator" default="" delete_if_empty="true" />
     427                                        </optional>
     428                                        <label text="________________________________________" />
     429                                        <label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>             
     430                                        <label text=" " />
     431                                        <label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
     432                                        <label text=" " />
     433                                        <text key="source:lca" text="LCA source" fr.text="Source du LCA" en.text="LCA source" />
     434                                        <label text=" " />
     435                                        <text key="source:lca:date" text="Source date (YYYY-MM-DD)" fr.text="Date de la source (AAAA-MM-DD)" en.text="Source date (YYYY-MM-DD)"/>
     436                                        <label text="________________________________________" />
     437                                        <label text=" " />
     438                                        <text key="note" text="NOTE" fr.text="NOTES" en.text="NOTE" />
     439                                        <label text=" " />
     440                                </item> <!-- toll_booth -->
     441                                <item name="Border Control" icon="presets/douane.png" type="node">
     442                                        <label text="Edit Border Control" />
     443                                        <space />
     444                                        <key key="barrier" value="border_control" />
     445                                        <label text="Allowed traffic:" />
     446                                        <space />
     447                                        <check key="foot" text="Foot" default="on" delete_if_empty="true" />
     448                                        <check key="bicycle" text="Bicycle" default="on" delete_if_empty="true" />
     449                                        <check key="horse" text="Horse" default="off" delete_if_empty="true" />
     450                                        <check key="motorcycle" text="Motorcycle" default="off" delete_if_empty="true" />
     451                                        <check key="motorcar" text="Motorcar" default="off" delete_if_empty="true" />
     452                                        <label text="________________________________________" />
     453                                        <label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>             
     454                                        <label text=" " />
     455                                        <label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
     456                                        <label text=" " />
     457                                        <text key="source:lca" text="LCA source" fr.text="Source du LCA" en.text="LCA source" />
     458                                        <label text=" " />
     459                                        <text key="source:lca:date" text="Source date (YYYY-MM-DD)" fr.text="Date de la source (AAAA-MM-DD)" en.text="Source date (YYYY-MM-DD)"/>
     460                                        <label text="________________________________________" />
     461                                        <label text=" " />
     462                                        <text key="note" text="NOTE" fr.text="NOTES" en.text="NOTE" />
     463                                        <label text=" " />
     464                                </item> <!-- border_control -->
     465                                <separator/>
     466                                <item name="Bollard" icon="presets/bollard.png" type="node,way">
     467                                        <link href="http://wiki.openstreetmap.org/wiki/Tag:barrier=bollard"
     468                                                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:barrier=bollard"
     469                                                  fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:barrier=bollard"
     470                                                  ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:barrier=bollard"
     471                                                  nl.href="http://wiki.openstreetmap.org/wiki/NL:Tag:barrier=bollard"
     472                                                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:barrier=bollard" />
     473                                        <label text="Edit Bollard" />
     474                                        <space />
     475                                        <key key="barrier" value="bollard" />
     476                                        <label text="Allowed traffic:" />
     477                                        <space />
     478                                        <check key="foot" text="Foot" default="on" delete_if_empty="true" />
     479                                        <check key="bicycle" text="Bicycle" default="on" delete_if_empty="true" />
     480                                        <check key="horse" text="Horse" default="off" delete_if_empty="true" />
     481                                        <check key="motorcycle" text="Motorcycle" default="off" delete_if_empty="true" />
     482                                        <label text="________________________________________" />
     483                                        <label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>             
     484                                        <label text=" " />
     485                                        <label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
     486                                        <label text=" " />
     487                                        <text key="source:lca" text="LCA source" fr.text="Source du LCA" en.text="LCA source" />
     488                                        <label text=" " />
     489                                        <text key="source:lca:date" text="Source date (YYYY-MM-DD)" fr.text="Date de la source (AAAA-MM-DD)" en.text="Source date (YYYY-MM-DD)"/>
     490                                        <label text="________________________________________" />
     491                                        <label text=" " />
     492                                        <text key="note" text="NOTE" fr.text="NOTES" en.text="NOTE" />
     493                                        <label text=" " />
     494                                </item> <!-- bollard -->
     495                                <item name="Spikes" icon="presets/empty.png" type="node">
     496                                        <label text="Edit Spikes" />
     497                                        <space />
     498                                        <key key="barrier" value="spikes" />
     499                                        <label text="Allowed traffic:" />
     500                                        <space />
     501                                        <check key="foot" text="Foot" default="on" delete_if_empty="true" />
     502                                        <check key="bicycle" text="Bicycle" default="on" delete_if_empty="true" />
     503                                        <check key="horse" text="Horse" default="off" delete_if_empty="true" />
     504                                        <check key="motorcycle" text="Motorcycle" default="off" delete_if_empty="true" />
     505                                        <check key="motorcar" text="Motorcar" default="off" delete_if_empty="true" />
     506                                        <label text="________________________________________" />
     507                                        <label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>             
     508                                        <label text=" " />
     509                                        <label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
     510                                        <label text=" " />
     511                                        <text key="source:lca" text="LCA source" fr.text="Source du LCA" en.text="LCA source" />
     512                                        <label text=" " />
     513                                        <text key="source:lca:date" text="Source date (YYYY-MM-DD)" fr.text="Date de la source (AAAA-MM-DD)" en.text="Source date (YYYY-MM-DD)"/>
     514                                        <label text="________________________________________" />
     515                                        <label text=" " />
     516                                        <text key="note" text="NOTE" fr.text="NOTES" en.text="NOTE" />
     517                                        <label text=" " />
     518                                </item> <!-- spikes -->
     519                                <item name="Hedge" icon="presets/hedge.png" type="way,closedway,relation">
     520                                        <link href="http://wiki.openstreetmap.org/wiki/Tag:barrier=hedge"
     521                                                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:barrier=hedge"
     522                                                  fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:barrier=hedge"
     523                                                  ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:barrier=hedge"
     524                                                  nl.href="http://wiki.openstreetmap.org/wiki/NL:Tag:barrier=hedge"
     525                                                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:barrier=hedge"
     526                                                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:barrier=hedge" />
     527                                        <key key="barrier" value="hedge" />
     528                                        <label text="________________________________________" />
     529                                        <label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>             
     530                                        <label text=" " />
     531                                        <label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
     532                                        <label text=" " />
     533                                        <text key="source:lca" text="LCA source" fr.text="Source du LCA" en.text="LCA source" />
     534                                        <label text=" " />
     535                                        <text key="source:lca:date" text="Source date (YYYY-MM-DD)" fr.text="Date de la source (AAAA-MM-DD)" en.text="Source date (YYYY-MM-DD)"/>
     536                                        <label text="________________________________________" />
     537                                        <label text=" " />
     538                                        <text key="note" text="NOTE" fr.text="NOTES" en.text="NOTE" />
     539                                        <label text=" " />
     540                                </item> <!-- hedge -->
     541                                <item name="Fence" icon="presets/fence.png" type="way,closedway">
     542                                        <link href="http://wiki.openstreetmap.org/wiki/Tag:barrier=fence"
     543                                                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:barrier=fence"
     544                                                  it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:barrier=fence"
     545                                                  ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:barrier=fence"
     546                                                  nl.href="http://wiki.openstreetmap.org/wiki/NL:Tag:barrier=fence"
     547                                                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:barrier=fence"
     548                                                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:barrier=fence" />
     549                                        <key key="barrier" value="fence" />
     550                                        <optional>
     551                                                <combo key="fence_type" text="Type" values="barbed_wire,chain,electric,hedge,pole,split_rail,wood" default="" delete_if_empty="true" />
     552                                        </optional>
     553                                        <label text="________________________________________" />
     554                                        <label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>             
     555                                        <label text=" " />
     556                                        <label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
     557                                        <label text=" " />
     558                                        <text key="source:lca" text="LCA source" fr.text="Source du LCA" en.text="LCA source" />
     559                                        <label text=" " />
     560                                        <text key="source:lca:date" text="Source date (YYYY-MM-DD)" fr.text="Date de la source (AAAA-MM-DD)" en.text="Source date (YYYY-MM-DD)"/>
     561                                        <label text="________________________________________" />
     562                                        <label text=" " />
     563                                        <text key="note" text="NOTE" fr.text="NOTES" en.text="NOTE" />
     564                                        <label text=" " />     
     565                                </item> <!-- fence -->
     566                                <item name="Wall" icon="presets/wall.png" type="way,closedway">
     567                                        <key key="barrier" value="wall" />
     568                                        <label text="________________________________________" />
     569                                        <label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>             
     570                                        <label text=" " />
     571                                        <label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
     572                                        <label text=" " />
     573                                        <text key="source:lca" text="LCA source" fr.text="Source du LCA" en.text="LCA source" />
     574                                        <label text=" " />
     575                                        <text key="source:lca:date" text="Source date (YYYY-MM-DD)" fr.text="Date de la source (AAAA-MM-DD)" en.text="Source date (YYYY-MM-DD)"/>
     576                                        <label text="________________________________________" />
     577                                        <label text=" " />
     578                                        <text key="note" text="NOTE" fr.text="NOTES" en.text="NOTE" />
     579                                        <label text=" " />
     580                                </item> <!-- wall -->
     581                                <item name="City Wall" icon="presets/city_wall.png" type="way,closedway">
     582                                        <link href="http://wiki.openstreetmap.org/wiki/Tag:barrier=city_wall"
     583                                                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:barrier=city_wall"
     584                                                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:barrier=city_wall" />
     585                                        <key key="barrier" value="city_wall" />
     586                                        <label text="________________________________________" />
     587                                        <label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>             
     588                                        <label text=" " />
     589                                        <label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
     590                                        <label text=" " />
     591                                        <text key="source:lca" text="LCA source" fr.text="Source du LCA" en.text="LCA source" />
     592                                        <label text=" " />
     593                                        <text key="source:lca:date" text="Source date (YYYY-MM-DD)" fr.text="Date de la source (AAAA-MM-DD)" en.text="Source date (YYYY-MM-DD)"/>
     594                                        <label text="________________________________________" />
     595                                        <label text=" " />
     596                                        <text key="note" text="NOTE" fr.text="NOTES" en.text="NOTE" />
     597                                        <label text=" " />
     598                                </item> <!-- city_wall -->
     599                                <item name="Retaining Wall" icon="presets/retaining_wall.png" type="way,closedway">
     600                                        <link href="http://wiki.openstreetmap.org/wiki/Tag:barrier=retaining_wall"
     601                                                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:barrier=retaining_wall"
     602                                                  ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:barrier=retaining_wall"
     603                                                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:barrier=retaining_wall"
     604                                                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:barrier=retaining_wall" />
     605                                        <key key="barrier" value="retaining_wall" />
     606                                        <label text="________________________________________" />
     607                                        <label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>             
     608                                        <label text=" " />
     609                                        <label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
     610                                        <label text=" " />
     611                                        <text key="source:lca" text="LCA source" fr.text="Source du LCA" en.text="LCA source" />
     612                                        <label text=" " />
     613                                        <text key="source:lca:date" text="Source date (YYYY-MM-DD)" fr.text="Date de la source (AAAA-MM-DD)" en.text="Source date (YYYY-MM-DD)"/>
     614                                        <label text="________________________________________" />
     615                                        <label text=" " />
     616                                        <text key="note" text="NOTE" fr.text="NOTES" en.text="NOTE" />
     617                                        <label text=" " />     
     618                                </item> <!-- retaining_wall -->
     619                                <separator/>
     620                                <!-- *** access *** -->
     621                                <item name="Entrance" icon="styles/standard/vehicle/entrance.png" type="node">
     622                                        <label text="Edit Entrance" />
     623                                        <space />
     624                                        <key key="barrier" value="entrance" />
     625                                        <label text="Allowed traffic:" />
     626                                        <space />
     627                                        <check key="foot" text="Foot" default="on" delete_if_empty="true" />
     628                                        <check key="bicycle" text="Bicycle" default="on" delete_if_empty="true" />
     629                                        <check key="horse" text="Horse" default="off" delete_if_empty="true" />
     630                                        <check key="motorcycle" text="Motorcycle" default="off" delete_if_empty="true" />
     631                                        <check key="motorcar" text="Motorcar" default="off" delete_if_empty="true" />
     632                                        <label text="________________________________________" />
     633                                        <label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>             
     634                                        <label text=" " />
     635                                        <label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
     636                                        <label text=" " />
     637                                        <text key="source:lca" text="LCA source" fr.text="Source du LCA" en.text="LCA source" />
     638                                        <label text=" " />
     639                                        <text key="source:lca:date" text="Source date (YYYY-MM-DD)" fr.text="Date de la source (AAAA-MM-DD)" en.text="Source date (YYYY-MM-DD)"/>
     640                                        <label text="________________________________________" />
     641                                        <label text=" " />
     642                                        <text key="note" text="NOTE" fr.text="NOTES" en.text="NOTE" />
     643                                        <label text=" " />     
     644                                </item> <!-- entrance -->
     645                                <item name="Gate" icon="presets/gate.png" type="node">
     646                                        <link href="http://wiki.openstreetmap.org/wiki/Tag:barrier=gate"
     647                                                  fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:barrier=gate"
     648                                                  ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:barrier=gate"
     649                                                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:barrier=gate"
     650                                                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:barrier=gate" />
     651                                        <label text="Edit Gate" />
     652                                        <space />
     653                                        <key key="barrier" value="gate" />
     654                                        <label text="Allowed traffic:" />
     655                                        <space />
     656                                        <check key="foot" text="Foot" default="on" delete_if_empty="true" />
     657                                        <check key="bicycle" text="Bicycle" default="on" delete_if_empty="true" />
     658                                        <check key="horse" text="Horse" default="off" delete_if_empty="true" />
     659                                        <check key="motorcycle" text="Motorcycle" default="off" delete_if_empty="true" />
     660                                        <check key="motorcar" text="Motorcar" default="off" delete_if_empty="true" />
     661                                        <label text="________________________________________" />
     662                                        <label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>             
     663                                        <label text=" " />
     664                                        <label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
     665                                        <label text=" " />
     666                                        <text key="source:lca" text="LCA source" fr.text="Source du LCA" en.text="LCA source" />
     667                                        <label text=" " />
     668                                        <text key="source:lca:date" text="Source date (YYYY-MM-DD)" fr.text="Date de la source (AAAA-MM-DD)" en.text="Source date (YYYY-MM-DD)"/>
     669                                        <label text="________________________________________" />
     670                                        <label text=" " />
     671                                        <text key="note" text="NOTE" fr.text="NOTES" en.text="NOTE" />
     672                                        <label text=" " />     
     673                                </item> <!-- gate -->
     674                                <!--<item name="Lift Gate" icon="presets/lift_gate.png" type="node">
     675                                        <label text="Edit Lift Gate" />
     676                                        <space />
     677                                        <key key="barrier" value="lift_gate" />
     678                                        <label text="Allowed traffic:" />
     679                                        <space />
     680                                        <check key="foot" text="Foot" default="on" delete_if_empty="true" />
     681                                        <check key="bicycle" text="Bicycle" default="on" delete_if_empty="true" />
     682                                        <check key="horse" text="Horse" default="off" delete_if_empty="true" />
     683                                        <check key="motorcycle" text="Motorcycle" default="off" delete_if_empty="true" />
     684                                        <check key="motorcar" text="Motorcar" default="off" delete_if_empty="true" />
     685                                </item>
     686                                <item name="Hampshire Gate" icon="presets/empty.png" type="node">
     687                                        <label text="Edit Hampshire Gate" />
     688                                        <space />
     689                                        <key key="barrier" value="hampshire_gate" />
     690                                        <label text="Allowed traffic:" />
     691                                        <space />
     692                                        <check key="foot" text="Foot" default="on" delete_if_empty="true" />
     693                                        <check key="bicycle" text="Bicycle" default="on" delete_if_empty="true" />
     694                                        <check key="horse" text="Horse" default="off" delete_if_empty="true" />
     695                                        <check key="motorcycle" text="Motorcycle" default="off" delete_if_empty="true" />
     696                                        <check key="motorcar" text="Motorcar" default="off" delete_if_empty="true" />
     697                                </item>
     698                                <item name="Bump Gate" icon="presets/empty.png" type="node">
     699                                        <label text="Edit Bump Gate" />
     700                                        <space />
     701                                        <key key="barrier" value="bump_gate" />
     702                                        <label text="Allowed traffic:" />
     703                                        <space />
     704                                        <check key="foot" text="Foot" default="on" delete_if_empty="true" />
     705                                        <check key="bicycle" text="Bicycle" default="on" delete_if_empty="true" />
     706                                        <check key="horse" text="Horse" default="off" delete_if_empty="true" />
     707                                        <check key="motorcycle" text="Motorcycle" default="off" delete_if_empty="true" />
     708                                        <check key="motorcar" text="Motorcar" default="off" delete_if_empty="true" />
     709                                </item>
     710                                <item name="Kissing Gate" icon="presets/empty.png" type="node">
     711                                        <label text="Edit Kissing Gate" />
     712                                        <space />
     713                                        <key key="barrier" value="kissing_gate" />
     714                                        <label text="Allowed traffic:" />
     715                                        <space />
     716                                        <check key="foot" text="Foot" default="on" delete_if_empty="true" />
     717                                        <check key="bicycle" text="Bicycle" default="off" delete_if_empty="true" />
     718                                </item>
     719                                <item name="Stile" icon="presets/stile.png" type="node">
     720                                        <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=stile" />
     721                                        <label text="Edit Stile" />
     722                                        <space />
     723                                        <key key="barrier" value="stile" />
     724                                        <label text="Allowed traffic:" />
     725                                        <space />
     726                                        <check key="foot" text="Foot" default="on" delete_if_empty="true" />
     727                                        <check key="bicycle" text="Bicycle" default="off" delete_if_empty="true" />
     728                                </item>
     729                                <item name="Turnstile" icon="styles/standard/vehicle/turnstile.png" type="node">
     730                                        <label text="Edit Turnstile" />
     731                                        <space />
     732                                        <key key="barrier" value="turnstile" />
     733                                        <label text="Allowed traffic:" />
     734                                        <space />
     735                                        <check key="foot" text="Foot" default="on" delete_if_empty="true" />
     736                                        <check key="bicycle" text="Bicycle" default="off" delete_if_empty="true" />
     737                                </item>
     738                                <item name="Sally Port" icon="styles/standard/vehicle/sally_port.png" type="node">
     739                                        <label text="Edit Sally Port" />
     740                                        <space />
     741                                        <key key="barrier" value="sally_port" />
     742                                        <label text="Allowed traffic:" />
     743                                        <space />
     744                                        <check key="foot" text="Foot" default="on" delete_if_empty="true" />
     745                                        <check key="bicycle" text="Bicycle" default="on" delete_if_empty="true" />
     746                                        <check key="horse" text="Horse" default="off" delete_if_empty="true" />
     747                                        <check key="motorcycle" text="Motorcycle" default="off" delete_if_empty="true" />
     748                                        <check key="motorcar" text="Motorcar" default="off" delete_if_empty="true" />
     749                                </item> -->
     750                        </group> <!-- Barriers -->
     751        </group> <!-- General group -->
     752</presets>
     753}}}