25 | | <item name="Advertising device" fr.name="Dispositif publicitaire" icon="Panneau.svg" type="node"> |
26 | | <link href="http://wiki.openstreetmap.org/wiki/User:Barnes38/advertising_draft"/> |
27 | | <label text="Inserting an advertising device" fr.name="Renseigner un dispositif publicitaire" /> |
28 | | <key key="man_made" value="advertising"/> |
29 | | <combo key="advertising" text="Advertising device type" fr.text="Type de dispositif publicitaire" |
| 25 | <item name="Billboard" fr.name="Panneau publicitaire" icon="Panneau.svg" type="node"> |
| 26 | <link href="http://wiki.openstreetmap.org/wiki/User:Barnes38/advertising_draft"/> |
| 27 | <label text="Inserting a billboard" fr.name="Renseigner un panneau publicitaire" /> |
| 28 | <key key="man_made" value="advertising"/> |
| 29 | <key key="advertising" |
| 30 | value="billboard"/> |
| 31 | <combo key="advertising:size" |
| 32 | text="Size of billboard (width*height)" |
| 33 | fr.text="Taille du panneau publicitaire (largeur*hauteur)" |
| 34 | values="1*2, 3*2, 4*3" |
| 35 | default="4*3"/> |
| 36 | <combo key="advertising:height" |
| 37 | text="Height of hightest part of billboard" |
| 38 | fr.text="Hauteur de la partie la plus haute du panneau publicitaire" |
| 39 | values="2, 3, 4, 5, 6, 7" |
| 40 | default="5"/> |
| 41 | <combo key="advertising:land_property" |
| 42 | text="Installed on public or private property" |
| 43 | fr.text="Panneau publicitaire sur foncier public ou privé" |
| 44 | values="public, private" |
| 45 | default="private"/> |
| 46 | <combo key="advertising:illuminated" |
| 47 | text="If illuminated devices, type of illumination" |
| 48 | fr.text="Si éclairé, type d'éclairage" |
| 49 | values="no, transmission, reflexion" |
| 50 | default="transmission"/> |
| 51 | <combo key="advertising:animated" |
| 52 | text="If animated devices, type of animation" |
| 53 | fr.text="Si animé, type d'animation" |
| 54 | values="no, trivision_blades, winding_posters, digital_prices, video" |
| 55 | default="no"/> |
| 56 | <combo key="advertising:faces" |
| 57 | text="Number of faces" |
| 58 | fr.text="Nombre de faces" |
| 59 | values="1, 2, 3, 4" |
| 60 | default="2"/> |
| 61 | <combo key="advertising:proximity" |
| 62 | text="Proximity between advertising device and activity" |
| 63 | fr.text="Proximité entre le dispositif publicitaire et le lieu ou a lieu l'activité annoncée" |
| 64 | values="yes, no, indication" |
| 65 | default="no"/> |
| 66 | <combo key="advertising:flow" |
| 67 | text="Orientation of advertising device as seen from the flow of people" |
| 68 | fr.text="Orientation du dispositif publicitaire par rapport au flot du passage" |
| 69 | values="front, medium, parallel, reverse, multi" |
| 70 | default="front"/> |
| 71 | <combo key="advertising:side" |
| 72 | text="Advertising device is on same side than the flow" |
| 73 | fr.text="Coté où se trouve le dispositif publicitaire par rapport au passage" |
| 74 | values="same, opposite" |
| 75 | default="same"/> |
| 76 | <combo key="advertising:support" |
| 77 | text="On what is installed the advertising device" |
| 78 | fr.text="Support sur lequel est installé le dispositif publicitaire" |
| 79 | values="trunk, grounded_legs, mast, fence, easel, tarp, wall, ceiling" |
| 80 | default="trunck" /> |
| 81 | <combo key="advertising:message" |
| 82 | text="Advertising message type" |
| 83 | fr.text="Type de message publicitaire" |
| 84 | values="commercial, information, map_information, tourism (refer to tourism), municipality, display_opinion, non_profit, cultural_event, legal, safety" |
| 85 | detault="commercial" /> |
| 86 | </item> |
| 87 | |
| 88 | |
| 89 | <item name="poster_box" fr.name="Sucette publicitaire" icon="Panneau.svg" type="node"> |
| 90 | <link href="http://wiki.openstreetmap.org/wiki/User:Barnes38/advertising_draft"/> |
| 91 | <label text="Inserting a poster box advertising" fr.name="Renseigner un dispositif publicitaire de type sucette" /> |
| 92 | <key key="man_made" value="advertising"/> |
| 93 | <key key="advertising" |
| 94 | value="poster_box"/> |
| 95 | <combo key="advertising:size" |
| 96 | text="Size of poster box (width*height)" |
| 97 | fr.text="Taille de la sucette publicitaire (largeur*hauteur)" |
| 98 | value="1*2, 1*3, 1*4, 1*5, 1*6, 2*4, 2*5" |
| 99 | default="1*2" /> |
| 100 | <combo key="advertising:height" |
| 101 | text="Height of hightest part of poster box" |
| 102 | fr.text="Hauteur de la partie la plus haute de la sucette publicitaire" |
| 103 | values="2, 3, 4, 5, 6" |
| 104 | default="2"/> |
| 105 | <combo key="advertising:land_property" |
| 106 | text="Installed on public or private property" |
| 107 | fr.text="Sucette publicitaire sur foncier public ou privé" |
| 108 | values="public, private" |
| 109 | default="public"/> |
| 110 | <combo key="advertising:illuminated" |
| 111 | text="If illuminated devices, type of illumination" |
| 112 | fr.text="Si éclairé, type d'éclairage" |
| 113 | values="no, transmission, reflexion" |
| 114 | default="no"/> |
| 115 | <combo key="advertising:animated" |
| 116 | text="If animated devices, type of animation" |
| 117 | fr.text="Si animé, type d'animation" |
| 118 | values="no, trivision_blades, winding_posters, digital_prices, video" |
| 119 | default="no"/> |
| 120 | <combo key="advertising:faces" |
| 121 | text="Number of faces" |
| 122 | fr.text="Nombre de faces" |
| 123 | values="1, 2, 3, 4" |
| 124 | default="2" /> |
| 125 | <combo key="advertising:proximity" |
| 126 | text="Proximity between poster box and activity" |
| 127 | fr.text="Proximité entre la sucette publicitaire et le lieu ou a lieu l'activité annoncée" |
| 128 | values="yes, no, indication" |
| 129 | default="no"/> |
| 130 | <combo key="advertising:flow" |
| 131 | text="Orientation of poster box as seen from the flow of people" |
| 132 | fr.text="Orientation de la sucette publicitaire par rapport au flot du passage" |
| 133 | values="front, medium, parallel, reverse, multi" |
| 134 | default="front"/> |
| 135 | <combo key="advertising:side" |
| 136 | text="Poster box is on same side than the flow" |
| 137 | fr.text="Coté où se trouve la sucette publicitaire par rapport au passage" |
| 138 | values="same, opposite" |
| 139 | default="same"/> |
| 140 | <combo key="advertising:message" text="Advertising message type" |
| 141 | fr.text="Type de message publicitaire" |
| 142 | values="commercial, information, map_information, tourism (refer to tourism), municipality, display_opinion, non_profit, cultural_event, legal, safety" |
| 143 | default="commercial"/> |
| 144 | </item> |
| 145 | |
| 146 | <item name="totem" fr.name="Totem publicitaire" icon="Panneau.svg" type="node"> |
| 147 | <link href="http://wiki.openstreetmap.org/wiki/User:Barnes38/advertising_draft"/> |
| 148 | <label text="Inserting a totem advertising" fr.name="Renseigner un dispositif publicitaire de type totem" /> |
| 149 | <key key="man_made" value="advertising"/> |
| 150 | <key key="advertising" |
| 151 | value="totem"/> |
| 152 | <combo key="advertising:size" |
| 153 | text="Size of advertising totem (width*height)" |
| 154 | fr.text="Taille du totem publicitaire (largeur*hauteur)" |
| 155 | value="1*2, 1*3, 1*4, 1*5, 1*6, 2*4, 2*5" |
| 156 | default="1*4" /> |
| 157 | <combo key="advertising:height" |
| 158 | text="Height of hightest part of advertising totem" |
| 159 | fr.text="Hauteur de la partie la plus haute du totem publicitaire" |
| 160 | values="2, 3, 4, 5, 6" |
| 161 | default="4"/> |
| 162 | <combo key="advertising:land_property" |
| 163 | text="Installed on public or private property" |
| 164 | fr.text="Dispositif publicitaire sur foncier public ou privé" |
| 165 | values="public, private" |
| 166 | default="private"/> |
| 167 | <combo key="advertising:illuminated" |
| 168 | text="If illuminated devices, type of illumination" |
| 169 | fr.text="Si éclairé, type d'éclairage" |
| 170 | values="no, transmission, reflexion" |
| 171 | default="no"/> |
| 172 | <combo key="advertising:animated" |
| 173 | text="If animated devices, type of animation" |
| 174 | fr.text="Si animé, type d'animation" |
| 175 | values="no, trivision_blades, winding_posters, digital_prices, video" |
| 176 | default="no"/> |
| 177 | <combo key="advertising:faces" |
| 178 | text="Number of faces" |
| 179 | fr.text="Nombre de faces" |
| 180 | values="1, 2, 3, 4" |
| 181 | default="2" /> |
| 182 | <combo key="advertising:proximity" |
| 183 | text="Proximity between advertising totem and activity" |
| 184 | fr.text="Proximité entre le totem publicitaire et le lieu ou a lieu l'activité annoncée" |
| 185 | values="yes, no, indication" |
| 186 | default="yes"/> |
| 187 | <combo key="advertising:flow" |
| 188 | text="Orientation of advertising totem as seen from the flow of people" |
| 189 | fr.text="Orientation du totem publicitaire par rapport au flot du passage" |
| 190 | values="front, medium, parallel, reverse, multi" |
| 191 | default="front"/> |
| 192 | <combo key="advertising:side" |
| 193 | text="Advertising totem is on same side than the flow" |
| 194 | fr.text="Coté où se trouve le totem publicitaire par rapport au passage" |
| 195 | values="same, opposite" |
| 196 | default="same"/> |
| 197 | <combo key="advertising:message" text="Advertising message type" |
| 198 | fr.text="Type de message publicitaire" |
| 199 | values="commercial, information, map_information, tourism (refer to tourism), municipality, display_opinion, non_profit, cultural_event, legal, safety" |
| 200 | default="commercial"/> |
| 201 | </item> |
| 202 | |
| 203 | <item name="" fr.name="Dispositif publicitaire" icon="Panneau.svg" type="node"> |
| 204 | <link href="http://wiki.openstreetmap.org/wiki/User:Barnes38/advertising_draft"/> |
| 205 | <label text="Inserting an advertising device" |
| 206 | fr.name="Renseigner un dispositif publicitaire" /> |
| 207 | <key key="man_made" value="advertising"/> |
| 208 | <combo key="advertising" |