Changes between Version 50 and Version 51 of Presets/AdvertisingPreset


Ignore:
Timestamp:
2017-04-27T01:09:30+02:00 (9 years ago)
Author:
Barnes38
Comment:

Several changes to follow Presets_Dispositifs_Publicitaires

Legend:

Unmodified
Added
Removed
Modified
  • Presets/AdvertisingPreset

    v50 v51  
    4141
    4242{{{
    43 #!preset
    4443<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0"
    4544  author="Barnes38"
    46   version="0.[[revision]]_[[date]]"
    47   link="https://wiki.openstreetmap.org/wiki/User:Barnes38/advertising_draft"
     45  version="0.50_2016-12-14"
     46  link="https://wiki.openstreetmap.org/wiki/Key:advertising"
    4847  description="Editor to help tagging advertising devices into JOSM. Several types predefined. "
    4948  fr.description="Éditeur pour renseigner les attributs des dispositifs publicitaires dans JOSM. Plusieurs types prédéfinis qui doivent correspondre assez bien aux dispositifs publicitaires en France."
    5049  shortdescription="Advertising devices editor"
    5150  fr.shortdescription="Éditeur de dispositifs publicitaires. Voir pour la France 'Preset_Dispositif_Publicitaire'">
    52  
    53  
    54 <group name="Advertising device" fr.name="Dispositif publicitaire" icon="images/Billboard_trunk.png" >       
     51
     52
     53<group name="Advertising device" fr.name="Dispositif publicitaire" icon="images/Billboard_trunk.png" >
    5554
    5655<item name="1. Opinions/non profit display board" fr.name="Panneau pour affichage 'opinions/associations'" icon="images/Board_free.png" type="node">
    57         <link href="http://wiki.openstreetmap.org/wiki/User:Barnes38/advertising_draft"/>
    58     <label text="Editing a 'opinions/non profit' display board" 
     56    <link href="https://wiki.openstreetmap.org/wiki/Key:advertising"/>
     57    <label text="Editing a 'opinions/non profit' display board"
    5958        fr.name="Renseigner un panneau d'affichage réservé à l'expression d'opinions, et à l'usage des associations à but non lucratif" />
    6059    <space/>
     
    6362    <key key="advertising" value="board"/>
    6463    <space/>
    65     <combo key="support" 
    66         text="Support of board" 
     64    <combo key="support"
     65        text="Support of board"
    6766        fr.text="Support du panneau"
    68         values="post,poles,wall,fence"
    69         default="post" />
    70     <combo key="size"
    71         text="Size of board : [ number * ] (length * height)"
    72         fr.text="Taille du panneau d'affichage réservé : [nombre * ](longueur * hauteur)"
    73         values="0.4*0.6,3*(0.4*0.6),1.2*1.2,2*(0.8*1.2),(2*1.2)+(1.2*1.2),(1.25*1.2)+(2*1.2),2*(1.2*1.6)"
     67        values_sort="false"
     68        values="post,poles,wall,fence"
     69        default="post" />
     70    <combo key="size"
     71        text="Size of board : [number *](width * height)"
     72        fr.text="Taille du panneau : [nombre *](largeur * hauteur)"
     73        values="0.4*0.6,3*(0.4*0.6),1.2*1.2,2*(0.8*1.2),(2*1.2)+(1.2*1.2),(1.25*1.2)+(2*1.2),2*(1.2*1.6)"
    7474        default="1.2*1.2" />
    75     <combo key="height" 
    76         text="Height of highest part of board" 
    77         fr.text="Hauteur de la partie la plus haute du panneau" 
    78         values="2,3,4" 
     75    <combo key="height"
     76        text="Height of highest part of board"
     77        fr.text="Hauteur de la partie la plus haute du panneau"
     78        values="2,3,4"
    7979        default="2" />
    80     <combo key="sides" 
    81         text="Number of sides" 
    82         fr.text="Nombre de côtés" 
    83         values="1,2" 
     80    <combo key="sides"
     81        text="Number of sides"
     82        fr.text="Nombre de côtés"
     83        values="1,2"
    8484        default="1" />
    85     <check key="lit" text="Lit ?" fr.text="Éclairé ?" default="off" value_on="yes" value_off="no" />
    86     <check key="luminous" text="Luminous ?" fr.text="Lumineux ?" default="off" value_on="yes" value_off="no" />
    87     <combo key="animated"
    88         text="If animated device, type of animation"
    89         fr.text="Si animé, type d'animation"
    90         values="no,trivision_blades,winding_posters,revolving,digital_prices,digital_messages,screen"
    91         default=""   
    92         delete_if_empty="yes" />
    93     <space/>
    94      <combo key="display_surface"
    95         text="Display surface (in m²)"
    96         fr.text="Surface d'affichage (en m²)"
    97         values="0.24,0.96,1.44,1.92,2,3.84,3.9,3.84"
     85    <check key="lit" text="Lit ?" fr.text="Éclairé ?" value_on="yes" value_off="no"
     86           default=""
     87           delete_if_empty="yes" />
     88    <check key="luminous" text="Luminous ?" fr.text="Lumineux ?" value_on="yes" value_off="no"
     89           default=""
     90           delete_if_empty="yes" />
     91    <multiselect key="message"
     92        text="Message type"
     93        fr.text="Type de message"
     94        values_sort="false"
     95        values="municipality;opinions;non_profit;cultural_event"
     96        delimiter=";"
     97        values_searchable="true"
     98        default="opinions,non_profit" />
     99    <combo key="animated"
     100        text="If animated device, type of animation"
     101        fr.text="Si animé, type d'animation"
     102        values_sort="false"
     103        values="no,trivision_blades,winding_posters,revolving,digital_prices,digital_messages,screen"
     104        default=""
     105        delete_if_empty="yes" />
     106    <space/>
     107     <combo key="display_surface"
     108        text="Display surface (in m²)"
     109        fr.text="Surface d'affichage (en m²)"
     110        values="0.24,0.96,1.44,1.92,2,3.84,3.9,3.84"
    98111        default="1.44" />
    99     <combo key="operator" 
    100         text="Operator" 
    101         fr.text="Opérateur"
    102         values="Town of ... " 
    103         default=""   
    104         delete_if_empty="yes" />
    105     <combo key="ref" 
    106         text="Unique identifier" 
    107         fr.text="Identifiant (voir buteau)"
    108         values="" 
    109         default=""   
    110         delete_if_empty="yes" />
    111     <check key="land_property" text="Installed on public property" fr.text="Installé sur foncier public ?" default="on" value_on="public" value_off="private" /> 
    112     <check key="access" text="Display usable by all ?" fr.text="Surface d'affichage utilisable par tous ?" default="on" value_on="public" value_off="private" /> 
    113     <space/>
    114     <combo key="orientation" 
    115         text="Orientation of board with respect to the flow of people" 
     112    <combo key="operator"
     113        text="Operator"
     114        fr.text="Opérateur"
     115        values="Town of ... "
     116        default=""
     117        delete_if_empty="yes" />
     118    <combo key="ref"
     119        text="Unique identifier"
     120        fr.text="Identifiant (voir buteau)"
     121        values=""
     122        default=""
     123        delete_if_empty="yes" />
     124    <check key="land_property" text="Installed on public property" fr.text="Installé sur foncier public ?" default="on" value_on="public" value_off="private" />
     125    <check key="access" text="Display usable by all ?" fr.text="Surface d'affichage utilisable par tous ?" default="on" value_on="public" value_off="private" />
     126    <space/>
     127    <combo key="orientation"
     128        text="Orientation of board with respect to the flow of people"
    116129        fr.text="Orientation du panneau d'affichage libre par rapport au flot du passage"
    117         values="front,medium,parallel,opposite,multi"
    118         default="parallel"  />
    119     <combo key="visibility"
     130        values_sort="false"
     131        values="front,medium,parallel,opposite,multi"
     132        default="parallel"
     133        delete_if_empty="yes" />
     134    <combo key="visibility"
    120135        text="Visibility"
    121136        fr.text="Visibilité"
    122         values="house,street,area"
    123         default="house"   
     137        values_sort="false"
     138        values="house,street,area"
     139        default="house"
    124140        delete_if_empty="yes" />
    125141 </item>
    126    
     142
     143
    127144<item name="2. Indication board" fr.name="préenseigne" icon="images/Indication.png" type="node">
    128         <link href="http://wiki.openstreetmap.org/wiki/User:Barnes38/advertising_draft"/>
    129     <label text="Editing a specific board advertising device, acting as indication"
     145    <link href="https://wiki.openstreetmap.org/wiki/Key:advertising"/>
     146    <label text="Editing a specific board advertising device : 'indication board'"
    130147        fr.name="Renseigner un dispositif publicitaire de type 'préenseigne'" />
    131148    <space/>
     
    133150    <key key="advertising" value="board"/>
    134151    <space/>
    135     <combo key="support" 
    136         text="Support of advertising board" 
     152    <combo key="support"
     153        text="Support of indication board"
    137154        fr.text="Support de la préenseigne publicitaire"
    138         values="post,fence,wall" 
    139         default="post" /> 
    140     <combo key="size" 
    141         text="Size of indication board (length * height)" 
    142         fr.text="Taille de la préenseigne publicitaire (longueur * hauteur)"
    143         values="1.5*1" 
     155        values="post,fence,wall"
     156        default="post" />
     157    <combo key="size"
     158        text="Size of indication board (width * height)"
     159        fr.text="Taille de la préenseigne publicitaire (largeur * hauteur)"
     160        values="1.5*1"
    144161        default="1.5*1" />
    145      <combo key="height" 
    146         text="Height of highest part of indication board" 
    147         fr.text="Hauteur de la partie la plus haute de la préenseigne publicitaire" 
    148         values="2,2.5,3,4" 
     162     <combo key="height"
     163        text="Height of highest part of indication board"
     164        fr.text="Hauteur de la partie la plus haute de la préenseigne publicitaire"
     165        values="2,2.5,3,4"
    149166        default="2.5" />
    150    <combo key="sides"
    151         text="Number of sides"
    152         fr.text="Nombre de côtés"
    153         values="1,2,3,4"
    154         default="1" />
    155     <check key="lit" text="Lit ?" fr.text="Éclairé ?" default="off" value_on="yes" value_off="no" />
    156     <check key="luminous" text="Luminous ?" fr.text="Lumineux ?" default="off" value_on="yes" value_off="no" />
    157     <combo key="animated"
    158         text="If animated device, type of animation"
    159         fr.text="Si animé, type d'animation"
    160         values="no,trivision_blades,winding_posters,revolving,digital_prices,digital_messages,screen"
     167   <combo key="sides"
     168        text="Number of sides"
     169        fr.text="Nombre de côtés"
     170        values="1,2,3,4"
     171        default="1" />
     172    <check key="lit" text="Lit ?" fr.text="Éclairé ?" default="off" value_on="yes" value_off="no" />
     173    <check key="luminous" text="Luminous ?" fr.text="Lumineux ?" default="off" value_on="yes" value_off="no" />
     174    <combo key="animated"
     175        text="If animated device, type of animation"
     176        fr.text="Si animé, type d'animation"
     177        values_sort="false"
     178        values="no,trivision_blades,winding_posters,revolving,digital_prices,digital_messages,screen"
    161179        default="no" />
    162180    <space/>
    163     <combo key="message" 
    164         text="Message type" 
     181    <combo key="message"
     182        text="Message type"
    165183        fr.text="Type de message"
    166         values="commercial,information,map_information,tourism,municipality,opinions,non_profit,cultural_event,legal,safety"
     184        values_sort="false"
     185        values="commercial,information,map_information,tourism,municipality,opinions,non_profit,cultural_event,legal,safety"
    167186        default="commercial" />
    168      <combo key="display_surface" 
    169         text="Display surface (in m²)"
    170         fr.text="Surface d'affichage (en m²)" 
    171         values="1.5,2" 
     187     <combo key="display_surface"
     188        text="Display surface (in m²)"
     189        fr.text="Surface d'affichage (en m²)"
     190        values="1.5,2"
    172191        default="1.5" />
    173192    <space/>
    174     <combo key="operator"
    175         text="Operator"
    176         fr.text="Opérateur"
    177         values="JCDecaux,Exterion (CBS Outdoor),ClearChannel Outdoor,PAP,Avenir,Giraudy" 
    178         default="" />
    179     <combo key="ref"
    180         text="Unique identifier"
    181         fr.text="Identifiant (voir buteau)"
    182         values="" 
    183         default="" />
    184     <check key="land_property" text="Installed on public property" fr.text="Installé sur foncier public ?" default="on" value_on="public" value_off="private" />
    185     <check key="access" text="Display usable by all ?" fr.text="Surface d'affichage utilisable par tous ?" default="off" value_on="public" value_off="private" />
    186     <space/>
    187     <combo key="orientation"
    188         text="Orientation of indication with respect to the flow of people"
     193    <combo key="operator"
     194        text="Operator"
     195        fr.text="Opérateur"
     196        values_sort="true"
     197        values="JCDecaux,Exterion (CBS Outdoor),ClearChannel Outdoor,PAP,Avenir,Giraudy"
     198        default="" />
     199    <combo key="ref"
     200        text="Unique identifier"
     201        fr.text="Identifiant (voir buteau)"
     202        values=""
     203        default="" />
     204    <check key="land_property" text="Installed on public property" fr.text="Installé sur foncier public ?" default="on" value_on="public" value_off="private" />
     205    <check key="access" text="Display usable by all ?" fr.text="Surface d'affichage utilisable par tous ?" default="off" value_on="public" value_off="private" />
     206    <space/>
     207    <combo key="orientation"
     208        text="Orientation of indication board with respect to the flow of people"
    189209        fr.text="Orientation de la préenseigne publicitaire par rapport au flot du passage"
    190         values="front,medium,parallel,opposite,multi"
     210        values_sort="false"
     211        values="front,medium,parallel,opposite,multi"
    191212        default="front" />
    192     <combo key="visibility" 
     213    <combo key="visibility"
    193214        text="Visibility"
    194215        fr.text="Visibilité"
    195         values="house,street,area"
    196         default="street"   
     216        values_sort="false"
     217        values="house,street,area"
     218        default="street"
    197219        delete_if_empty="yes" />
    198220</item>
    199221
     222
    200223<item name="3. Advertising board" fr.name="Pannonceau publicitaire" icon="images/Board.png" type="node">
    201         <link href="http://wiki.openstreetmap.org/wiki/User:Barnes38/advertising_draft"/>
    202     <label text="Editing a 'board' advertising device" 
     224    <link href="https://wiki.openstreetmap.org/wiki/Key:advertising"/>
     225    <label text="Editing a 'board' advertising device"
    203226        fr.name="Renseigner un dispositif publicitaire de type 'pannonceau'" />
    204227    <space/>
    205     <key key="man_made" value="advertising"/> 
     228    <key key="man_made" value="advertising"/>
    206229    <key key="advertising" value="board"/>
    207230    <space/>
    208     <combo key="support" 
    209         text="Support of advertising board" 
     231    <combo key="support"
     232        text="Support of advertising board"
    210233        fr.text="Support du pannonceau publicitaire"
    211         values="post,pole,mast,fence,wall"
    212         default="post" />
    213     <combo key="size"
    214         text="Size of board (length * height)"
    215         fr.text="Taille du pannonceau (longueur * hauteur)"
    216         values="1.2*1,1.3*1,1.5*1,2*x1"
     234        values_sort="false"
     235        values="post,pole,mast,fence,wall"
     236        default="post" />
     237    <combo key="size"
     238        text="Size of board (width * height)"
     239        fr.text="Taille du pannonceau (largeur * hauteur)"
     240        values="1.2*1,1.3*1,1.5*1,2*x1"
    217241        default="1.5*1" />
    218     <combo key="height" 
    219         text="Height of highest part of advertising board" 
    220         fr.text="Hauteur de la partie la plus haute du pannonceau publicitaire" 
    221         values="2,2.5,3,4" 
     242    <combo key="height"
     243        text="Height of highest part of advertising board"
     244        fr.text="Hauteur de la partie la plus haute du pannonceau publicitaire"
     245        values="2,2.5,3,4"
    222246        default="2.5" />
    223     <combo key="sides" 
    224         text="Number of sides" 
    225         fr.text="Nombre de côtés" 
    226         values="1,2,3,4" 
     247    <combo key="sides"
     248        text="Number of sides"
     249        fr.text="Nombre de côtés"
     250        values="1,2,3,4"
    227251        default="1" />
    228     <check key="lit" text="Lit ?" fr.text="Éclairé ?" default="off" value_on="yes" value_off="no" /> 
    229     <check key="luminous" text="Luminous ?" fr.text="Lumineux ?" default="off" value_on="yes" value_off="no" /> 
    230     <combo key="animated" 
    231         text="If animated device, type of animation" 
    232         fr.text="Si animé, type d'animation"
    233         values="no" 
     252    <check key="lit" text="Lit ?" fr.text="Éclairé ?" default="off" value_on="yes" value_off="no" />
     253    <check key="luminous" text="Luminous ?" fr.text="Lumineux ?" default="off" value_on="yes" value_off="no" />
     254    <combo key="animated"
     255        text="If animated device, type of animation"
     256        fr.text="Si animé, type d'animation"
     257        values="no"
    234258        default="no" />
    235259     <space/>
    236      <combo key="message" 
    237         text="Advertising message type" 
     260     <combo key="message"
     261        text="Advertising message type"
    238262        fr.text="Type de message publicitaire"
    239         values="commercial,information,municipality,opinions,non_profit,cultural_event"
     263        values_sort="false"
     264        values="commercial,information,municipality,opinions,non_profit,cultural_event"
    240265        default="commercial" />
    241266    <space/>
    242      <combo key="display_surface" 
    243         text="Display surface (in m²)"
    244         fr.text="Surface d'affichage (en m²)" 
    245         values="1.5" 
     267     <combo key="display_surface"
     268        text="Display surface (in m²)"
     269        fr.text="Surface d'affichage (en m²)"
     270        values="1.5"
    246271        default="1.5" />
    247     <combo key="operator" 
    248         text="Operator" 
    249         fr.text="Opérateur"
    250         values="Town of .." 
     272    <combo key="operator"
     273        text="Operator"
     274        fr.text="Opérateur"
     275        values="Town of .."
    251276        default=""  />
    252     <combo key="ref" 
    253         text="Unique identifier" 
    254         fr.text="Identifiant (voir buteau)"
    255         values="" 
    256         default="" />
    257     <check key="land_property" text="Installed on public property" fr.text="Installé sur foncier public ?" default="on" value_on="public" value_off="private" /> 
    258     <check key="access" text="Display usable by all ?" fr.text="Surface d'affichage utilisable par tous ?" default="off" value_on="public" value_off="private" /> 
    259     <space/>
    260     <combo key="orientation" 
    261         text="Orientation of board with respect to the flow of people" 
     277    <combo key="ref"
     278        text="Unique identifier"
     279        fr.text="Identifiant (voir buteau)"
     280        values=""
     281        default="" />
     282    <check key="land_property" text="Installed on public property" fr.text="Installé sur foncier public ?" default="on" value_on="public" value_off="private" />
     283    <check key="access" text="Display usable by all ?" fr.text="Surface d'affichage utilisable par tous ?" default="off" value_on="public" value_off="private" />
     284    <space/>
     285    <combo key="orientation"
     286        text="Orientation of board with respect to the flow of people"
    262287        fr.text="Orientation de le pannonceau par rapport au flot du passage"
    263         values="front,medium,parallel,opposite,multi"
     288        values_sort="false"
     289        values="front,medium,parallel,opposite,multi"
    264290        default="front" />
    265     <combo key="visibility" 
    266         text="visibility" 
    267         fr.text="Visibilité"
    268         values="house,street,area" 
    269         default="street"   
     291    <combo key="visibility"
     292        text="visibility"
     293        fr.text="Visibilité"
     294        values="house,street,area"
     295        default="street"
    270296        delete_if_empty="yes" />
    271297</item>
    272    
     298
     299
    273300<item name="4. Poster box" fr.name="Sucette" icon="images/Poster_box.png" type="node">
    274         <link href="http://wiki.openstreetmap.org/wiki/User:Barnes38/advertising_draft"/>
    275     <label text="Editing a 'poster box' advertising device" 
     301    <link href="https://wiki.openstreetmap.org/wiki/Key:advertising"/>
     302    <label text="Editing a 'poster box' advertising device"
    276303        fr.name="Renseigner un dispositif publicitaire de type 'sucette'" />
    277304    <space/>
     
    279306    <key key="advertising" value="poster_box"/>
    280307    <space/>
    281     <combo key="size" 
    282         text="Size of poster box (length * height)" 
    283         fr.text="Taille de la sucette publicitaire (longueur * hauteur)" 
    284         values="1.3*1.7,1.3*25"
    285         default="1.3*1.7" />
    286     <combo key="height" 
    287         text="Height of highest part of poster box" 
    288         fr.text="Hauteur de la partie la plus haute de la sucette publicitaire" 
    289         values="2.15,2.5" 
     308    <combo key="size"
     309        text="Size of poster box (width * height)"
     310        fr.text="Taille de la sucette publicitaire (largeur * hauteur)"
     311        values="1.3*2.15,1.3*2.5"
     312        default="1.3*2.15" />
     313    <combo key="height"
     314        text="Height of highest part of poster box"
     315        fr.text="Hauteur de la partie la plus haute de la sucette publicitaire"
     316        values="2.15,2.5"
    290317        default="2.15" />
    291     <combo key="sides" 
    292         text="Number of sides" 
    293         fr.text="Nombre de côtés" 
     318    <combo key="sides"
     319        text="Number of sides"
     320        fr.text="Nombre de côtés"
    294321        values="1,2,3,4"
    295322        default="2" />
    296     <check key="lit"      text="Lit ?"      fr.text="Éclairé ?"  default="on" value_on="yes" value_off="no" /> 
    297     <check key="luminous" text="Luminous ?" fr.text="Lumineux ?" default="on" value_on="yes" value_off="no" /> 
    298     <combo key="animated" 
    299         text="If animated device, type of animation" 
    300         fr.text="Si animé, type d'animation"
    301         values="no,winding_posters,screen" 
     323    <check key="lit"      text="Lit ?"      fr.text="Éclairé ?"  default="on" value_on="yes" value_off="no" />
     324    <check key="luminous" text="Luminous ?" fr.text="Lumineux ?" default="on" value_on="yes" value_off="no" />
     325    <combo key="animated"
     326        text="If animated device, type of animation"
     327        fr.text="Si animé, type d'animation"
     328        values="no,winding_posters,screen"
    302329        default="no" />
    303330    <space/>
    304     <combo key="message:front" 
    305         text="Advertising message type on front side" 
     331    <combo key="message:front"
     332        text="Advertising message type on front side"
    306333        fr.text="Type de message publicitaire"
    307         values="commercial,information,map_information,municipality"
     334        values_sort="false"
     335        values="commercial,information,map_information,municipality"
    308336        default="commercial" />
    309     <combo key="message:opposite" 
    310         text="Advertising message type on opposite side" 
     337    <combo key="message:opposite"
     338        text="Advertising message type on opposite side"
    311339        fr.text="Type de message publicitaire"
    312         values="commercial,information,map_information,municipality"
     340        values_sort="false"
     341        values="commercial,information,map_information,municipality"
    313342        default="municipality" />
    314      <combo key="display_surface" 
    315         text="Display surface (in m²)"
    316         fr.text="Surface d'affichage (en m²)" 
     343     <combo key="display_surface"
     344        text="Display surface (in m²)"
     345        fr.text="Surface d'affichage (en m²)"
    317346        values="2,2.6"
    318347        default="2" />
    319     <combo key="operator"
    320         text="Operator"
    321         fr.text="Opérateur"
    322         values="JCDecaux,Exterion (CBS Outdoor),ClearChannel Outdoor,PAP,Avenir,Giraudy" 
     348    <combo key="operator"
     349        text="Operator"
     350        fr.text="Opérateur"
     351        values_sort="true"
     352        values="JCDecaux,Exterion (CBS Outdoor),ClearChannel Outdoor,PAP,Avenir,Giraudy"
    323353        default="JCDecaux" />
    324     <combo key="ref" 
    325         text="Unique identifier" 
    326         fr.text="Identifiant (voir buteau)"
    327         values="" 
    328         default="" />
    329     <check key="land_property" text="Installed on public property" fr.text="Installé sur foncier public ?"             default="on"  value_on="public" value_off="private" /> 
    330     <check key="access"        text="Display usable by all ?"      fr.text="Surface d'affichage utilisable par tous ?" default="off" value_on="public" value_off="private" /> 
    331     <space/>
    332      <combo key="orientation" 
    333         text="Orientation of poster box with respect to the flow of people" 
     354    <combo key="ref"
     355        text="Unique identifier"
     356        fr.text="Identifiant (voir buteau)"
     357        values=""
     358        default="" />
     359    <check key="land_property" text="Installed on public property" fr.text="Installé sur foncier public ?"             default="on"  value_on="public" value_off="private" />
     360    <check key="access"        text="Display usable by all ?"      fr.text="Surface d'affichage utilisable par tous ?" default="off" value_on="public" value_off="private" />
     361    <space/>
     362     <combo key="orientation"
     363        text="Orientation of poster box with respect to the flow of people"
    334364        fr.text="Orientation de la sucette publicitaire par rapport au flot du passage"
    335         values="front,medium,parallel,opposite,multi"
     365        values_sort="false"
     366        values="front,medium,parallel,opposite,multi"
    336367        default="front" />
    337     <combo key="visibility"
    338         text="visibility"
    339         fr.text="Visibilité"
    340         values="house,street,area"
    341         default="street"   
     368    <combo key="visibility"
     369        text="visibility"
     370        fr.text="Visibilité"
     371        values_sort="false"
     372        values="house,street,area"
     373        default="street"
    342374        delete_if_empty="yes" />
    343375    <space/>
     
    345377
    346378<item name="5. Poster box on public transportation shelter" fr.name="Sucette sur abribus, abritram" icon="images/Poster_box_shelter.png" type="node">
    347         <link href="http://wiki.openstreetmap.org/wiki/User:Barnes38/advertising_draft"/>
    348     <label text="Editing a poster box advertising device on public transportation shelter" 
     379    <link href="https://wiki.openstreetmap.org/wiki/Key:advertising"/>
     380    <label text="Editing a poster box advertising device on public transportation shelter"
    349381        fr.name="Renseigner un dispositif publicitaire de type sucette sur un abribus ou abritram" />
    350382    <space/>
     
    352384    <key key="support" value="street_furniture:transit_shelter"/>
    353385    <space/>
    354     <combo key="size" 
    355         text="Size of poster box (length * height)" 
    356         fr.text="Taille de la sucette publicitaire (longueur * hauteur)" 
    357         values="1.15*1.7"
    358         default="1.15*1.7" />
    359     <combo key="height" 
    360         text="Height of highest part of poster box" 
    361         fr.text="Hauteur de la partie la plus haute de la sucette publicitaire" 
    362         values="2.15,2.5" 
     386    <combo key="size"
     387        text="Size of poster box (width * height)"
     388        fr.text="Taille de la sucette publicitaire (largeur * hauteur)"
     389        values="1.3*2.15"
     390        default="1.3*2.15" />
     391    <combo key="height"
     392        text="Height of highest part of poster box"
     393        fr.text="Hauteur de la partie la plus haute de la sucette publicitaire"
     394        values="2.15,2.5"
    363395        default="2.15" />
    364      <combo key="sides" 
    365         text="Number of sides" 
    366         fr.text="Nombre de côtés" 
     396     <combo key="sides"
     397        text="Number of sides"
     398        fr.text="Nombre de côtés"
    367399        values="1,2,3,4"
    368400        default="2" />
    369     <check key="lit" text="Lit ?" fr.text="Éclairé ?" default="on" value_on="yes" value_off="no" />
    370     <check key="luminous" text="Luminous ?" fr.text="Lumineux ?" default="on" value_on="yes" value_off="no" />
    371     <combo key="animated"
    372         text="If animated device, type of animation"
    373         fr.text="Si animé, type d'animation"
    374         values="no,winding_posters,screen"
     401    <check key="lit" text="Lit ?" fr.text="Éclairé ?" default="on" value_on="yes" value_off="no" />
     402    <check key="luminous" text="Luminous ?" fr.text="Lumineux ?" default="on" value_on="yes" value_off="no" />
     403    <combo key="animated"
     404        text="If animated device, type of animation"
     405        fr.text="Si animé, type d'animation"
     406        values_sort="false"
     407        values="no,winding_posters,screen"
    375408        default="no" />
    376409    <space/>
    377     <combo key="message" 
    378         text="Advertising message type" 
     410    <combo key="message"
     411        text="Advertising message type"
    379412        fr.text="Type de message publicitaire"
    380         values="commercial,information,municipality"
     413        values_sort="false"
     414        values="commercial,information,municipality"
    381415        default="commercial" />
    382      <combo key="display_surface" 
    383         text="Display surface (in m²)"
    384         fr.text="Surface d'affichage (en m²)" 
     416     <combo key="display_surface"
     417        text="Display surface (in m²)"
     418        fr.text="Surface d'affichage (en m²)"
    385419        values="2"
    386420        default="2" />
    387     <combo key="operator"
    388         text="Operator"
    389         fr.text="Opérateur"
    390         values="JCDecaux,Exterion (CBS Outdoor),ClearChannel Outdoor,PAP,Avenir,Giraudy" 
     421    <combo key="operator"
     422        text="Operator"
     423        fr.text="Opérateur"
     424        values_sort="true"
     425        values="JCDecaux,Exterion (CBS Outdoor),ClearChannel Outdoor,PAP,Avenir,Giraudy"
    391426        default="JCDecaux" />
    392     <combo key="ref" 
    393         text="Unique identifier" 
    394         fr.text="Identifiant (voir buteau)"
    395         values="" 
    396         default="" />
    397     <check key="land_property" text="Installed on public property" fr.text="Installé sur foncier public ?" default="off" value_on="public" value_off="private" /> 
    398     <check key="access" text="Display usable by all ?" fr.text="Surface d'affichage utilisable par tous ?" default="off" value_on="public" value_off="private" /> 
    399     <space/>
    400     <combo key="orientation" 
    401         text="Orientation of poster box with respect to the flow of people" 
     427    <combo key="ref"
     428        text="Unique identifier"
     429        fr.text="Identifiant (voir buteau)"
     430        values=""
     431        default="" />
     432    <check key="land_property" text="Installed on public property" fr.text="Installé sur foncier public ?" default="off" value_on="public" value_off="private" />
     433    <check key="access" text="Display usable by all ?" fr.text="Surface d'affichage utilisable par tous ?" default="off" value_on="public" value_off="private" />
     434    <space/>
     435    <combo key="orientation"
     436        text="Orientation of poster box with respect to the flow of people"
    402437        fr.text="Orientation du caisson publicitaire par rapport au flot du passage"
    403         values="front,medium,parallel,opposite,multi"
     438        values_sort="false"
     439        values="front,medium,parallel,opposite,multi"
    404440        default="front" />
    405     <combo key="visibility" 
     441    <combo key="visibility"
    406442        text="Visibility"
    407443        fr.text="Visibilité"
    408         values="house,street,area" 
    409         default="street"   
     444        values="house,street,area"
     445        default="street"
    410446        delete_if_empty="yes" />
    411447    <space/>
     
    413449
    414450<item name="6. Totem" fr.name="Totem" icon="images/Totem.png" type="node">
    415         <link href="http://wiki.openstreetmap.org/wiki/User:Barnes38/advertising_draft"/>
    416     <label text="Editing a 'totem' advertising device" 
     451    <link href="https://wiki.openstreetmap.org/wiki/Key:advertising"/>
     452    <label text="Editing a 'totem' advertising device"
    417453        fr.name="Renseigner un dispositif publicitaire de type 'totem'" />
    418454    <space/>
     
    420456    <key key="advertising" value="totem"/>
    421457    <space/>
    422     <combo key="size" 
    423         text="Size of advertising totem (length * height)" 
    424         fr.text="Taille du totem publicitaire (longueur * hauteur)" 
     458    <combo key="size"
     459        text="Size of advertising totem (width * height)"
     460        fr.text="Taille du totem publicitaire (largeur * hauteur)"
    425461        values="1.2*5,1.2*6,1.2*6.5,1*7,1*8"
    426462        default="1.2*6.5" />
    427      <combo key="height" 
    428         text="Height of highest part of advertising totem" 
    429         fr.text="Hauteur de la partie la plus haute du totem publicitaire" 
    430         values="5,6,6.5,8" 
     463     <combo key="height"
     464        text="Height of highest part of advertising totem"
     465        fr.text="Hauteur de la partie la plus haute du totem publicitaire"
     466        values="5,6,6.5,8"
    431467        default="6.5" />
    432     <combo key="sides" 
    433         text="Number of sides" 
    434         fr.text="Nombre de côtés" 
     468    <combo key="sides"
     469        text="Number of sides"
     470        fr.text="Nombre de côtés"
    435471        values="1,2,3,4"
    436472        default="2" />
    437     <check key="lit" text="Lit ?" fr.text="Éclairé ?" default="on" value_on="yes" value_off="no" />
    438     <check key="luminous" text="Luminous ?" fr.text="Lumineux ?" default="on" value_on="yes" value_off="no" />
    439     <combo key="animated"
    440         text="If animated device, type of animation"
    441         fr.text="Si animé, type d'animation"
    442         values="no,digital_prices,digital_messages"
     473    <check key="lit" text="Lit ?" fr.text="Éclairé ?" default="on" value_on="yes" value_off="no" />
     474    <check key="luminous" text="Luminous ?" fr.text="Lumineux ?" default="on" value_on="yes" value_off="no" />
     475    <combo key="animated"
     476        text="If animated device, type of animation"
     477        fr.text="Si animé, type d'animation"
     478        values_sort="false"
     479        values="no,digital_prices,digital_messages"
    443480        default="no" />
    444481    <space/>
    445     <combo key="message" text="Advertising message type" 
     482    <combo key="message" text="Advertising message type"
    446483        fr.text="Type de message publicitaire"
    447         values="commercial,information,municipality"
     484        values_sort="false"
     485        values="commercial,information,municipality"
    448486        default="commercial" />
    449      <combo key="display_surface" 
    450         text="Display surface (in m²)"
    451         fr.text="Surface d'affichage (en m²)" 
     487     <combo key="display_surface"
     488        text="Display surface (in m²)"
     489        fr.text="Surface d'affichage (en m²)"
    452490        values="6,7.2,7.8,7,8"
    453491        default="7.8" />
    454492    <space/>
    455     <combo key="operator"
    456         text="Operator"
    457         fr.text="Opérateur"
    458         values="JCDecaux,Exterion (CBS Outdoor),ClearChannel Outdoor,PAP,Avenir,Giraudy" 
    459         default="" />
    460     <combo key="ref"
    461         text="Unique identifier"
    462         fr.text="Identifiant (voir buteau)"
    463         values="" 
    464         default="" />
    465     <check key="land_property" text="Installed on public property" fr.text="Installé sur foncier public ?" default="off" value_on="public" value_off="private" />
    466     <check key="access" text="Display usable by all ?" fr.text="Surface d'affichage utilisable par tous ?" default="off" value_on="public" value_off="private" />
    467     <space/>
    468     <combo key="orientation"
    469         text="Orientation of advertising totem with respect to the flow of people"
     493    <combo key="operator"
     494        text="Operator"
     495        fr.text="Opérateur"
     496        values_sort="true"
     497        values="JCDecaux,Exterion (CBS Outdoor),ClearChannel Outdoor,PAP,Avenir,Giraudy"
     498        default="" />
     499    <combo key="ref"
     500        text="Unique identifier"
     501        fr.text="Identifiant (voir buteau)"
     502        values=""
     503        default="" />
     504    <check key="land_property" text="Installed on public property" fr.text="Installé sur foncier public ?" default="off" value_on="public" value_off="private" />
     505    <check key="access" text="Display usable by all ?" fr.text="Surface d'affichage utilisable par tous ?" default="off" value_on="public" value_off="private" />
     506    <space/>
     507    <combo key="orientation"
     508        text="Orientation of advertising totem with respect to the flow of people"
    470509        fr.text="Orientation du totem publicitaire par rapport au flot du passage"
    471         values="front,medium,parallel,opposite,multi"
     510        values_sort="false"
     511        values="front,medium,parallel,opposite,multi"
    472512        default="front" />
    473     <combo key="visibility" 
     513    <combo key="visibility"
    474514        text="Visibility"
    475515        fr.text="Visibilité"
    476         values="house,street,area"
    477         default="street"   
     516        values_sort="false"
     517        values="house,street,area"
     518        default="street"
    478519        delete_if_empty="yes" />
    479520</item>
    480521
    481522<item name="7. Column" fr.name="Colonne (de type 'Morris')" icon="images/Column.png" type="node">
    482         <link href="http://wiki.openstreetmap.org/wiki/User:Barnes38/advertising_draft"/>
    483     <label text="Editing a 'column' advertising device" 
     523    <link href="https://wiki.openstreetmap.org/wiki/Key:advertising"/>
     524    <label text="Editing a 'column' advertising device"
    484525        fr.name="Renseigner un dispositif publicitaire de type 'colonne'" />
    485526    <space/>
     
    487528    <key key="advertising" value="column"/>
    488529    <space/>
    489     <combo key="size" 
    490         text="Size of column (diameter * height)" 
     530    <combo key="size"
     531        text="Size of column (diameter * height)"
    491532        fr.text="Taille de la colonne (diamètre * hauteur)"
    492         values="2*5,2*6,3*6,3*7" 
     533        values="2*5,2*6,3*6,3*7"
    493534        default="2*6" />
    494      <combo key="height" 
    495         text="Height of highest part of column" 
    496         fr.text="Hauteur de la partie la plus haute de la colonne publicitaire" 
    497         values="5,6,7" 
     535     <combo key="height"
     536        text="Height of highest part of column"
     537        fr.text="Hauteur de la partie la plus haute de la colonne publicitaire"
     538        values="5,6,7"
    498539        default="6" />
    499     <check key="lit" text="Lit ?" fr.text="Éclairé ?" default="on" value_on="yes" value_off="no" /> 
    500     <check key="luminous" text="Luminous ?" fr.text="Lumineux ?" default="on" value_on="yes" value_off="no" /> 
    501     <combo key="animated" 
    502         text="If animated device, type of animation" 
    503         fr.text="Si animé, type d'animation"
    504         values="no,revolving" 
     540    <check key="lit" text="Lit ?" fr.text="Éclairé ?" default="on" value_on="yes" value_off="no" />
     541    <check key="luminous" text="Luminous ?" fr.text="Lumineux ?" default="on" value_on="yes" value_off="no" />
     542    <combo key="animated"
     543        text="If animated device, type of animation"
     544        fr.text="Si animé, type d'animation"
     545        values="no,revolving"
    505546        default="no" />
    506547    <space/>
    507     <combo key="message" 
    508         text="Advertising message type" 
     548    <combo key="message"
     549        text="Advertising message type"
    509550        fr.text="Type de message publicitaire"
    510         values="commercial,information,map_information,tourism,municipality,showbiz,cultural_event"
     551        values_sort="false"
     552        values="commercial,information,map_information,tourism,municipality,showbiz,cultural_event"
    511553        default="showbiz" />
    512      <combo key="display_surface" 
    513         text="Display surface (in m²)"
    514         fr.text="Surface d'affichage (en m²)" 
     554     <combo key="display_surface"
     555        text="Display surface (in m²)"
     556        fr.text="Surface d'affichage (en m²)"
    515557        values="25,31,47,56"
    516558        default="31" />
    517559    <space/>
    518     <combo key="operator"
    519         text="Operator"
    520         fr.text="Opérateur"
    521         values="JCDecaux,Exterion (CBS Outdoor),ClearChannel Outdoor,PAP,Avenir,Giraudy" 
     560    <combo key="operator"
     561        text="Operator"
     562        fr.text="Opérateur"
     563        values_sort="true"
     564        values="JCDecaux,Exterion (CBS Outdoor),ClearChannel Outdoor,PAP,Avenir,Giraudy"
    522565        default="JCDecaux" />
    523     <combo key="ref" 
    524         text="Unique identifier" 
    525         fr.text="Identifiant (voir buteau)"
    526         values="" 
    527         default="" />
    528     <check key="land_property" text="Installed on public property" fr.text="Installé sur foncier public ?" default="on" value_on="public" value_off="private" /> 
    529     <check key="access" text="Display usable by all ?" fr.text="Surface d'affichage utilisable par tous ?" default="off" value_on="public" value_off="private" /> 
    530     <space/>
    531     <combo key="orientation" 
    532         text="Orientation of advertising column with respect to the flow of people" 
     566    <combo key="ref"
     567        text="Unique identifier"
     568        fr.text="Identifiant (voir buteau)"
     569        values=""
     570        default="" />
     571    <check key="land_property" text="Installed on public property" fr.text="Installé sur foncier public ?" default="on" value_on="public" value_off="private" />
     572    <check key="access" text="Display usable by all ?" fr.text="Surface d'affichage utilisable par tous ?" default="off" value_on="public" value_off="private" />
     573    <space/>
     574    <combo key="orientation"
     575        text="Orientation of advertising column with respect to the flow of people"
    533576        fr.text="Orientation de la colonne publicitaire par rapport au flot du passage"
    534         values="front,medium,parallel,opposite,multi"
     577        values_sort="false"
     578        values="front,medium,parallel,opposite,multi"
    535579        default="multi" />
    536     <combo key="visibility" 
     580    <combo key="visibility"
    537581        text="Visibility"
    538582        fr.text="Visibilité"
    539         values="house,street,area"
    540         default="street"   
     583        values_sort="false"
     584        values="house,street,area"
     585        default="street"
    541586        delete_if_empty="yes" />
    542587</item>
    543          
    544          
     588
     589
    545590<item name="8. Wall advertising billboard" fr.name="Panneau publicitaire mural" icon="images/Billboard_wall.png"  type="node">
    546         <link href="http://wiki.openstreetmap.org/wiki/User:Barnes38/advertising_draft"/>
    547     <label text="Editing a 'wall billboard' advertising device" 
     591    <link href="https://wiki.openstreetmap.org/wiki/Key:advertising"/>
     592    <label text="Editing a 'wall billboard' advertising device"
    548593        fr.name="Renseigner un dispositif publicitaire de type 'panneau mural'" />
    549594    <space/>
     
    551596    <key key="advertising" value="billboard" />
    552597    <space/>
    553     <combo key="support" 
    554         text="Support of advertising billboard" 
     598    <combo key="support"
     599        text="Support of advertising billboard"
    555600        fr.text="Support du dispositif publicitaire"
    556         values="wall,fence"
    557         default="wall" />
    558     <combo key="size"
    559         text="Size of billboard (length * height)"
    560         fr.text="Taille du panneau publicitaire (longueur * hauteur)"
    561         values="2*2,3*2,4*3"
     601        values_sort="false"
     602        values="wall,fence"
     603        default="wall" />
     604    <combo key="size"
     605        text="Size of billboard (width * height)"
     606        fr.text="Taille du panneau publicitaire (largeur * hauteur)"
     607        values="2*2,3*2,4*3"
    562608        default="2*2" />
    563     <combo key="height" 
    564         text="Height of highest part of billboard" 
    565         fr.text="Hauteur de la partie la plus haute du panneau publicitaire" 
    566         values="3,4,5,6,7, 7.5" 
     609    <combo key="height"
     610        text="Height of highest part of billboard"
     611        fr.text="Hauteur de la partie la plus haute du panneau publicitaire"
     612        values="3,4,5,6,7, 7.5"
    567613        default="7.5" />
    568     <combo key="sides" 
    569         text="Number of sides" 
    570         fr.text="Nombre de côtés" 
    571         values="1" 
     614    <combo key="sides"
     615        text="Number of sides"
     616        fr.text="Nombre de côtés"
     617        values="1"
    572618        default="1" />
    573     <check key="lit" text="Lit ?" fr.text="Éclairé ?" default="on" value_on="yes" value_off="no" />
    574     <check key="luminous" text="Luminous ?" fr.text="Lumineux ?" default="off" value_on="yes" value_off="no" />
    575     <combo key="animated"
    576         text="If animated device, type of animation"
    577         fr.text="Si animé, type d'animation"
    578         values="no,trivision_blades,winding_posters,digital_prices,digital_messages,screen"
     619    <check key="lit" text="Lit ?" fr.text="Éclairé ?" default="on" value_on="yes" value_off="no" />
     620    <check key="luminous" text="Luminous ?" fr.text="Lumineux ?" default="off" value_on="yes" value_off="no" />
     621    <combo key="animated"
     622        text="If animated device, type of animation"
     623        fr.text="Si animé, type d'animation"
     624        values_sort="false"
     625        values="no,trivision_blades,winding_posters,digital_prices,digital_messages,screen"
    579626        default="no" />
    580627    <space/>
    581     <combo key="message" 
    582         text="Advertising message type" 
     628    <combo key="message"
     629        text="Advertising message type"
    583630        fr.text="Type de message publicitaire"
    584         values="commercial,information"
     631        values_sort="false"
     632        values="commercial,information"
    585633        default="commercial" />
    586      <combo key="display_surface" 
    587         text="Display surface (in m²)"
    588         fr.text="Surface d'affichage (en m²)" 
    589         values="4,6,12" 
     634     <combo key="display_surface"
     635        text="Display surface (in m²)"
     636        fr.text="Surface d'affichage (en m²)"
     637        values="4,6,12"
    590638        default="4" />
    591     <combo key="operator"
    592         text="Operator"
    593         fr.text="Opérateur"
    594         values="JCDecaux,Exterion (CBS Outdoor),ClearChannel Outdoor,PAP,Avenir,Giraudy" 
     639    <combo key="operator"
     640        text="Operator"
     641        fr.text="Opérateur"
     642        values_sort="true"
     643        values="JCDecaux,Exterion (CBS Outdoor),ClearChannel Outdoor,PAP,Avenir,Giraudy"
    595644        default="JCDecaux" />
    596     <combo key="ref" 
    597         text="Unique identifier" 
    598         fr.text="Identifiant (voir buteau)"
    599         values="" 
    600         default="" />
    601     <check key="land_property" text="Installed on public property" fr.text="Installé sur foncier public ?" default="on" value_on="public" value_off="private" /> 
    602     <check key="access" text="Display usable by all ?" fr.text="Surface d'affichage utilisable par tous ?" default="off" value_on="public" value_off="private" /> 
    603     <space/>
    604     <combo key="orientation" 
    605         text="Orientation of advertising device with respect to the flow of people" 
     645    <combo key="ref"
     646        text="Unique identifier"
     647        fr.text="Identifiant (voir buteau)"
     648        values=""
     649        default="" />
     650    <check key="land_property" text="Installed on public property" fr.text="Installé sur foncier public ?" default="on" value_on="public" value_off="private" />
     651    <check key="access" text="Display usable by all ?" fr.text="Surface d'affichage utilisable par tous ?" default="off" value_on="public" value_off="private" />
     652    <space/>
     653    <combo key="orientation"
     654        text="Orientation of advertising device with respect to the flow of people"
    606655        fr.text="Orientation du dispositif publicitaire par rapport au flot du passage"
    607         values="front,medium,parallel,opposite,multi"
     656        values_sort="false"
     657        values="front,medium,parallel,opposite,multi"
    608658        default="front" />
    609     <combo key="visibility" 
     659    <combo key="visibility"
    610660        text="Visibility"
    611661        fr.text="Visibilité"
    612         values="house,street,area"
    613         default="area"   
     662        values_sort="false"
     663        values="house,street,area"
     664        default="area"
    614665        delete_if_empty="yes" />
    615666    <space/>
    616667</item>
    617      
    618      
     668
     669
    619670<item name="9. Grounded billboard" fr.name="Panneau publicitaire scellé au sol" icon="images/Billboard_trunk.png"  type="node">
    620         <link href="http://wiki.openstreetmap.org/wiki/User:Barnes38/advertising_draft"/>
    621     <label text="Editing a 'grounded billboard' advertising device" 
     671    <link href="https://wiki.openstreetmap.org/wiki/Key:advertising"/>
     672    <label text="Editing a 'grounded billboard' advertising device"
    622673        fr.name="Renseigner un dispositif publicitaire de type 'panneau scellé au sol'" />
    623674    <space/>
     
    625676    <key key="advertising" value="billboard" />
    626677    <space/>
    627     <combo key="support" 
    628         text="Support of advertising billboard" 
     678    <combo key="support"
     679        text="Support of advertising billboard"
    629680        fr.text="Support du dispositif publicitaire"
    630         values="pole,poles,trunk"
    631         default="trunk" />
    632     <combo key="size"
    633         text="Size of billboard (length * height)"
    634         fr.text="Taille du panneau publicitaire (longueur * hauteur)"
    635         values="1.3*2.15,2*2,3*2,4*3"
     681        values_sort="false"
     682        values="pole,poles,trunk"
     683        default="trunk" />
     684    <combo key="size"
     685        text="Size of billboard (width * height)"
     686        fr.text="Taille du panneau publicitaire (largeur * hauteur)"
     687        values="1.3*2.15,2*2,3*2,4*3"
    636688        default="4*3" />
    637     <combo key="height" 
    638         text="Height of highest part of billboard" 
    639         fr.text="Hauteur de la partie la plus haute du panneau publicitaire" 
    640         values="2,3,4,5,6,7" 
     689    <combo key="height"
     690        text="Height of highest part of billboard"
     691        fr.text="Hauteur de la partie la plus haute du panneau publicitaire"
     692        values="2,3,4,5,6,7"
    641693        default="6" />
    642     <combo key="sides" 
    643         text="Number of sides" 
    644         fr.text="Nombre de côtés" 
    645         values="1,2,3,4" 
     694    <combo key="sides"
     695        text="Number of sides"
     696        fr.text="Nombre de côtés"
     697        values="1,2,3,4"
    646698        default="2" />
    647     <check key="lit" text="Lit ?" fr.text="Éclairé ?" default="on" value_on="yes" value_off="no" />
    648     <check key="luminous" text="Luminous ?" fr.text="Lumineux ?" default="on" value_on="yes" value_off="no" />
    649      <combo key="animated"
    650         text="If animated device, type of animation"
    651         fr.text="Si animé, type d'animation"
    652         values="no,trivision_blades,winding_posters,digital_prices,digital_messages,screen"
     699    <check key="lit" text="Lit ?" fr.text="Éclairé ?" default="on" value_on="yes" value_off="no" />
     700    <check key="luminous" text="Luminous ?" fr.text="Lumineux ?" default="on" value_on="yes" value_off="no" />
     701     <combo key="animated"
     702        text="If animated device, type of animation"
     703        fr.text="Si animé, type d'animation"
     704        values_sort="false"
     705        values="no,trivision_blades,winding_posters,digital_prices,digital_messages,screen"
    653706        default="winding_posters" />
    654707    <space/>
    655     <combo key="message" 
    656         text="Advertising message type" 
     708    <combo key="message"
     709        text="Advertising message type"
    657710        fr.text="Type de message publicitaire"
    658         values="commercial,information"
     711        values_sort="false"
     712        values="commercial,information"
    659713        default="commercial" />
    660      <combo key="display_surface" 
    661         text="Display surface (in m²)"
    662         fr.text="Surface d'affichage (en m²)" 
    663         values="4,6,12" 
     714     <combo key="display_surface"
     715        text="Display surface (in m²)"
     716        fr.text="Surface d'affichage (en m²)"
     717        values="4,6,12"
    664718        default="12" />
    665     <combo key="operator"
    666         text="Operator"
    667         fr.text="Opérateur"
    668         values="JCDecaux,Exterion (CBS Outdoor),ClearChannel Outdoor,PAP,Avenir,Giraudy" 
     719    <combo key="operator"
     720        text="Operator"
     721        fr.text="Opérateur"
     722        values_sort="true"
     723        values="JCDecaux,Exterion (CBS Outdoor),ClearChannel Outdoor,PAP,Avenir,Giraudy"
    669724        default="JCDecaux" />
    670     <combo key="ref" 
    671         text="Unique identifier" 
    672         fr.text="Identifiant (voir buteau)"
    673         values="" 
    674         default="" />
    675     <check key="land_property" text="Installed on public property" fr.text="Installé sur foncier public ?" default="on" value_on="public" value_off="private" /> 
    676     <check key="access" text="Display usable by all ?" fr.text="Surface d'affichage utilisable par tous ?" default="off" value_on="public" value_off="private" /> 
    677     <space/>
    678     <combo key="orientation" 
    679         text="Orientation of advertising device with respect to the flow of people" 
     725    <combo key="ref"
     726        text="Unique identifier"
     727        fr.text="Identifiant (voir buteau)"
     728        values=""
     729        default="" />
     730    <check key="land_property" text="Installed on public property" fr.text="Installé sur foncier public ?" default="on" value_on="public" value_off="private" />
     731    <check key="access" text="Display usable by all ?" fr.text="Surface d'affichage utilisable par tous ?" default="off" value_on="public" value_off="private" />
     732    <space/>
     733    <combo key="orientation"
     734        text="Orientation of advertising device with respect to the flow of people"
    680735        fr.text="Orientation du dispositif publicitaire par rapport au flot du passage"
    681         values="front,medium,parallel,opposite,multi"
     736        values_sort="false"
     737        values="front,medium,parallel,opposite,multi"
    682738        default="front" />
    683     <combo key="visibility" 
     739    <combo key="visibility"
    684740        text="Visibility"
    685741        fr.text="Visibilité"
    686         values="house,street,area" 
    687         default="area"   
     742        values="house,street,area"
     743        default="area"
    688744        delete_if_empty="yes" />
    689745</item>
    690746
    691    
     747
    692748<item name="11. Undefined advertising device" fr.name="Dispositif publicitaire non prédéfini" icon="images/Billboard_trunk.png" type="node">
    693         <link href="http://wiki.openstreetmap.org/wiki/User:Barnes38/advertising_draft"/>
    694     <label text="Editing an advertising device undefined" 
     749    <link href="https://wiki.openstreetmap.org/wiki/Key:advertising"/>
     750    <label text="Editing an advertising device undefined"
    695751        fr.name="Renseigner un dispositif publicitaire non prédéfini" />
    696752    <key key="man_made" value="advertising"/>
    697     <combo key="advertising" 
    698         text="Type of advertising device" 
     753    <combo key="advertising"
     754        text="Type of advertising device"
    699755        fr.text="Type du dispositif publicitaire"
    700         values="board,poster_box,totem,column,billboard,flag,sculpture,sign,neon,screen,wall_painting,tarp"
    701         default=""   
    702         delete_if_empty="yes" />
    703     <space/>
    704      <combo key="support"
    705         text="Support of advertising device"
     756        values_sort="false"
     757        values="board,poster_box,totem,column,billboard,flag,sculpture,sign,neon,screen,wall_painting,tarp"
     758        default=""
     759        delete_if_empty="yes" />
     760    <space/>
     761     <combo key="support"
     762        text="Support of advertising device"
    706763        fr.text="Support du dispositif publicitaire"
     764        values_sort="false"
    707765        values="post,pole,mast,trunk,fence,wall,totem,easel,tarp,ceiling, \
    708766        street_furniture,street_furniture:transit_shelter,street_furniture:newspaper_kiosk, \
    709767        street_furniture:orientationer_kiosk,street_furniture:information,street_furniture:map, \
    710768        street_furniture:bench,street_furniture:trash,street_furniture:recycling,street_furniture:clock"
    711         default=""   
    712         delete_if_empty="yes" />
    713     <combo key="size"
    714         text="Size of advertising device (length * height)"
    715         fr.text="Taille du dispositif publicitaire (longueur * hauteur)"
    716         values="1.3*2.15,1,2*6.5,1*8,2*2,3*2,4*3,8*3,10*4,20*8"
    717         default=""   
    718         delete_if_empty="yes" />
    719      <combo key="height"
    720         text="Height of highest part of advertising device"
    721         fr.text="Hauteur de la partie la plus haute du dispositif publicitaire"
    722         values="2,2.15,2.5,3,4,5,6,6.5,7,7.5,8,10,15,20,50"
    723         default=""   
    724         delete_if_empty="yes" />
    725     <combo key="sides"
    726         text="Number of sides"
    727         fr.text="Nombre de côtés"
    728         values="1,2,3,4"
    729         default=""   
    730         delete_if_empty="yes" />
    731     <check key="lit" text="Lit ?" fr.text="Éclairé ?" default="off" value_on="yes" value_off="no" />
    732     <check key="luminous" text="Luminous ?" fr.text="Lumineux ?" default="off" value_on="yes" value_off="no" />
    733     <combo key="animated"
    734         text="If animated device, type of animation"
    735         fr.text="Si animé, type d'animation"
     769        default=""
     770        delete_if_empty="yes" />
     771    <combo key="size"
     772        text="Size of advertising device (width * height)"
     773        fr.text="Taille du dispositif publicitaire (largeur * hauteur)"
     774        values="1.3*2.15,1,2*6.5,1*8,2*2,3*2,4*3,8*3,10*4,20*8"
     775        default=""
     776        delete_if_empty="yes" />
     777     <combo key="height"
     778        text="Height of highest part of advertising device"
     779        fr.text="Hauteur de la partie la plus haute du dispositif publicitaire"
     780        values="2,2.15,2.5,3,4,5,6,6.5,7,7.5,8,10,15,20,50"
     781        default=""
     782        delete_if_empty="yes" />
     783    <combo key="sides"
     784        text="Number of sides"
     785        fr.text="Nombre de côtés"
     786        values="1,2,3,4"
     787        default=""
     788        delete_if_empty="yes" />
     789    <check key="lit" text="Lit ?" fr.text="Éclairé ?" default="off" value_on="yes" value_off="no" />
     790    <check key="luminous" text="Luminous ?" fr.text="Lumineux ?" default="off" value_on="yes" value_off="no" />
     791    <combo key="animated"
     792        text="If animated device, type of animation"
     793        fr.text="Si animé, type d'animation"
     794        values_sort="false"
    736795        values="no,trivision_blades,winding_posters,digital_prices,digital_messages,screen"
    737         default=""   
    738         delete_if_empty="yes" />
    739     <space/>
    740     <combo key="message" 
    741         text="Advertising message type" 
     796        default=""
     797        delete_if_empty="yes" />
     798    <space/>
     799    <combo key="message"
     800        text="Advertising message type"
    742801        fr.text="Type de message publicitaire"
    743         values="commercial,information,map_information,tourism,municipality,opinions,non_profit,cultural_event,legal,safety"
    744         default="" 
    745         delete_if_empty="yes" />
    746      <combo key="display_surface"
    747         text="Display surface (in m²)"
    748         fr.text="Surface d'affichage (en m²)"
    749         values="2.795,4,6,8,12,16,24,40,160"
    750         default=""   
    751         delete_if_empty="yes" />
    752     <space/>
    753     <combo key="operator"
    754         text="Operator"
    755         fr.text="Opérateur"
    756         values="JCDecaux,Exterion (CBS Outdoor),ClearChannel Outdoor,PAP,Avenir,Giraudy" 
    757         default=""   
     802        values_sort="false"
     803        values="commercial,information,map_information,tourism,municipality,opinions,non_profit,cultural_event,legal,safety"
     804        default=""
     805        delete_if_empty="yes" />
     806     <combo key="display_surface"
     807        text="Display surface (in m²)"
     808        fr.text="Surface d'affichage (en m²)"
     809        values="2,4,6,8,12,16,24,40,160"
     810        default=""
     811        delete_if_empty="yes" />
     812    <space/>
     813    <combo key="operator"
     814        text="Operator"
     815        fr.text="Opérateur"
     816        values_sort="true"
     817        values="JCDecaux,Exterion (CBS Outdoor),ClearChannel Outdoor,PAP,Avenir,Giraudy"
     818        default=""
    758819        delete_if_empty="yes"/>
    759     <combo key="ref" 
    760         text="Unique identifier" 
    761         fr.text="Identifiant (voir buteau)"
    762         values="" 
    763         default=""   
    764         delete_if_empty="yes" />
    765     <check key="land_property" text="Installed on public property" fr.text="Installé sur foncier public ?" default="on" value_on="public" value_off="private" /> 
    766     <check key="access" text="Display usable by all ?" fr.text="Surface d'affichage utilisable par tous ?" default="off" value_on="public" value_off="private" /> 
    767     <space/>
    768     <combo key="orientation" 
    769         text="Orientation of advertising device with respect to the flow of people" 
     820    <combo key="ref"
     821        text="Unique identifier"
     822        fr.text="Identifiant (voir buteau)"
     823        values=""
     824        default=""
     825        delete_if_empty="yes" />
     826    <check key="land_property" text="Installed on public property" fr.text="Installé sur foncier public ?" default="on" value_on="public" value_off="private" />
     827    <check key="access" text="Display usable by all ?" fr.text="Surface d'affichage utilisable par tous ?" default="off" value_on="public" value_off="private" />
     828    <space/>
     829    <combo key="orientation"
     830        text="Orientation of advertising device with respect to the flow of people"
    770831        fr.text="Orientation du dispositif publicitaire par rapport au flot du passage"
    771         values="front,medium,parallel,opposite,multi"
    772         default=""   
    773         delete_if_empty="yes" />
    774     <combo key="visibility"
     832        values_sort="false"
     833        values="front,medium,parallel,opposite,multi"
     834        default=""
     835        delete_if_empty="yes" />
     836    <combo key="visibility"
    775837        text="Visibility"
    776838        fr.text="Visibilité"
    777         values="house,street,area"
    778         default=""   
     839        values_sort="false"
     840        values="house,street,area"
     841        default=""
    779842        delete_if_empty="yes" />
    780843    </item>