Changes between Version 38 and Version 39 of Presets/AdvertisingPreset


Ignore:
Timestamp:
2016-11-12T09:24:30+01:00 (9 years ago)
Author:
Barnes38
Comment:

Change from combo to check for 4 properties, removed lit:type for luminous, and others

Legend:

Unmodified
Added
Removed
Modified
  • Presets/AdvertisingPreset

    v38 v39  
    1717  link="https://wiki.openstreetmap.org/wiki/User:Barnes38/advertising_draft"
    1818  description="Editor to help tagging advertising devices into JOSM. Several types predefined. "
    19   fr.description="Editeur pour renseigner les attributs des dispositifs publicitaires dans JOSM. Plusieurs types prédéfinis qui doivent correspondre assez bien aux dispositifs publicitaires en France."
     19  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."
    2020  shortdescription="Advertising devices editor"
    21   fr.shortdescription="Editeur de dispositifs publicitaires">
     21  fr.shortdescription="Éditeur de dispositifs publicitaires. Voir pour la France 'Preset_Dispositif_Publicitaire'">
    2222 
    2323 
    24 <group name="Advertising devices" fr.name="Dispositifs publicitaires" icon="images/billboard43_trunk.png" >       
     24<group name="Advertising device" fr.name="Dispositif publicitaire" icon="images/billboard43_trunk.png" >       
    2525
    2626<item name="1. Opinions/non profit display board" fr.name="Panneau pour affichage 'opinions/associations'" icon="images/board_free.png" type="node">
     
    3838        default="poles" />
    3939    <combo key="size"
    40         text="Size of board : number*(length * height)"
    41         fr.text="Taille du panneau d'affichage réservé : nombre*(diamètre x hauteur)"
    42         values="1.2*1,(2*1)+(1.2*1),2*(1.2*1.6),0.4*0.6,(1.25*1.2)+(2*1),2*(0.8*1.2),3*(0.4*0.6)"
     40        text="Size of board : [ number * ] (length * height)"
     41        fr.text="Taille du panneau d'affichage réservé : [nombre * ](longueur * hauteur)"
     42        values="0.4*0.6,3*(0.4*0.6),1.2*1,2*(0.8*1.2),(2*1)+(1.2*1),(1.25*1.2)+(2*1),2*(1.2*1.6)"
    4343        default="1.2*1" />
    4444    <combo key="height"
     
    5858        values="information,municipality,display_opinion,non_profit,cultural_event"
    5959        default="display_opinion,non_profit" />
    60      <combo key="display_size"
    61         text="Display size number*(length * height)"
    62         fr.text="Taille de l'affichage nombre*(longueur * hauteur)"
    63         values="1.2*1,(2*1)+(1.2*1),2*(1.2*1.6),0.4*0.6,(1.25*1.2)+(2*1),2*(0.8*1.2),3*(0.4*0.6)"
    64         default="1.2*1" />
    65     <combo key="operator" text="Operator"
    66         fr.text="Opérateur"
    67         values="Ville de Grenoble, Ville de Fontaine, Ville de Sassenage" 
    68         default="Ville de Grenoble"   
    69         delete_if_empty="yes" />
    70     <combo key="ref"
    71         text="Unique identifier"
    72         fr.text="Identifiant (voir buteau)"
    73         values="" 
    74         default=""   
    75         delete_if_empty="yes" />
    76     <combo key="access"
    77         text="Display open to all (public), or not (private)"
    78         fr.text="Surface d'affichage ouverte à tous (public), ou pas (private)"
    79         values="open,private"
    80         default="open" />
    81      <space/>
    82     <combo key="legal_type:FR"
    83         text="Type of advertising unit for french legal regulations"
    84         fr.text="Type du dispositif publicitaire dans la réglementation légale française "
    85         values="opinions/associations"
    86         default="opinions/associations" />
    87     <combo key="legal_status:FR"
    88         text="Status in french regulations"
    89         fr.text="Statut vis-à-vis de la réglementation française"
    90         values="OK,A vérifier,KO"
    91         default="A vérifier" />
    92      <space/>
    93      <combo key="land_property"
    94         text="Installed on public domain (public) or on private property (private)"
    95         fr.text="Installé sur domaine public (public) ou sur foncier privé (private)"
    96         values="public,private"
    97         default="public" />
    98     <space/>
    99     <combo key="orientation"
    100         text="Orientation of board as seen from the orientation of people"
     60     <combo key="display_surface"
     61        text="Display surface (in m²)"
     62        fr.text="Surface d'affichage (en m²)"
     63        values="0.24,0.96,1.2,1.92,2,3.2,3.5,3.84"
     64        default="1.2" />
     65    <combo key="operator"
     66        text="Operator"
     67        fr.text="Opérateur"
     68        values="Town of ... " 
     69        default=""   
     70        delete_if_empty="yes" />
     71    <combo key="ref"
     72        text="Unique identifier"
     73        fr.text="Identifiant (voir buteau)"
     74        values="" 
     75        default=""   
     76        delete_if_empty="yes" />
     77    <check key="land_property" text="Installed on public property" fr.text="Installé sur foncier public ?" default="on" value_on="public" value_off="private" />
     78    <check key="access" text="Display usable by all ?" fr.text="Surface d'affichage utilisable par tous ?" default="on" value_on="public" value_off="private" />
     79    <space/>
     80    <combo key="orientation"
     81        text="Orientation of board with respect to the flow of people"
    10182        fr.text="Orientation du panneau d'affichage libre par rapport au flot du passage"
    10283        values="front,medium,parallel,opposite,multi"
    10384        default="parallel"  />
    104     <combo key="location_side"
    105         text="Way side where the advertising board is located related to the orientation of people"
    106         fr.text="Coté de la voie où se trouve le panneau d'affichage libre par rapport au passage"
    107         values="same,opposite,middle"
    108         default="same" />
     85    <combo key="visibility"
     86        text="Visibility"
     87        fr.text="Visibilité"
     88        values="house,street,area"
     89        default="house"   
     90        delete_if_empty="yes" />
    10991 </item>
    11092   
     
    124106    <combo key="size"
    125107        text="Size of indication board (length * height)"
    126         fr.text="Taille de la préenseigne publicitaire (diamètre x hauteur)"
     108        fr.text="Taille de la préenseigne publicitaire (longueur * hauteur)"
    127109        values="1.5*1"
    128110        default="1.5*1" />
     
    137119        values="1,2,3,4"
    138120        default="1" />
    139     <combo key="lit"
    140         text="Is device lit ?"
    141         fr.text="Est-ce éclairé ?"
    142         values="yes,no"
    143         default="no" />
    144     <combo key="lit:type"
    145         text="If device is lit, way it is lit"
    146         fr.text="Si éclairé, type d'éclairage"
    147         values="transmission,reflexion,neon,numeric,screen"
    148         default="" />
     121    <check key="lit" text="Lit ?" fr.text="Éclairé ?" default="off" value_on="yes" value_off="no" />
     122    <check key="luminous" text="Luminous ?" fr.text="Lumineux ?" default="off" value_on="yes" value_off="no" />
    149123    <combo key="animated"
    150124        text="If animated device, type of animation"
     
    158132        values="commercial,information,map_information,tourism,municipality,display_opinion,non_profit,cultural_event,legal,safety"
    159133        default="commercial" />
    160     <combo key="display_size"
    161         text="Display size (length * height)"
    162         fr.text="Taille de l'affichage (longueur * hauteur)"
    163         values="1.5*1,2*1"
    164         default="1.5*1" />
    165     <space/>
    166     <combo key="operator" text="Operator"
     134     <combo key="display_surface"
     135        text="Display surface (in m²)"
     136        fr.text="Surface d'affichage (en m²)"
     137        values="1.5,2"
     138        default="1.5" />
     139    <space/>
     140    <combo key="operator"
     141        text="Operator"
    167142        fr.text="Opérateur"
    168143        values="JCDecaux,Exterion (CBS Outdoor),ClearChannel Outdoor,PAP,Avenir,Giraudy" 
     
    173148        values="" 
    174149        default="" />
    175     <combo key="access"
    176         text="Display open to all (public), or not (private)"
    177         fr.text="Surface d'affichage ouverte à tous (public), ou pas (private)"
    178         values="open,private"
    179         default="private" />
    180      <space/>
    181     <combo key="legal_type:FR"
    182         text="Type of advertising unit for french legal regulations"
    183         fr.text="Type du dispositif publicitaire dans la réglementation légale française "
    184         values="publicité,enseigne,préenseigne"
    185         default="préenseigne" />
    186     <combo key="legal_status:FR"
    187         text="Status in french regulations"
    188         fr.text="Statut vis-à-vis de la réglementation française"
    189         values="OK,A vérifier,KO"
    190         default="A vérifier" />
    191     <space/>
    192     <combo key="land_property"
    193         text="Installed on public domain (public) or on private property (private)"
    194         fr.text="Installé sur domaine public (public) ou sur foncier privé (private)"
    195         values="public,private"
    196         default="private" />
    197     <space/>
    198     <combo key="orientation"
    199         text="Orientation of indication as seen from the orientation of people"
     150    <check key="land_property" text="Installed on public property" fr.text="Installé sur foncier public ?" default="on" value_on="public" value_off="private" />
     151    <check key="access" text="Display usable by all ?" fr.text="Surface d'affichage utilisable par tous ?" default="off" value_on="public" value_off="private" />
     152    <space/>
     153    <combo key="orientation"
     154        text="Orientation of indication with respect to the flow of people"
    200155        fr.text="Orientation de la préenseigne publicitaire par rapport au flot du passage"
    201156        values="front,medium,parallel,opposite,multi"
    202157        default="front" />
    203     <combo key="location_side"
    204         text="Way side where the indication board is located related to the orientation of people"
    205         fr.text="Coté de la voie de la voie où se trouve la préenseigne publicitaire par rapport au passage"
    206         values="same,opposite,middle"
    207         default="same" />
     158    <combo key="visibility"
     159        text="Visibility"
     160        fr.text="Visibilité"
     161        values="house,street,area"
     162        default="house"   
     163        delete_if_empty="yes" />
    208164</item>
    209165
     
    236192        values="1,2,3,4"
    237193        default="1" />
    238     <combo key="lit"
    239         text="Is device lit ?"
    240         fr.text="Est-ce éclairé ?"
    241         values="yes,no"
    242         default="no" />
    243     <combo key="lit:type"
    244         text="If device is lit, way it is lit"
    245         fr.text="Si éclairé, type d'éclairage"
    246         values="transmission,reflexion,neon,numeric,screen"
    247         default="" />
     194    <check key="lit" text="Lit ?" fr.text="Éclairé ?" default="off" value_on="yes" value_off="no" />
     195    <check key="luminous" text="Luminous ?" fr.text="Lumineux ?" default="off" value_on="yes" value_off="no" />
    248196    <combo key="animated"
    249197        text="If animated device, type of animation"
     
    258206        default="commercial" />
    259207    <space/>
    260      <combo key="display_size"
    261         text="Display size (length * height)"
    262         fr.text="Taille de l'affichage (longueur * hauteur)"
    263         values="1.2*1,1.3*1,1.5*1,2*1"
    264         default="1.5*1" />
    265     <combo key="operator" text="Operator"
    266         fr.text="Opérateur"
    267         values="Ville de Grenoble, Ville de Fontaine" 
     208     <combo key="display_surface"
     209        text="Display surface (in m²)"
     210        fr.text="Surface d'affichage (en m²)"
     211        values="1.5"
     212        default="1.5" />
     213    <combo key="operator"
     214        text="Operator"
     215        fr.text="Opérateur"
     216        values="Town of .." 
    268217        default=""  />
    269218    <combo key="ref"
     
    272221        values="" 
    273222        default="" />
    274     <combo key="access"
    275         text="Display open to all (public), or not (private)"
    276         fr.text="Surface d'affichage ouverte à tous (public), ou pas (private)"
    277         values="open,private"
    278         default="open" />
    279      <space/>
    280     <combo key="land_property"
    281         text="Installed on public domain (public) or on private property (private)"
    282         fr.text="Installé sur domaine public (public) ou sur foncier privé (private)"
    283         values="public,private"
    284         default="public" />
    285     <space/>
    286     <combo key="legal_type:FR"
    287         text="Type of advertising unit for french legal regulations"
    288         fr.text="Type du dispositif publicitaire dans la réglementation légale française "
    289         values="publicité,enseigne,préenseigne,opinions/associations,JEI"
    290         default="publicité" />
    291     <combo key="legal_status:FR"
    292         text="Status in french regulations"
    293         fr.text="Statut vis-à-vis de la réglementation française"
    294         values="OK,A vérifier,KO"
    295         default="A vérifier" />
    296     <space/>
    297     <combo key="orientation"
    298         text="Orientation of board as seen from the orientation of people"
     223    <check key="land_property" text="Installed on public property" fr.text="Installé sur foncier public ?" default="on" value_on="public" value_off="private" />
     224    <check key="access" text="Display usable by all ?" fr.text="Surface d'affichage utilisable par tous ?" default="off" value_on="public" value_off="private" />
     225    <space/>
     226    <combo key="orientation"
     227        text="Orientation of board with respect to the flow of people"
    299228        fr.text="Orientation de le pannonceau par rapport au flot du passage"
    300229        values="front,medium,parallel,opposite,multi"
    301230        default="front" />
    302     <combo key="location_side"
    303         text="Way side where the advertising board is located related to the orientation of people"
    304         fr.text="Coté de la voie où se trouve le pannonceau par rapport au passage"
    305         values="same,opposite,middle"
    306         default="same" />
     231    <combo key="visibility"
     232        text="visibility"
     233        fr.text="Visibilité"
     234        values="house,street,area"
     235        default="street"   
     236        delete_if_empty="yes" />
    307237</item>
    308238   
     
    330260        values="1,2,3,4"
    331261        default="2" />
    332     <combo key="lit"
    333         text="Is device lit ?"
    334         fr.text="Est-ce éclairé ?"
    335         values="yes,no"
    336         default="yes" />
    337     <combo key="lit:type"
    338         text="If device is lit, way it is lit"
    339         fr.text="Si éclairé, type d'éclairage"
    340         values="transmission,reflexion,neon,numeric,screen"
    341         default="transmission" />
     262    <check key="lit" text="Lit ?" fr.text="Éclairé ?" default="on" value_on="yes" value_off="no" />
     263    <check key="luminous" text="Luminous ?" fr.text="Lumineux ?" default="on" value_on="yes" value_off="no" />
    342264    <combo key="animated"
    343265        text="If animated device, type of animation"
     
    361283        values="commercial,information,map_information,municipality"
    362284        default="municipality" />
    363     <combo key="display_size"
    364         text="Display size (length * height)"
    365         fr.text="Taille de l'affichage (longueur * hauteur)"
    366         values="1.3*2.15,1.3*2.5"
    367         default="1.3*x2.15" />
     285     <combo key="display_surface"
     286        text="Display surface (in m²)"
     287        fr.text="Surface d'affichage (en m²)"
     288        values="2.75,3.25"
     289        default="2.75" />
    368290    <combo key="operator"
    369291        text="Operator"
     
    376298        values="" 
    377299        default="" />
    378     <combo key="access"
    379         text="Display open to all (public), or not (private)"
    380         fr.text="Surface d'affichage ouverte à tous (public), ou pas (private)"
    381         values="open,private"
    382         default="private" />
    383     <space/>
    384     <combo key="land_property"
    385         text="Installed on public domain (public) or on private property (private)"
    386         fr.text="Installé sur domaine public (public) ou sur foncier privé (private)"
    387         values="public,private"
    388         default="public" />
    389     <space/>
    390     <combo key="legal_type:FR"
    391         text="Type of advertising unit for french legal regulations"
    392         fr.text="Type du dispositif publicitaire dans la réglementation légale française "
    393         values="publicité,enseigne"
    394         default="publicité" />
    395     <combo key="legal_status:FR"
    396         text="Status in french regulations"
    397         fr.text="Statut vis-à-vis de la réglementation française"
    398         values="OK,A vérifier,KO"
    399         default="A vérifier" />
     300    <check key="land_property" text="Installed on public property" fr.text="Installé sur foncier public ?" default="on" value_on="public" value_off="private" />
     301    <check key="access" text="Display usable by all ?" fr.text="Surface d'affichage utilisable par tous ?" default="off" value_on="public" value_off="private" />
    400302    <space/>
    401303     <combo key="orientation"
    402         text="Orientation of poster box as seen from the orientation of people"
     304        text="Orientation of poster box with respect to the flow of people"
    403305        fr.text="Orientation de la sucette publicitaire par rapport au flot du passage"
    404306        values="front,medium,parallel,opposite,multi"
    405307        default="front" />
    406     <combo key="location_side"
    407         text="Way side where the poster box is located related to the orientation of people"
    408         fr.text="Coté de la voie où se trouve la sucette publicitaire par rapport au passage"
    409         values="same,opposite,middle"
    410         default="same" />
     308    <combo key="visibility"
     309        text="visibility"
     310        fr.text="Visibilité"
     311        values="house,street,area"
     312        default="street"   
     313        delete_if_empty="yes" />
    411314    <space/>
    412315</item>
     
    436339        values="1,2,3,4"
    437340        default="2" />
    438     <combo key="lit"
    439         text="Is device lit ?"
    440         fr.text="Est-ce éclairé ?"
    441         values="yes,no"
    442         default="yes" />
    443     <combo key="lit:type"
    444         text="If device is lit, way it is lit"
    445         fr.text="Si éclairé, type d'éclairage"
    446         values="transmission,reflexion,neon,numeric,screen"
    447         default="transmission" />
     341    <check key="lit" text="Lit ?" fr.text="Éclairé ?" default="on" value_on="yes" value_off="no" />
     342    <check key="luminous" text="Luminous ?" fr.text="Lumineux ?" default="on" value_on="yes" value_off="no" />
    448343    <combo key="animated"
    449344        text="If animated device, type of animation"
     
    457352        values="commercial,information,municipality"
    458353        default="commercial" />
    459     <combo key="display_size"
    460         text="Display size (length * height)"
    461         fr.text="Taille de l'affichage (longueur * hauteur)"
    462         values="1.3*2.15,1.3*2.5"
    463         default="1.3*2.15" />
     354     <combo key="display_surface"
     355        text="Display surface (in m²)"
     356        fr.text="Surface d'affichage (en m²)"
     357        values="2.75,3.25"
     358        default="2.75" />
    464359    <combo key="operator"
    465360        text="Operator"
     
    472367        values="" 
    473368        default="" />
    474     <combo key="access"
    475         text="Display open to all (public), or not (private)"
    476         fr.text="Surface d'affichage ouverte à tous (public), ou pas (private)"
    477         values="open,private"
    478         default="private" />
    479     <space/>
    480     <combo key="land_property"
    481         text="Installed on public domain (public) or on private property (private)"
    482         fr.text="Installé sur domaine public (public) ou sur foncier privé (private)"
    483         values="public,private"
    484         default="public" />
    485     <space/>
    486     <combo key="legal_type:FR"
    487         text="Type of advertising unit for french legal regulations"
    488         fr.text="Type du dispositif publicitaire dans la réglementation légale française "
    489         values="publicité"
    490         default="publicité" />
    491     <combo key="legal_status:FR"
    492         text="Status in french regulations"
    493         fr.text="Statut vis-à-vis de la réglementation française"
    494         values="OK,A vérifier,KO"
    495         default="A vérifier" />
    496     <space/>
    497     <combo key="orientation"
    498         text="Orientation of poster box as seen from the orientation of people"
     369    <check key="land_property" text="Installed on public property" fr.text="Installé sur foncier public ?" default="off" value_on="public" value_off="private" />
     370    <check key="access" text="Display usable by all ?" fr.text="Surface d'affichage utilisable par tous ?" default="off" value_on="public" value_off="private" />
     371    <space/>
     372    <combo key="orientation"
     373        text="Orientation of poster box with respect to the flow of people"
    499374        fr.text="Orientation du caisson publicitaire par rapport au flot du passage"
    500375        values="front,medium,parallel,opposite,multi"
    501376        default="front" />
    502     <combo key="location_side"
    503         text="Way side where the poster box is located related to the orientation of people"
    504         fr.text="Coté de la voie où se trouve le caisson publicitaire par rapport au passage"
    505         values="same,opposite,middle"
    506         default="same" />
     377    <combo key="visibility"
     378        text="Visibility"
     379        fr.text="Visibilité"
     380        values="house,street,area"
     381        default="street"   
     382        delete_if_empty="yes" />
    507383    <space/>
    508384</item>
     
    531407        values="1,2,3,4"
    532408        default="2" />
    533     <combo key="lit"
    534         text="Is device lit ?"
    535         fr.text="Est-ce éclairé ?"
    536         values="yes,no"
    537         default="yes" />
    538     <combo key="lit:type"
    539         text="If device is lit, way it is lit"
    540         fr.text="Si éclairé, type d'éclairage"
    541         values="transmission,reflexion,neon,numeric,screen"
    542         default="transmission" />
     409    <check key="lit" text="Lit ?" fr.text="Éclairé ?" default="on" value_on="yes" value_off="no" />
     410    <check key="luminous" text="Luminous ?" fr.text="Lumineux ?" default="on" value_on="yes" value_off="no" />
    543411    <combo key="animated"
    544412        text="If animated device, type of animation"
     
    551419        values="commercial,information,municipality"
    552420        default="commercial" />
    553      <combo key="display_size"
    554         text="Display size (length * height)"
    555         fr.text="Taille de l'affichage (longueur * hauteur)"
    556         values="1.2*5,1.2*6,1.2*6.5,1*7,1*8"
    557         default="1.2*6.5" />
    558     <space/>
    559     <combo key="operator" text="Operator"
     421     <combo key="display_surface"
     422        text="Display surface (in m²)"
     423        fr.text="Surface d'affichage (en m²)"
     424        values="6,7.2,7.8,7,8"
     425        default="7.8" />
     426    <space/>
     427    <combo key="operator"
     428        text="Operator"
    560429        fr.text="Opérateur"
    561430        values="JCDecaux,Exterion (CBS Outdoor),ClearChannel Outdoor,PAP,Avenir,Giraudy" 
     
    566435        values="" 
    567436        default="" />
    568     <combo key="access"
    569         text="Display open to all (public), or not (private)"
    570         fr.text="Surface d'affichage ouverte à tous (public), ou pas (private)"
    571         values="open,private"
    572         default="private" />
    573     <space/>
    574     <combo key="legal_type:FR"
    575         text="Type of advertising unit for french legal regulations"
    576         fr.text="Type du dispositif publicitaire dans la réglementation légale française "
    577         values="publicité,enseigne,préenseigne"
    578         default="enseigne" />
    579     <combo key="legal_status:FR"
    580         text="Status in french regulations"
    581         fr.text="Statut vis-à-vis de la réglementation française"
    582         values="OK,A vérifier,KO"
    583         default="A vérifier" />
    584     <space/>
    585     <combo key="land_property"
    586         text="Installed on public domain (public) or on private property (private)"
    587         fr.text="Installé sur domaine public (public) ou sur foncier privé (private)"
    588         values="public,private"
    589         default="private" />
    590     <space/>
    591     <combo key="orientation"
    592         text="Orientation of advertising totem as seen from the orientation of people"
     437    <check key="land_property" text="Installed on public property" fr.text="Installé sur foncier public ?" default="off" value_on="public" value_off="private" />
     438    <check key="access" text="Display usable by all ?" fr.text="Surface d'affichage utilisable par tous ?" default="off" value_on="public" value_off="private" />
     439    <space/>
     440    <combo key="orientation"
     441        text="Orientation of advertising totem with respect to the flow of people"
    593442        fr.text="Orientation du totem publicitaire par rapport au flot du passage"
    594443        values="front,medium,parallel,opposite,multi"
    595444        default="front" />
    596     <combo key="location_side"
    597         text="Way side where the advertising totem is located related to the orientation of people"
    598         fr.text="Coté de la voie où se trouve le totem publicitaire par rapport au passage"
    599         values="same,opposite,middle"
    600         default="same" />
     445    <combo key="visibility"
     446        text="Visibility"
     447        fr.text="Visibilité"
     448        values="house,street,area"
     449        default="street"   
     450        delete_if_empty="yes" />
    601451</item>
    602452
     
    619469        values="5,6,7"
    620470        default="6" />
    621     <combo key="lit"
    622         text="Is device lit ?"
    623         fr.text="Est-ce éclairé ?"
    624         values="yes,no"
    625         default="yes" />
    626     <combo key="lit:type"
    627         text="If device is lit, way it is lit"
    628         fr.text="Si éclairé, type d'éclairage"
    629         values="transmission,reflexion,neon,numeric,screen"
    630         default="transmission" />
     471    <check key="lit" text="Lit ?" fr.text="Éclairé ?" default="on" value_on="yes" value_off="no" />
     472    <check key="luminous" text="Luminous ?" fr.text="Lumineux ?" default="on" value_on="yes" value_off="no" />
    631473    <combo key="animated"
    632474        text="If animated device, type of animation"
     
    640482        values="commercial,information,map_information,tourism,municipality,showbiz,cultural_event"
    641483        default="showbiz" />
    642      <combo key="display_size"
    643         text="Display size : number * (length * height)"
    644         fr.text="Taille de l'affichage : nombre * (longueur * hauteur)"
    645         values="3*(2*5),3*(2*6),3*(3*6),3*(3*7)"
    646         default="3*(2*6)" />
    647     <space/>
    648     <combo key="operator" text="Operator"
     484     <combo key="display_surface"
     485        text="Display surface (in m²)"
     486        fr.text="Surface d'affichage (en m²)"
     487        values="25,31,47,56"
     488        default="31" />
     489    <space/>
     490    <combo key="operator"
     491        text="Operator"
    649492        fr.text="Opérateur"
    650493        values="JCDecaux,Exterion (CBS Outdoor),ClearChannel Outdoor,PAP,Avenir,Giraudy" 
     
    655498        values="" 
    656499        default="" />
    657     <combo key="access"
    658         text="Display open to all (public), or not (private)"
    659         fr.text="Surface d'affichage ouverte à tous (public), ou pas (private)"
    660         values="open,private"
    661         default="private" />
    662      <space/>
    663     <combo key="land_property"
    664         text="Installed on public domain (public) or on private property (private)"
    665         fr.text="Installé sur domaine public (public) ou sur foncier privé (private)"
    666         values="public,private"
    667         default="public" />
    668     <space/>
    669     <combo key="legal_type:FR"
    670         text="Type of advertising unit for french legal regulations"
    671         fr.text="Type du dispositif publicitaire dans la réglementation légale française "
    672         values="publicité:mobilier_urbain:colonne"
    673         default="publicité:mobilier_urbain:colonne" />
    674     <combo key="legal_status:FR"
    675         text="Status in french regulations"
    676         fr.text="Statut vis-à-vis de la réglementation française"
    677         values="OK,A vérifier,KO"
    678         default="A vérifier" />
    679     <space/>
    680     <combo key="orientation"
    681         text="Orientation of advertising column as seen from the orientation of people"
     500    <check key="land_property" text="Installed on public property" fr.text="Installé sur foncier public ?" default="on" value_on="public" value_off="private" />
     501    <check key="access" text="Display usable by all ?" fr.text="Surface d'affichage utilisable par tous ?" default="off" value_on="public" value_off="private" />
     502    <space/>
     503    <combo key="orientation"
     504        text="Orientation of advertising column with respect to the flow of people"
    682505        fr.text="Orientation de la colonne publicitaire par rapport au flot du passage"
    683506        values="front,medium,parallel,opposite,multi"
    684507        default="multi" />
    685     <combo key="location_side"
    686         text="Way side where the advertising column is located related to the orientation of people"
    687         fr.text="Coté de la voie où se trouve la colonne publicitaire par rapport au passage"
    688         values="same,opposite,middle"
    689         default="same" />
     508    <combo key="visibility"
     509        text="Visibility"
     510        fr.text="Visibilité"
     511        values="house,street,area"
     512        default="street"   
     513        delete_if_empty="yes" />
    690514</item>
    691515         
     
    719543        values="1"
    720544        default="1" />
    721     <combo key="lit"
    722         text="Is device lit ?"
    723         fr.text="Est-ce éclairé ?"
    724         values="yes,no"
    725         default="yes" />
    726     <combo key="lit:type"
    727         text="If device is lit, way it is lit"
    728         fr.text="Si éclairé, type d'éclairage"
    729         values="transmission,reflexion,neon,numeric,screen"
    730         default="reflexion" />
     545    <check key="lit" text="Lit ?" fr.text="Éclairé ?" default="on" value_on="yes" value_off="no" />
     546    <check key="luminous" text="Luminous ?" fr.text="Lumineux ?" default="off" value_on="yes" value_off="no" />
    731547    <combo key="animated"
    732548        text="If animated device, type of animation"
     
    740556        values="commercial,information"
    741557        default="commercial" />
    742      <combo key="display_size"
    743         text="Display size (length * height)"
    744         fr.text="Taille de l'affichage (longueur * hauteur)"
    745         values="2*2,3*2,4*3"
    746         default="2*2" />
     558     <combo key="display_surface"
     559        text="Display surface (in m²)"
     560        fr.text="Surface d'affichage (en m²)"
     561        values="4,6,12"
     562        default="4" />
    747563    <combo key="operator"
    748564        text="Operator"
     
    755571        values="" 
    756572        default="" />
    757     <combo key="access"
    758         text="Display open to all (public), or not (private)"
    759         fr.text="Surface d'affichage ouverte à tous (public), ou pas (private)"
    760         values="open,private"
    761         default="private" />
    762     <combo key="land_property"
    763         text="Installed on public domain (public) or on private property (private)"
    764         fr.text="Installé sur domaine public (public) ou sur foncier privé (private)"
    765         values="public,private"
    766         default="private" />
    767     <space/>
    768     <combo key="legal_type:FR"
    769         text="Type of advertising unit for french legal regulations"
    770         fr.text="Type du dispositif publicitaire dans la réglementation légale française "
    771         values="publicité,enseigne,publicité:mobilier_urbain:panneau"
    772         default="publicité" />
    773      <combo key="legal_status:FR"
    774         text="Status in french regulations"
    775         fr.text="Statut vis-à-vis de la réglementation française"
    776         values="OK,A vérifier,KO"
    777         default="A vérifier" />
    778     <space/>
    779     <combo key="orientation"
    780         text="Orientation of advertising device as seen from the orientation of people"
     573    <check key="land_property" text="Installed on public property" fr.text="Installé sur foncier public ?" default="on" value_on="public" value_off="private" />
     574    <check key="access" text="Display usable by all ?" fr.text="Surface d'affichage utilisable par tous ?" default="off" value_on="public" value_off="private" />
     575    <space/>
     576    <combo key="orientation"
     577        text="Orientation of advertising device with respect to the flow of people"
    781578        fr.text="Orientation du dispositif publicitaire par rapport au flot du passage"
    782579        values="front,medium,parallel,opposite,multi"
    783580        default="front" />
    784     <combo key="location_side"
    785         text="Way side where the advertising device is located related to the orientation of people"
    786         fr.text="Coté de la voie où se trouve le dispositif publicitaire par rapport au passage"
    787         values="same,opposite,middle"
    788         default="same" />
     581    <combo key="visibility"
     582        text="Visibility"
     583        fr.text="Visibilité"
     584        values="house,street,area"
     585        default="area"   
     586        delete_if_empty="yes" />
    789587    <space/>
    790588</item>
     
    819617        values="1,2,3,4"
    820618        default="2" />
    821     <combo key="lit"
    822         text="Is device lit ?"
    823         fr.text="Est-ce éclairé ?"
    824         values="yes,no"
    825         default="yes" />
    826     <combo key="lit:type"
    827         text="If device is lit, way it is lit"
    828         fr.text="Si éclairé, type d'éclairage"
    829         values="transmission,reflexion,neon,numeric,screen"
    830         default="transmission" />
     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="on" value_on="yes" value_off="no" />
    831621     <combo key="animated"
    832622        text="If animated device, type of animation"
     
    840630        values="commercial,information"
    841631        default="commercial" />
    842      <combo key="display_size"
    843         text="Display size (length * height)"
    844         fr.text="Taille de l'affichage (longueur * hauteur)"
    845         values="1.3*2.15,2*2,3*2,4*3"
     632     <combo key="display_surface"
     633        text="Display surface (in m²)"
     634        fr.text="Surface d'affichage (en m²)"
     635        values="4,6,12"
    846636        default="4*3" />
    847637    <combo key="operator"
     
    855645        values="" 
    856646        default="" />
    857     <combo key="access"
    858         text="Display open to all (public), or not (private)"
    859         fr.text="Surface d'affichage ouverte à tous (public), ou pas (private)"
    860         values="open,private"
    861         default="private" />
    862     <combo key="land_property"
    863         text="Installed on public domain (public) or on private property (private)"
    864         fr.text="Installé sur domaine public (public) ou sur foncier privé (private)"
    865         values="public,private"
    866         default="private" />
    867     <space/>
    868     <combo key="legal_type:FR"
    869         text="Type of advertising unit for french legal regulations"
    870         fr.text="Type du dispositif publicitaire dans la réglementation légale française "
    871         values="publicité,enseigne,publicité:mobilier_urbain:panneau"
    872         default="publicité" />
    873      <combo key="legal_status:FR"
    874         text="Status in french regulations"
    875         fr.text="Statut vis-à-vis de la réglementaion française"
    876         values="OK,A vérifier,KO"
    877         default="A vérifier" />
    878     <space/>
    879     <combo key="orientation"
    880         text="Orientation of advertising device as seen from the orientation of people"
     647    <check key="land_property" text="Installed on public property" fr.text="Installé sur foncier public ?" default="on" value_on="public" value_off="private" />
     648    <check key="access" text="Display usable by all ?" fr.text="Surface d'affichage utilisable par tous ?" default="off" value_on="public" value_off="private" />
     649    <space/>
     650    <combo key="orientation"
     651        text="Orientation of advertising device with respect to the flow of people"
    881652        fr.text="Orientation du dispositif publicitaire par rapport au flot du passage"
    882653        values="front,medium,parallel,opposite,multi"
    883654        default="front" />
    884     <combo key="location_side"
    885         text="Way side where the advertising device is located related to the orientation of people"
    886         fr.text="Coté de la voie où se trouve le dispositif publicitaire par rapport au passage"
    887         values="same,opposite,middle"
    888         default="same" />
    889     <space/>
     655    <combo key="visibility"
     656        text="Visibility"
     657        fr.text="Visibilité"
     658        values="house,street,area"
     659        default="area"   
     660        delete_if_empty="yes" />
    890661</item>
    891662
     
    930701        default=""   
    931702        delete_if_empty="yes" />
    932     <combo key="lit"
    933         text="Is device lit ?"
    934         fr.text="Est-ce éclairé ?"
    935         values="yes,no"
    936         default=""   
    937         delete_if_empty="yes" />
    938     <combo key="lit:type"
    939         text="If device is lit, way it is lit"
    940         fr.text="Si éclairé, type d'éclairage"
    941         values="transmission,reflexion,neon,numeric,screen"
    942         default=""   
    943         delete_if_empty="yes" />
     703    <check key="lit" text="Lit ?" fr.text="Éclairé ?" default="off" value_on="yes" value_off="no" />
     704    <check key="luminous" text="Luminous ?" fr.text="Lumineux ?" default="off" value_on="yes" value_off="no" />
    944705    <combo key="animated"
    945706        text="If animated device, type of animation"
     
    955716        default="" 
    956717        delete_if_empty="yes" />
    957     <combo key="display_size"
    958         text="Display size (length * height)"
    959         fr.text="Taille de l'affichage (longueur * hauteur)"
    960         values="1.3*2.15,1,2*6.5,1*8,2*2,3*2,4*3,8*3,10*4,20*8"
    961         default=""   
    962         delete_if_empty="yes" />
    963     <space/>
    964     <combo key="operator" text="Operator"
     718     <combo key="display_surface"
     719        text="Display surface (in m²)"
     720        fr.text="Surface d'affichage (en m²)"
     721        values="2.795,4,6,8,12,16,24,40,160"
     722        default=""   
     723        delete_if_empty="yes" />
     724    <space/>
     725    <combo key="operator"
     726        text="Operator"
    965727        fr.text="Opérateur"
    966728        values="JCDecaux,Exterion (CBS Outdoor),ClearChannel Outdoor,PAP,Avenir,Giraudy" 
     
    973735        default=""   
    974736        delete_if_empty="yes" />
    975     <combo key="access"
    976         text="Display open to all (public), or not (private)"
    977         fr.text="Surface d'affichage ouverte à tous (public), ou pas (private)"
    978         values="open,private"
    979         default=""   
    980         delete_if_empty="yes" />
    981     <space/>
    982     <combo key="land_property"
    983         text="Installed on public domain (public) or on private property (private)"
    984         fr.text="Installé sur domaine public (public) ou sur foncier privé (private)"
    985         values="public,private"
    986         default=""   
    987         delete_if_empty="yes" />
    988     <space/>
    989     <combo key="legal_type:FR"
    990         text="Type of advertising unit for french legal regulations"
    991         fr.text="Type du dispositif publicitaire dans la réglementation légale française "
    992         values="publicité,enseigne,enseigne:temporaire,préenseigne,publicité:mobilier_urbain:panneau,publicité:mobilier_urbain:colonne,publicité:mobilier_urbain:mât_porte-affiche,publicité:mobilier_urbain:abri_transport,publicité:mobilier_urbain:kiosque,JEI,opinions/associations"
    993         default=""   
    994         delete_if_empty="yes" />
    995     <combo key="legal_status:FR"
    996         text="Status in french regulations"
    997         fr.text="Statut vis-à-vis de la réglementation française"
    998         values="OK,A vérifier,KO"
    999         default=""   
    1000         delete_if_empty="yes" />
    1001     <space/>
    1002     <combo key="orientation"
    1003         text="Orientation of advertising device as seen from the orientation of people"
     737    <check key="land_property" text="Installed on public property" fr.text="Installé sur foncier public ?" default="on" value_on="public" value_off="private" />
     738    <check key="access" text="Display usable by all ?" fr.text="Surface d'affichage utilisable par tous ?" default="off" value_on="public" value_off="private" />
     739    <space/>
     740    <combo key="orientation"
     741        text="Orientation of advertising device with respect to the flow of people"
    1004742        fr.text="Orientation du dispositif publicitaire par rapport au flot du passage"
    1005743        values="front,medium,parallel,opposite,multi"
    1006744        default=""   
    1007745        delete_if_empty="yes" />
    1008     <combo key="location_side"
    1009         text="Way side where the advertising device is located related to the orientation of people"
    1010         fr.text="Coté de la voie où se trouve le dispositif publicitaire par rapport au passage"
    1011         values="same,opposite,middle"
     746    <combo key="visibility"
     747        text="Visibility"
     748        fr.text="Visibilité"
     749        values="house,street,area"
    1012750        default=""   
    1013751        delete_if_empty="yes" />