Ticket #9327: 9327v3.patch
| File 9327v3.patch, 249.8 KB (added by , 12 years ago) |
|---|
-
data/defaultpresets.xml
diff --git a/data/defaultpresets.xml b/data/defaultpresets.xml index 428d424..4fcaac1 100755
a b text: text box 45 45 text: fixed label to display 46 46 default: default string to display (defaults to "") 47 47 use_last_as_default: true/false/force (default is "false") 48 auto_increment: may contain a comma separated list of integer increments or 48 auto_increment: may contain a comma separated list of integer increments or 49 49 decrements, e.g. "-2,-1,+1,+2"; a button will be shown next 50 50 to the text field for each value, allowing the user to select 51 51 auto-increment with the given stepping. auto-increment only … … combo: combo box, with multiple choices and possible to enter free form text 59 59 text: fixed label to display 60 60 delimiter: character that separates values (default: comma) 61 61 values: separated list of values 62 values_from: to use instead of "values" if the list of values has to be obtained with a Java method 62 values_from: to use instead of "values" if the list of values has to be obtained with a Java method 63 63 of this form: public static String[] getValues(); 64 64 The value must be: "full.package.name.ClassName#methodName" 65 65 display_values: comma separated list of values to be displayed instead of the … … multiselect: list of values from which zero or more can be selected 84 84 delimiter: character that separates values (default: semicolon) - this 85 85 will also be used to separate selected values in the tag. 86 86 values: delimiter-separated list of values (delimiter can be escaped with backslash) 87 values_from: to use instead of "values" if the list of values has to be obtained with a Java method 87 values_from: to use instead of "values" if the list of values has to be obtained with a Java method 88 88 of this form: public static String[] getValues(); 89 89 The value must be: "full.package.name.ClassName#methodName" 90 90 rows: specify the number of rows to display (default -1) … … checkgroup: group of checks 108 108 check: checkbox 109 109 key: key to set 110 110 text: fixed label to display 111 default: ticked on/off 111 default: ticked on/off (default is "off") 112 112 value_on: the value to set when checked (default is "yes") 113 113 value_off: the value to set when unchecked (default is "no") 114 114 match: none/key/key!/keyvalue (default is "none", see below for more information) … … the tags of an OSM object fit into this preset. 148 148 - keyvalue: positive if key and value matches, negative otherwise 149 149 Note that for a match, at least one positive and no negative is required. 150 150 --> 151 <chunk id="surface"> 152 <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" /> 153 </chunk> 154 <chunk id="highway_base"> 155 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3"/> 156 <combo key="lanes" text="Lanes" values="1,2,3,4,5" length="3"/> 157 <text key="maxspeed" text="Max. speed (km/h)"/> 158 <reference ref="surface" /> 159 </chunk> 160 <chunk id="highway_yesno_incline"> 161 <check key="bridge" text="Bridge" /> 162 <check key="tunnel" text="Tunnel" /> 163 <check key="cutting" text="Cutting" /> 164 <check key="embankment" text="Embankment" /> 165 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down"/> 166 </chunk> 167 <chunk id="highway_yesno_incline_oneway"> 168 <check key="oneway" text="Oneway" /> 169 <reference ref="highway_yesno_incline" /> 170 </chunk> 171 <chunk id="highway_yesno_incline_oneway_lit"> 172 <reference ref="highway_yesno_incline_oneway" /> 173 <check key="lit" text="Lit" /> 174 </chunk> 175 <chunk id="highway_yesno_incline_oneway_lit_width"> 176 <reference ref="highway_yesno_incline_oneway_lit" /> 177 <check key="lit" text="Lit" /> 178 </chunk> 179 <chunk id="barrier_5"> 180 <optional text="Allowed traffic:"> 181 <check key="foot" text="Foot" default="on"/> 182 <check key="bicycle" text="Bicycle" default="on"/> 183 <check key="horse" text="Horse" /> 184 <check key="motorcycle" text="Motorcycle" /> 185 <check key="motorcar" text="Motorcar" /> 186 </optional> 187 </chunk> 188 <chunk id="barrier_4"> 189 <optional text="Allowed traffic:"> 190 <check key="foot" text="Foot" default="on"/> 191 <check key="bicycle" text="Bicycle" default="on"/> 192 <check key="horse" text="Horse" /> 193 <check key="motorcycle" text="Motorcycle" /> 194 </optional> 195 </chunk> 196 <chunk id="barrier_2"> 197 <optional text="Allowed traffic:"> 198 <check key="foot" text="Foot" default="on"/> 199 <check key="bicycle" text="Bicycle" default="on"/> 200 </optional> 201 </chunk> 202 <chunk id="contact"> 203 <text key="phone" text="Phone Number"/> 204 <text key="fax" text="Fax Number"/> 205 <text key="website" text="Website"/> 206 <text key="email" text="Email Address"/> 207 </chunk> 208 <chunk id="name_ref"> 209 <text key="name" text="Name" /> 210 <text key="ref" text="Reference" /> 211 </chunk> 212 <chunk id="name_operator"> 213 <text key="name" text="Name" /> 214 <text key="operator" text="Operator" /> 215 </chunk> 216 <chunk id="name_layer"> 217 <text key="name" text="Name" /> 218 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" /> 219 </chunk> 220 <chunk id="oh"> 221 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 222 </chunk> 223 <chunk id="name_oh"> 224 <text key="name" text="Name" /> 225 <reference ref="oh" /> 226 </chunk> 227 <chunk id="name_operator_oh"> 228 <text key="name" text="Name" /> 229 <text key="operator" text="Operator" /> 230 <reference ref="oh" /> 231 </chunk> 232 <chunk id="name_brand_operator_oh"> 233 <text key="name" text="Name" /> 234 <text key="brand" text="Brand" /> 235 <text key="operator" text="Operator" /> 236 <reference ref="oh" /> 237 </chunk> 238 <chunk id="name_brand_oh"> 239 <text key="name" text="Name" /> 240 <text key="brand" text="Brand" /> 241 <reference ref="oh" /> 242 </chunk> 243 <chunk id="internet_smoking_wheelchair"> 244 <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" /> 245 <combo key="internet_access:fee" text="Internet access fee" values="yes,no" /> 246 <combo key="smoking" text="Smoking" values="yes,dedicated,separated,isolated,no" /> 247 <combo key="wheelchair" text="Wheelchairs" values="yes,no" /> 248 </chunk> 249 <chunk id="optional_height"> 250 <optional> 251 <text key="height" text="Height (meters)" length="7" /> 252 </optional> 253 </chunk> 254 <chunk id="optional_maxwidth"> 255 <optional> 256 <text key="maxwidth" text="Max. width (meters)" length="7" /> 257 </optional> 258 </chunk> 259 <chunk id="name_leisure_pitch"> 260 <text key="name" text="Name" /> 261 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" /> 262 </chunk> 151 263 <group name="Highways" icon="presets/way_secondary.png"> 152 264 <group name="Streets" icon="presets/way_secondary.png"> 153 265 <item name="Motorway" icon="presets/motorway.png" type="way"> … … Note that for a match, at least one positive and no negative is required. 167 279 <text key="ref" text="Reference" /> 168 280 <optional> 169 281 <text key="name" text="Name" /> 170 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" /> 171 <combo key="lanes" text="Lanes" values="1,2,3,4,5" length="3" /> 172 <text key="maxspeed" text="Max. speed (km/h)" /> 173 <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" /> 282 <reference ref="highway_base" /> 174 283 <checkgroup columns="4"> 175 284 <check key="oneway" text="Oneway" default="on" /> 176 <check key="bridge" text="Bridge" default="off"/>177 <check key="tunnel" text="Tunnel" default="off"/>178 <check key="cutting" text="Cutting" default="off"/>179 <check key="embankment" text="Embankment" default="off"/>180 <check key="lit" text="Lit" default="off"/>181 <check key="toll" text="Toll" default="off" />285 <check key="bridge" text="Bridge" /> 286 <check key="tunnel" text="Tunnel" /> 287 <check key="cutting" text="Cutting" /> 288 <check key="embankment" text="Embankment" /> 289 <check key="lit" text="Lit" /> 290 <check key="toll" text="Toll" /> 182 291 </checkgroup> 183 292 </optional> 184 293 </item> … … Note that for a match, at least one positive and no negative is required. 195 304 <label text="Edit Motorway Link" /> 196 305 <key key="highway" value="motorway_link" /> 197 306 <optional> 198 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" /> 199 <combo key="lanes" text="Lanes" values="1,2,3,4,5" length="3" /> 200 <text key="maxspeed" text="Max. speed (km/h)" /> 201 <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" /> 307 <reference ref="highway_base" /> 202 308 <checkgroup columns="4"> 203 309 <check key="oneway" text="Oneway" default="on" /> 204 310 <check key="bridge" text="Bridge" /> … … Note that for a match, at least one positive and no negative is required. 226 332 <text key="ref" text="Reference" /> 227 333 <optional> 228 334 <text key="name" text="Name" /> 229 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" /> 230 <combo key="lanes" text="Lanes" values="1,2,3,4,5" length="3" /> 231 <text key="maxspeed" text="Max. speed (km/h)" /> 232 <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" /> 335 <reference ref="highway_base" /> 233 336 <checkgroup columns="4"> 234 337 <check key="oneway" text="Oneway" default="on" /> 235 338 <check key="motorroad" text="Motorroad" default="on" /> … … Note that for a match, at least one positive and no negative is required. 255 358 <key key="highway" value="trunk_link" /> 256 359 <text key="ref" text="Reference" /> 257 360 <optional> 258 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" /> 259 <combo key="lanes" text="Lanes" values="1,2,3,4,5" length="3" /> 260 <text key="maxspeed" text="Max. speed (km/h)" /> 261 <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" /> 361 <reference ref="highway_base" /> 262 362 <checkgroup columns="4"> 263 363 <check key="oneway" text="Oneway" default="on" /> 264 364 <check key="motorroad" text="Motorroad" default="on" /> … … Note that for a match, at least one positive and no negative is required. 268 368 <check key="embankment" text="Embankment" /> 269 369 <check key="lit" text="Lit" /> 270 370 <check key="toll" text="Toll" /> 271 </checkgroup> 371 </checkgroup> 272 372 </optional> 273 373 </item> 274 374 <separator/> … … Note that for a match, at least one positive and no negative is required. 288 388 <text key="ref" text="Reference" /> 289 389 <optional> 290 390 <text key="name" text="Name" /> 291 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" /> 292 <combo key="lanes" text="Lanes" values="1,2,3,4,5" length="3" /> 293 <text key="maxspeed" text="Max. speed (km/h)" /> 294 <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" /> 295 <check key="oneway" text="Oneway" default="off" /> 296 <check key="motorroad" text="Motorroad" default="off" /> 297 <check key="bridge" text="Bridge" default="off" /> 298 <check key="tunnel" text="Tunnel" default="off" /> 299 <check key="cutting" text="Cutting" default="off" /> 300 <check key="embankment" text="Embankment" default="off" /> 301 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> 302 <check key="lit" text="Lit" default="off" /> 391 <reference ref="highway_base" /> 392 <check key="oneway" text="Oneway" /> 393 <check key="motorroad" text="Motorroad" /> 394 <reference ref="highway_yesno_incline" /> 395 <check key="lit" text="Lit" /> 303 396 </optional> 304 397 </item> 305 398 <item name="Primary Link" icon="presets/way_primary.png" type="way"> … … Note that for a match, at least one positive and no negative is required. 313 406 <label text="Edit Primary Link" /> 314 407 <key key="highway" value="primary_link" /> 315 408 <optional> 316 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" /> 317 <combo key="lanes" text="Lanes" values="1,2,3,4,5" length="3" /> 318 <text key="maxspeed" text="Max. speed (km/h)" /> 319 <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" /> 320 <check key="oneway" text="Oneway" default="off" /> 321 <check key="motorroad" text="Motorroad" default="off" /> 322 <check key="bridge" text="Bridge" default="off" /> 323 <check key="tunnel" text="Tunnel" default="off" /> 324 <check key="cutting" text="Cutting" default="off" /> 325 <check key="embankment" text="Embankment" default="off" /> 326 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> 327 <check key="lit" text="Lit" default="off" /> 409 <reference ref="highway_base" /> 410 <check key="oneway" text="Oneway" /> 411 <check key="motorroad" text="Motorroad" /> 412 <reference ref="highway_yesno_incline" /> 413 <check key="lit" text="Lit" /> 328 414 </optional> 329 415 </item> 330 416 <item name="Secondary" icon="presets/way_secondary.png" type="way"> … … Note that for a match, at least one positive and no negative is required. 344 430 <text key="ref" text="Reference" /> 345 431 <optional> 346 432 <text key="name" text="Name" /> 347 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" /> 348 <combo key="lanes" text="Lanes" values="1,2,3,4,5" length="3" /> 349 <text key="maxspeed" text="Max. speed (km/h)" /> 350 <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" /> 351 <check key="oneway" text="Oneway" default="off" /> 352 <check key="bridge" text="Bridge" default="off" /> 353 <check key="tunnel" text="Tunnel" default="off" /> 354 <check key="cutting" text="Cutting" default="off" /> 355 <check key="embankment" text="Embankment" default="off" /> 356 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> 357 <check key="lit" text="Lit" default="off" /> 433 <reference ref="highway_base" /> 434 <reference ref="highway_yesno_incline_oneway_lit" /> 358 435 </optional> 359 436 </item> 360 437 <item name="Secondary Link" icon="presets/way_secondary.png" type="way"> … … Note that for a match, at least one positive and no negative is required. 368 445 <label text="Edit Secondary Link" /> 369 446 <key key="highway" value="secondary_link" /> 370 447 <optional> 371 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" /> 372 <combo key="lanes" text="Lanes" values="1,2,3,4,5" length="3" /> 373 <text key="maxspeed" text="Max. speed (km/h)" /> 374 <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" /> 375 <check key="oneway" text="Oneway" default="off" /> 376 <check key="bridge" text="Bridge" default="off" /> 377 <check key="tunnel" text="Tunnel" default="off" /> 378 <check key="cutting" text="Cutting" default="off" /> 379 <check key="embankment" text="Embankment" default="off" /> 380 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> 381 <check key="lit" text="Lit" default="off" /> 448 <reference ref="highway_base" /> 449 <reference ref="highway_yesno_incline_oneway_lit" /> 382 450 </optional> 383 451 </item> 384 452 <item name="Tertiary" icon="presets/way_tertiary.png" type="way"> … … Note that for a match, at least one positive and no negative is required. 399 467 <text key="ref" text="Reference" /> 400 468 <optional> 401 469 <text key="name" text="Name" /> 402 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" /> 403 <combo key="lanes" text="Lanes" values="1,2,3,4,5" length="3" /> 404 <text key="maxspeed" text="Max. speed (km/h)" /> 405 <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" /> 406 <check key="oneway" text="Oneway" default="off" /> 407 <check key="bridge" text="Bridge" default="off" /> 408 <check key="tunnel" text="Tunnel" default="off" /> 409 <check key="cutting" text="Cutting" default="off" /> 410 <check key="embankment" text="Embankment" default="off" /> 411 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> 412 <check key="lit" text="Lit" default="off" /> 470 <reference ref="highway_base" /> 471 <reference ref="highway_yesno_incline_oneway_lit" /> 413 472 </optional> 414 473 </item> 415 474 <item name="Tertiary Link" icon="presets/way_tertiary.png" type="way"> … … Note that for a match, at least one positive and no negative is required. 423 482 <label text="Edit Tertiary Link" /> 424 483 <key key="highway" value="tertiary_link" /> 425 484 <optional> 426 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" /> 427 <combo key="lanes" text="Lanes" values="1,2,3,4,5" length="3" /> 428 <text key="maxspeed" text="Max. speed (km/h)" /> 429 <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" /> 430 <check key="oneway" text="Oneway" default="off" /> 431 <check key="bridge" text="Bridge" default="off" /> 432 <check key="tunnel" text="Tunnel" default="off" /> 433 <check key="cutting" text="Cutting" default="off" /> 434 <check key="embankment" text="Embankment" default="off" /> 435 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> 436 <check key="lit" text="Lit" default="off" /> 485 <reference ref="highway_base" /> 486 <reference ref="highway_yesno_incline_oneway_lit" /> 437 487 </optional> 438 488 </item> 439 489 <item name="Unclassified" icon="presets/way_unclassified.png" type="way,closedway"> … … Note that for a match, at least one positive and no negative is required. 451 501 <optional> 452 502 <text key="name" text="Name" /> 453 503 <text key="ref" text="Reference" /> 454 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" /> 455 <combo key="lanes" text="Lanes" values="1,2,3,4,5" length="3" /> 456 <text key="maxspeed" text="Max. speed (km/h)" /> 457 <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" /> 458 <check key="oneway" text="Oneway" default="off" /> 459 <check key="bridge" text="Bridge" default="off" /> 460 <check key="tunnel" text="Tunnel" default="off" /> 461 <check key="cutting" text="Cutting" default="off" /> 462 <check key="embankment" text="Embankment" default="off" /> 463 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> 464 <check key="lit" text="Lit" default="off" /> 465 <check key="passing_places" text="Passing Places" default="off" /> 504 <reference ref="highway_base" /> 505 <reference ref="highway_yesno_incline_oneway_lit" /> 506 <check key="passing_places" text="Passing Places" /> 466 507 <text key="width" text="Width (meters)" /> 467 508 </optional> 468 509 </item> … … Note that for a match, at least one positive and no negative is required. 482 523 <text key="name" text="Name" /> 483 524 <optional> 484 525 <text key="ref" text="Reference" /> 485 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" /> 486 <combo key="lanes" text="Lanes" values="1,2,3,4,5" length="3" /> 487 <text key="maxspeed" text="Max. speed (km/h)" /> 488 <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" /> 489 <check key="oneway" text="Oneway" default="off" /> 490 <check key="bridge" text="Bridge" default="off" /> 491 <check key="tunnel" text="Tunnel" default="off" /> 492 <check key="cutting" text="Cutting" default="off" /> 493 <check key="embankment" text="Embankment" default="off" /> 494 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> 495 <check key="lit" text="Lit" default="off" /> 526 <reference ref="highway_base" /> 527 <reference ref="highway_yesno_incline_oneway_lit" /> 496 528 <text key="width" text="Width (meters)" /> 497 529 </optional> 498 530 </item> … … Note that for a match, at least one positive and no negative is required. 511 543 <optional> 512 544 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" /> 513 545 <combo key="lanes" text="Lanes" values="1,2,3,4,5" /> 514 <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" /> 515 <check key="oneway" text="Oneway" default="off" /> 516 <check key="oneway:bicycle" text="Oneway for bicycle" default="off" /> 517 <check key="bridge" text="Bridge" default="off" /> 518 <check key="tunnel" text="Tunnel" default="off" /> 519 <check key="cutting" text="Cutting" default="off" /> 520 <check key="embankment" text="Embankment" default="off" /> 521 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> 522 <check key="lit" text="Lit" default="off" /> 546 <reference ref="surface" /> 547 <check key="oneway" text="Oneway" /> 548 <check key="oneway:bicycle" text="Oneway for bicycle" /> 549 <reference ref="highway_yesno_incline" /> 550 <check key="lit" text="Lit" /> 523 551 <text key="width" text="Width (meters)" /> 524 552 </optional> 525 553 </item> … … Note that for a match, at least one positive and no negative is required. 539 567 <optional> 540 568 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" /> 541 569 <combo key="lanes" text="Lanes" values="1,2,3,4,5" length="3" /> 542 <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" /> 543 <check key="oneway" text="Oneway" default="off" /> 544 <check key="bridge" text="Bridge" default="off" /> 545 <check key="tunnel" text="Tunnel" default="off" /> 546 <check key="cutting" text="Cutting" default="off" /> 547 <check key="embankment" text="Embankment" default="off" /> 548 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> 549 <check key="lit" text="Lit" default="off" /> 570 <reference ref="surface" /> 571 <reference ref="highway_yesno_incline_oneway_lit" /> 550 572 <text key="width" text="Width (meters)" /> 551 573 </optional> 552 574 </item> … … Note that for a match, at least one positive and no negative is required. 568 590 <optional> 569 591 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" /> 570 592 <combo key="lanes" text="Lanes" values="1,2,3,4,5" length="3" /> 571 <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" /> 572 <check key="area" text="Area" default="off" /> 573 <check key="bridge" text="Bridge" default="off" /> 574 <check key="tunnel" text="Tunnel" default="off" /> 575 <check key="cutting" text="Cutting" default="off" /> 576 <check key="embankment" text="Embankment" default="off" /> 577 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> 578 <check key="lit" text="Lit" default="off" /> 593 <reference ref="surface" /> 594 <check key="area" text="Area" /> 595 <reference ref="highway_yesno_incline" /> 596 <check key="lit" text="Lit" /> 579 597 <text key="width" text="Width (meters)" /> 580 598 </optional> 581 599 </item> … … Note that for a match, at least one positive and no negative is required. 594 612 <combo key="service" text="Service way type" values="alley,driveway,parking_aisle,drive-through" /> 595 613 <optional> 596 614 <text key="name" text="Name" /> 597 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" /> 598 <combo key="lanes" text="Lanes" values="1,2,3,4,5" length="3" /> 599 <text key="maxspeed" text="Max. speed (km/h)" /> 600 <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" /> 601 <check key="oneway" text="Oneway" default="off" /> 602 <check key="bridge" text="Bridge" default="off" /> 603 <check key="tunnel" text="Tunnel" default="off" /> 604 <check key="cutting" text="Cutting" default="off" /> 605 <check key="embankment" text="Embankment" default="off" /> 606 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> 607 <check key="lit" text="Lit" default="off" /> 608 <check key="passing_places" text="Passing Places" default="off" /> 615 <reference ref="highway_base" /> 616 <reference ref="highway_yesno_incline_oneway_lit" /> 617 <check key="passing_places" text="Passing Places" /> 609 618 <text key="width" text="Width (meters)" /> 610 619 </optional> 611 620 </item> … … Note that for a match, at least one positive and no negative is required. 622 631 <key key="highway" value="service" /> 623 632 <key key="service" value="parking_aisle" /> 624 633 <optional> 625 < combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" />626 <check key="oneway" text="Oneway" default="off"/>627 <check key="lit" text="Lit" default="off" />634 <reference ref="surface" /> 635 <check key="oneway" text="Oneway" /> 636 <check key="lit" text="Lit" /> 628 637 </optional> 629 638 </item> 630 639 <item name="Road (Unknown Type)" icon="presets/way_unclassified.png" type="way,closedway"> … … Note that for a match, at least one positive and no negative is required. 640 649 <key key="highway" value="road" /> 641 650 <optional> 642 651 <text key="name" text="Name" /> 643 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" /> 644 <combo key="lanes" text="Lanes" values="1,2,3,4,5" length="3" /> 645 <text key="maxspeed" text="Max. speed (km/h)" /> 646 <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" /> 647 <check key="oneway" text="Oneway" default="off" /> 648 <check key="bridge" text="Bridge" default="off" /> 649 <check key="tunnel" text="Tunnel" default="off" /> 650 <check key="cutting" text="Cutting" default="off" /> 651 <check key="embankment" text="Embankment" default="off" /> 652 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> 653 <check key="lit" text="Lit" default="off" /> 654 <text key="width" text="Width (meters)" /> 652 <reference ref="highway_base" /> 653 <reference ref="highway_yesno_incline_oneway_lit_width" /> 655 654 </optional> 656 655 </item> 657 656 <item name="Construction" icon="presets/construction.png" type="way,closedway"> … … Note that for a match, at least one positive and no negative is required. 666 665 <key key="highway" value="construction" /> 667 666 <optional> 668 667 <text key="name" text="Name" /> 669 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" /> 670 <combo key="lanes" text="Lanes" values="1,2,3,4,5" length="3" /> 671 <text key="maxspeed" text="Max. speed (km/h)" /> 672 <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" /> 673 <check key="oneway" text="Oneway" default="off" /> 674 <check key="bridge" text="Bridge" default="off" /> 675 <check key="tunnel" text="Tunnel" default="off" /> 676 <check key="cutting" text="Cutting" default="off" /> 677 <check key="embankment" text="Embankment" default="off" /> 678 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> 679 <check key="lit" text="Lit" default="off" /> 668 <reference ref="highway_base" /> 669 <reference ref="highway_yesno_incline_oneway_lit" /> 680 670 <combo key="junction" text="Junction" values="roundabout,jughandle,yes" /> 681 671 <text key="width" text="Width (meters)" /> 682 672 </optional> … … Note that for a match, at least one positive and no negative is required. 696 686 uk.href="http://wiki.openstreetmap.org/wiki/Uk:Key:access" /> 697 687 <label text="Edit Road Restrictions" /> 698 688 <space /> 699 <check key="oneway" text="Oneway" default="off"/>700 <check key="toll" text="Toll" default="off"/>701 <check key="noexit" text="No exit (cul-de-sac)" default="off"/>689 <check key="oneway" text="Oneway" /> 690 <check key="toll" text="Toll" /> 691 <check key="noexit" text="No exit (cul-de-sac)" /> 702 692 <label text="Transport mode restrictions" /> 703 693 <space /> 704 694 <combo key="access" text="General Access" values="yes,destination,delivery,permissive,private,customers,agricultural,forestry,no" match="key" values_searchable="true" /> … … Note that for a match, at least one positive and no negative is required. 746 736 <key key="junction" value="roundabout" /> 747 737 <combo key="highway" text="Type" values="motorway,motorway_link,trunk,trunk_link,primary,primary_link,secondary,tertiary,unclassified,residential,living_street,service,bus_guideway,construction" /> 748 738 <optional> 749 <text key="name" text="Name" /> 750 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" /> 739 <reference ref="name_layer" /> 751 740 <combo key="lanes" text="Lanes" values="1,2,3,4,5" length="3" /> 752 <check key="oneway" text="Oneway" default="off" /> 753 <check key="bridge" text="Bridge" default="off" /> 754 <check key="tunnel" text="Tunnel" default="off" /> 755 <check key="cutting" text="Cutting" default="off" /> 756 <check key="embankment" text="Embankment" default="off" /> 757 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> 741 <reference ref="highway_yesno_incline_oneway" /> 758 742 <text key="width" text="Width (meters)" /> 759 743 </optional> 760 744 </item> … … Note that for a match, at least one positive and no negative is required. 815 799 <combo key="tracktype" text="Tracktype" values="grade1,grade2,grade3,grade4,grade5" /> 816 800 <key key="highway" value="track" /> 817 801 <optional> 818 <text key="name" text="Name" /> 819 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" /> 802 <reference ref="name_layer" /> 820 803 <combo key="surface" text="Surface" values="paved,concrete,cobblestone,gravel,ground,grass,sand" /> 821 <check key="oneway" text="Oneway" default="off" /> 822 <check key="bridge" text="Bridge" default="off" /> 823 <check key="tunnel" text="Tunnel" default="off" /> 824 <check key="cutting" text="Cutting" default="off" /> 825 <check key="embankment" text="Embankment" default="off" /> 826 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> 827 <check key="lit" text="Lit" default="off" /> 804 <reference ref="highway_yesno_incline_oneway_lit" /> 828 805 <combo key="mtb:scale" text="MTB Scale" values="0,1,2,3,4,5" /> 829 806 <combo key="access" text="General access" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" /> 830 807 <combo key="motor_vehicle" text="Motor vehicles" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" /> … … Note that for a match, at least one positive and no negative is required. 847 824 <label text="Edit Path" /> 848 825 <key key="highway" value="path" /> 849 826 <optional> 850 <text key="name" text="Name" /> 851 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" /> 852 <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" /> 853 <check key="oneway" text="Oneway" default="off" /> 854 <check key="bridge" text="Bridge" default="off" /> 855 <check key="tunnel" text="Tunnel" default="off" /> 856 <check key="cutting" text="Cutting" default="off" /> 857 <check key="embankment" text="Embankment" default="off" /> 858 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> 859 <check key="lit" text="Lit" default="off" /> 827 <reference ref="name_layer" /> 828 <reference ref="surface" /> 829 <reference ref="highway_yesno_incline_oneway_lit" /> 860 830 <combo key="sac_scale" text="SAC Scale" values_searchable="true"> 861 831 <list_entry value="hiking" display_value="T1 - hiking trail" short_description="Trail well cleared. Area flat or slightly sloped, no fall hazard" /> 862 832 <list_entry value="mountain_hiking" display_value="T2 - mountain hiking trail" short_description="Trail with continuous line and balanced ascent. Terrain partially steep, fall hazard possible" /> … … Note that for a match, at least one positive and no negative is required. 888 858 <label text="Edit Bridleway" /> 889 859 <key key="highway" value="bridleway" /> 890 860 <optional> 891 <text key="name" text="Name" /> 892 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" /> 861 <reference ref="name_layer" /> 893 862 <text key="maxspeed" text="Max. speed (km/h)" /> 894 <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" /> 895 <check key="oneway" text="Oneway" default="off" /> 896 <check key="bridge" text="Bridge" default="off" /> 897 <check key="tunnel" text="Tunnel" default="off" /> 898 <check key="cutting" text="Cutting" default="off" /> 899 <check key="embankment" text="Embankment" default="off" /> 900 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> 901 <check key="lit" text="Lit" default="off" /> 863 <reference ref="surface" /> 864 <reference ref="highway_yesno_incline_oneway_lit" /> 902 865 <text key="width" text="Width (meters)" /> 903 866 </optional> 904 867 </item> … … Note that for a match, at least one positive and no negative is required. 918 881 <combo key="cycleway" text="Cycleway" values="lane,track,opposite_lane,opposite_track,opposite,share_busway,shared_lane" match="key" /> 919 882 <combo key="cycleway:left" text="Cycleway left" values="lane,track,opposite_lane,opposite_track,opposite,share_busway,shared_lane" /> 920 883 <combo key="cycleway:right" text="Cycleway right" values="lane,track,opposite_lane,opposite_track,opposite,share_busway,shared_lane" /> 921 <check key="oneway:bicycle" text="Oneway (bicycle)" default="off"/>884 <check key="oneway:bicycle" text="Oneway (bicycle)" /> 922 885 <space /> 923 886 <optional text="Edit Highway Attributes:"> 924 887 <combo key="highway" text="Highway" values="motorway,motorway_link,trunk,trunk_link,primary,primary_link,secondary,tertiary,unclassified,residential,living_street,service,bus_guideway,construction" /> 925 <check key="oneway" text="Oneway" default="off"/>888 <check key="oneway" text="Oneway" /> 926 889 </optional> 927 890 </item> 928 891 <item name="Dedicated Cycleway" icon="presets/cycleway.png" type="way"> … … Note that for a match, at least one positive and no negative is required. 937 900 <label text="Edit Cycleway" /> 938 901 <key key="highway" value="cycleway" /> 939 902 <optional> 940 <text key="name" text="Name" /> 941 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" /> 942 <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" /> 943 <check key="oneway" text="Oneway" default="off" /> 944 <check key="bridge" text="Bridge" default="off" /> 945 <check key="tunnel" text="Tunnel" default="off" /> 946 <check key="cutting" text="Cutting" default="off" /> 947 <check key="embankment" text="Embankment" default="off" /> 948 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> 949 <check key="lit" text="Lit" default="off" /> 903 <reference ref="name_layer" /> 904 <reference ref="surface" /> 905 <reference ref="highway_yesno_incline_oneway_lit" /> 950 906 <combo key="foot" text="Pedestrians" values="unknown,yes,no" /> 951 907 <text key="width" text="Width (meters)" /> 952 908 </optional> … … Note that for a match, at least one positive and no negative is required. 961 917 <key key="foot" value="designated" /> 962 918 <key key="segregated" value="yes" /> 963 919 <optional> 964 <text key="name" text="Name" /> 965 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" /> 966 <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" /> 967 <check key="oneway" text="Oneway" default="off" /> 968 <check key="bridge" text="Bridge" default="off" /> 969 <check key="tunnel" text="Tunnel" default="off" /> 970 <check key="cutting" text="Cutting" default="off" /> 971 <check key="embankment" text="Embankment" default="off" /> 972 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> 973 <check key="lit" text="Lit" default="off" /> 920 <reference ref="name_layer" /> 921 <reference ref="surface" /> 922 <reference ref="highway_yesno_incline_oneway_lit" /> 974 923 <text key="width" text="Width (meters)" /> 975 924 </optional> 976 925 </item> … … Note that for a match, at least one positive and no negative is required. 984 933 <key key="foot" value="designated" /> 985 934 <key key="segregated" value="no" /> 986 935 <optional> 987 <text key="name" text="Name" /> 988 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" /> 989 <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" /> 990 <check key="oneway" text="Oneway" default="off" /> 991 <check key="bridge" text="Bridge" default="off" /> 992 <check key="tunnel" text="Tunnel" default="off" /> 993 <check key="cutting" text="Cutting" default="off" /> 994 <check key="embankment" text="Embankment" default="off" /> 995 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> 996 <check key="lit" text="Lit" default="off" /> 997 <check key="passing_places" text="Passing Places" default="off" /> 936 <reference ref="name_layer" /> 937 <reference ref="surface" /> 938 <reference ref="highway_yesno_incline_oneway_lit" /> 939 <check key="passing_places" text="Passing Places" /> 998 940 <text key="width" text="Width (meters)" /> 999 941 </optional> 1000 942 </item> … … Note that for a match, at least one positive and no negative is required. 1012 954 <label text="Edit Footway" /> 1013 955 <key key="highway" value="footway" /> 1014 956 <optional> 1015 <text key="name" text="Name" /> 1016 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" /> 1017 <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" /> 1018 <check key="bridge" text="Bridge" default="off" /> 1019 <check key="tunnel" text="Tunnel" default="off" /> 1020 <check key="cutting" text="Cutting" default="off" /> 1021 <check key="embankment" text="Embankment" default="off" /> 1022 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> 1023 <check key="lit" text="Lit" default="off" /> 1024 <check key="bicycle" text="Bicycle" default="off" /> 957 <reference ref="name_layer" /> 958 <reference ref="surface" /> 959 <reference ref="highway_yesno_incline" /> 960 <check key="lit" text="Lit" /> 961 <check key="bicycle" text="Bicycle" /> 1025 962 <text key="width" text="Width (meters)" /> 1026 963 </optional> 1027 964 </item> … … Note that for a match, at least one positive and no negative is required. 1036 973 <label text="Edit Flight of Steps" /> 1037 974 <key key="highway" value="steps" /> 1038 975 <optional> 1039 <text key="name" text="Name" /> 1040 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" /> 1041 <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" /> 976 <reference ref="name_layer" /> 977 <reference ref="surface" /> 1042 978 <text key="step_count" text="Amount of Steps" /> 1043 <check key="oneway" text="Oneway" default="off" /> 1044 <check key="bridge" text="Bridge" default="off" /> 1045 <check key="tunnel" text="Tunnel" default="off" /> 1046 <check key="cutting" text="Cutting" default="off" /> 1047 <check key="embankment" text="Embankment" default="off" /> 1048 <check key="lit" text="Lit" default="off" /> 979 <reference ref="highway_yesno_incline_oneway_lit" /> 1049 980 <text key="width" text="Width (meters)" /> 1050 981 </optional> 1051 982 </item> … … Note that for a match, at least one positive and no negative is required. 1077 1008 <optional> 1078 1009 <text key="name" text="Name" /> 1079 1010 <text key="operator" text="Operator" /> 1080 <check key="toilets" text="Toilets" default="off"/>1011 <check key="toilets" text="Toilets" /> 1081 1012 </optional> 1082 1013 </item> 1083 1014 <item name="Rest Area" icon="presets/parking.png" type="node,closedway"> … … Note that for a match, at least one positive and no negative is required. 1093 1024 <key key="highway" value="rest_area" /> 1094 1025 <optional> 1095 1026 <text key="name" text="Name" /> 1096 <check key="toilets" text="Toilets" default="off"/>1097 <check key="drinking_water" text="Drinking Water" default="off"/>1027 <check key="toilets" text="Toilets" /> 1028 <check key="drinking_water" text="Drinking Water" /> 1098 1029 </optional> 1099 1030 </item> 1100 1031 <separator/> … … Note that for a match, at least one positive and no negative is required. 1109 1040 <optional text="Optional crossing attributes:"> 1110 1041 <combo key="crossing" text="Pedestrian crossing type" values="uncontrolled,traffic_signals,island,unmarked,no,unknown" /> 1111 1042 <combo key="crossing_ref" text="Crossing type name (UK)" values="zebra,pelican,toucan,puffin,pegasus,tiger" /> 1112 <check key="supervised" text="Crossing attendant" default="off"/>1113 <check key="bicycle" text="Cross by bicycle" default="off"/>1114 <check key="horse" text="Cross on horseback" default="off"/>1043 <check key="supervised" text="Crossing attendant" /> 1044 <check key="bicycle" text="Cross by bicycle" /> 1045 <check key="horse" text="Cross on horseback" /> 1115 1046 </optional> 1116 1047 </item> 1117 1048 <item name="Stop" icon="presets/Stop.png" type="node"> … … Note that for a match, at least one positive and no negative is required. 1146 1077 <key key="highway" value="crossing" /> 1147 1078 <combo key="crossing" text="Pedestrian crossing type" values="uncontrolled,traffic_signals,island,unmarked,no,unknown" /> 1148 1079 <combo key="crossing_ref" text="Crossing type name (UK)" values="zebra,pelican,toucan,puffin,pegasus,tiger" values_searchable="true" /> 1149 <check key="supervised" text="Crossing attendant" default="off"/>1150 <check key="bicycle" text="Cross by bicycle" default="off"/>1151 <check key="horse" text="Cross on horseback" default="off"/>1080 <check key="supervised" text="Crossing attendant" /> 1081 <check key="bicycle" text="Cross by bicycle" /> 1082 <check key="horse" text="Cross on horseback" /> 1152 1083 </item> 1153 1084 <item name="Traffic Calming" icon="presets/chicane.png" type="node,way"> 1154 1085 <link href="http://wiki.openstreetmap.org/wiki/Key:traffic_calming" … … Note that for a match, at least one positive and no negative is required. 1234 1165 ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:barrier=block" /> 1235 1166 <label text="Edit Block" /> 1236 1167 <key key="barrier" value="block" /> 1237 <optional text="Allowed traffic:"> 1238 <check key="foot" text="Foot" default="on" /> 1239 <check key="bicycle" text="Bicycle" default="on" /> 1240 <check key="horse" text="Horse" default="off" /> 1241 <check key="motorcycle" text="Motorcycle" default="off" /> 1242 </optional> 1168 <reference ref="barrier_4" /> 1243 1169 <optional> 1244 1170 <text key="maxwidth" text="Max. width (meters)" length="7" /> 1245 1171 <combo key="material" text="Material" values="concrete,stone" /> … … Note that for a match, at least one positive and no negative is required. 1257 1183 <space /> 1258 1184 <key key="barrier" value="bollard" /> 1259 1185 <combo key="bollard" text="Bollard type" values="rising,removable" /> 1260 <optional text="Allowed traffic:"> 1261 <check key="foot" text="Foot" default="on" /> 1262 <check key="bicycle" text="Bicycle" default="on" /> 1263 <check key="horse" text="Horse" default="off" /> 1264 <check key="motorcycle" text="Motorcycle" default="off" /> 1265 </optional> 1186 <reference ref="barrier_4" /> 1266 1187 <optional> 1267 1188 <text key="maxwidth" text="Max. width (meters)" length="7" /> 1268 1189 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" /> … … Note that for a match, at least one positive and no negative is required. 1275 1196 pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:barrier=cycle_barrier" /> 1276 1197 <label text="Edit Cycle Barrier" /> 1277 1198 <key key="barrier" value="cycle_barrier" /> 1278 <optional text="Allowed traffic:"> 1279 <check key="foot" text="Foot" default="on" /> 1280 <check key="bicycle" text="Bicycle" default="on" /> 1281 <check key="horse" text="Horse" default="off" /> 1282 <check key="motorcycle" text="Motorcycle" default="off" /> 1283 </optional> 1284 <optional> 1285 <text key="maxwidth" text="Max. width (meters)" length="7" /> 1286 </optional> 1199 <reference ref="barrier_4" /> 1200 <reference ref="optional_maxwidth" /> 1287 1201 </item> <!-- cycle_barrier --> 1288 1202 <item name="Cattle Grid" icon="presets/cattle_grid.png" type="node"> 1289 1203 <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=cattle_grid" /> 1290 1204 <label text="Edit Cattle Grid" /> 1291 1205 <key key="barrier" value="cattle_grid" /> 1292 <optional text="Allowed traffic:"> 1293 <check key="foot" text="Foot" default="on" /> 1294 <check key="bicycle" text="Bicycle" default="on" /> 1295 <check key="motorcycle" text="Motorcycle" default="off" /> 1296 <check key="motorcar" text="Motorcar" default="off" /> 1297 </optional> 1206 <reference ref="barrier_4" /> 1298 1207 </item> <!-- cattle_grid --> 1299 1208 <item name="Bus Trap" icon="presets/empty.png" type="node"> 1300 1209 <link href="http://wiki.openstreetmap.org/wiki/Tag:barrier=bus_trap" 1301 1210 pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:barrier=bus_trap" /> 1302 1211 <label text="Edit Bus Trap" /> 1303 1212 <key key="barrier" value="bus_trap" /> 1304 <optional> 1305 <text key="maxwidth" text="Max. width (meters)" length="7" /> 1306 </optional> 1213 <reference ref="optional_maxwidth" /> 1307 1214 </item> <!-- bus_trap --> 1308 1215 <item name="Spikes" icon="presets/empty.png" type="node"> 1309 1216 <label text="Edit Spikes" /> 1310 1217 <key key="barrier" value="spikes" /> 1311 <optional text="Allowed traffic:"> 1312 <check key="foot" text="Foot" default="on" /> 1313 <check key="bicycle" text="Bicycle" default="on" /> 1314 <check key="horse" text="Horse" default="off" /> 1315 <check key="motorcycle" text="Motorcycle" default="off" /> 1316 <check key="motorcar" text="Motorcar" default="off" /> 1317 </optional> 1218 <reference ref="barrier_5" /> 1318 1219 </item> <!-- spikes --> 1319 1220 <item name="Toll Booth" icon="presets/toll_station.png" type="node,closedway"> 1320 1221 <link href="http://wiki.openstreetmap.org/wiki/Tag:barrier=toll_booth" … … Note that for a match, at least one positive and no negative is required. 1335 1236 <item name="Border Control" icon="presets/douane.png" type="node"> 1336 1237 <label text="Edit Border Control" /> 1337 1238 <key key="barrier" value="border_control" /> 1338 <optional text="Allowed traffic:"> 1339 <check key="foot" text="Foot" default="on" /> 1340 <check key="bicycle" text="Bicycle" default="on" /> 1341 <check key="horse" text="Horse" default="off" /> 1342 <check key="motorcycle" text="Motorcycle" default="off" /> 1343 <check key="motorcar" text="Motorcar" default="off" /> 1344 </optional> 1239 <reference ref="barrier_5" /> 1345 1240 </item> <!-- border_control --> 1346 1241 <separator/> <!-- *** linear barriers *** --> 1347 1242 <item name="Hedge" icon="presets/hedge.png" type="way,closedway,relation"> … … Note that for a match, at least one positive and no negative is required. 1383 1278 pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:barrier=guard_rail" /> 1384 1279 <label text="Edit Guard Rail" /> 1385 1280 <key key="barrier" value="guard_rail" /> 1386 <optional> 1387 <text key="height" text="Height (meters)" length="7" /> 1388 </optional> 1281 <reference ref="optional_height" /> 1389 1282 </item> <!-- guard_rail --> 1390 1283 <item name="Wall" icon="presets/wall.png" type="way,closedway"> 1391 1284 <link href="http://wiki.openstreetmap.org/wiki/Tag:barrier=wall" … … Note that for a match, at least one positive and no negative is required. 1398 1291 zh_CN.href="http://wiki.openstreetmap.org/wiki/Zh-hans:Tag:barrier=wall" /> 1399 1292 <label text="Edit Wall" /> 1400 1293 <key key="barrier" value="wall" /> 1401 <optional> 1402 <text key="height" text="Height (meters)" length="7" /> 1403 </optional> 1294 <reference ref="optional_height" /> 1404 1295 </item> <!-- wall --> 1405 1296 <item name="City Wall" icon="presets/city_wall.png" type="way,closedway"> 1406 1297 <link href="http://wiki.openstreetmap.org/wiki/Tag:barrier=city_wall" … … Note that for a match, at least one positive and no negative is required. 1409 1300 ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:barrier=city_wall" /> 1410 1301 <label text="Edit City Wall" /> 1411 1302 <key key="barrier" value="city_wall" /> 1412 <optional> 1413 <text key="height" text="Height (meters)" length="7" /> 1414 </optional> 1303 <reference ref="optional_height" /> 1415 1304 </item> <!-- city_wall --> 1416 1305 <item name="Retaining Wall" icon="presets/retaining_wall.png" type="way,closedway"> 1417 1306 <link href="http://wiki.openstreetmap.org/wiki/Tag:barrier=retaining_wall" … … Note that for a match, at least one positive and no negative is required. 1423 1312 ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:barrier=retaining_wall" /> 1424 1313 <label text="Edit Retaining Wall" /> 1425 1314 <key key="barrier" value="retaining_wall" /> 1426 <optional> 1427 <text key="height" text="Height (meters)" length="7" /> 1428 </optional> 1315 <reference ref="optional_height" /> 1429 1316 </item> <!-- retaining_wall --> 1430 1317 <item name="Ditch" name_context="Barrier" type="way"> 1431 1318 <link href="http://wiki.openstreetmap.org/wiki/Tag:barrier=ditch" … … Note that for a match, at least one positive and no negative is required. 1442 1329 <item name="Kerb" type="way,closedway"> 1443 1330 <label text="Edit Kerb" /> 1444 1331 <key key="barrier" value="kerb" /> 1445 <optional> 1446 <text key="height" text="Height (meters)" length="7" /> 1447 </optional> 1332 <reference ref="optional_height" /> 1448 1333 </item> <!-- kerb --> 1449 1334 <separator/> <!-- *** access *** --> 1450 1335 <item name="Entrance (barrier opening)" icon="styles/standard/vehicle/entrance.png" type="node"> … … Note that for a match, at least one positive and no negative is required. 1453 1338 ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:barrier=entrance" /> 1454 1339 <label text="Edit Entrance (barrier opening)" /> 1455 1340 <key key="barrier" value="entrance" /> 1456 <optional text="Allowed traffic:"> 1457 <check key="foot" text="Foot" default="on" /> 1458 <check key="bicycle" text="Bicycle" default="on" /> 1459 <check key="horse" text="Horse" default="off" /> 1460 <check key="motorcycle" text="Motorcycle" default="off" /> 1461 <check key="motorcar" text="Motorcar" default="off" /> 1462 </optional> 1463 <optional> 1464 <text key="maxwidth" text="Max. width (meters)" length="7" /> 1465 </optional> 1341 <reference ref="barrier_5" /> 1342 <reference ref="optional_maxwidth" /> 1466 1343 </item> <!-- entrance --> 1467 1344 <item name="Gate" icon="presets/gate.png" type="node"> 1468 1345 <link href="http://wiki.openstreetmap.org/wiki/Tag:barrier=gate" … … Note that for a match, at least one positive and no negative is required. 1474 1351 ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:barrier=gate" /> 1475 1352 <label text="Edit Gate" /> 1476 1353 <key key="barrier" value="gate" /> 1477 <optional text="Allowed traffic:"> 1478 <check key="foot" text="Foot" default="on" /> 1479 <check key="bicycle" text="Bicycle" default="on" /> 1480 <check key="horse" text="Horse" default="off" /> 1481 <check key="motorcycle" text="Motorcycle" default="off" /> 1482 <check key="motorcar" text="Motorcar" default="off" /> 1483 </optional> 1484 <optional> 1485 <text key="maxwidth" text="Max. width (meters)" length="7" /> 1486 </optional> 1354 <reference ref="barrier_5" /> 1355 <reference ref="optional_maxwidth" /> 1487 1356 </item> <!-- gate --> 1488 1357 <item name="Lift Gate" icon="presets/lift_gate.png" type="node"> 1489 1358 <link href="http://wiki.openstreetmap.org/wiki/Tag:barrier=lift_gate" … … Note that for a match, at least one positive and no negative is required. 1494 1363 ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:barrier=lift_gate" /> 1495 1364 <label text="Edit Lift Gate" /> 1496 1365 <key key="barrier" value="lift_gate" /> 1497 <optional text="Allowed traffic:"> 1498 <check key="foot" text="Foot" default="on" /> 1499 <check key="bicycle" text="Bicycle" default="on" /> 1500 <check key="horse" text="Horse" default="off" /> 1501 <check key="motorcycle" text="Motorcycle" default="off" /> 1502 <check key="motorcar" text="Motorcar" default="off" /> 1503 </optional> 1504 <optional> 1505 <text key="maxwidth" text="Max. width (meters)" length="7" /> 1506 </optional> 1366 <reference ref="barrier_5" /> 1367 <reference ref="optional_maxwidth" /> 1507 1368 </item> <!-- lift_gate --> 1508 1369 <item name="Hampshire Gate" icon="presets/empty.png" type="node"> 1509 1370 <label text="Edit Hampshire Gate" /> 1510 1371 <key key="barrier" value="hampshire_gate" /> 1511 <optional text="Allowed traffic:"> 1512 <check key="foot" text="Foot" default="on" /> 1513 <check key="bicycle" text="Bicycle" default="on" /> 1514 <check key="horse" text="Horse" default="off" /> 1515 <check key="motorcycle" text="Motorcycle" default="off" /> 1516 <check key="motorcar" text="Motorcar" default="off" /> 1517 </optional> 1518 <optional> 1519 <text key="maxwidth" text="Max. width (meters)" length="7" /> 1520 </optional> 1372 <reference ref="barrier_5" /> 1373 <reference ref="optional_maxwidth" /> 1521 1374 </item> <!-- hampshire_gate --> 1522 1375 <item name="Bump Gate" icon="presets/empty.png" type="node"> 1523 1376 <label text="Edit Bump Gate" /> 1524 1377 <key key="barrier" value="bump_gate" /> 1525 <optional text="Allowed traffic:"> 1526 <check key="foot" text="Foot" default="on" /> 1527 <check key="bicycle" text="Bicycle" default="on" /> 1528 <check key="horse" text="Horse" default="off" /> 1529 <check key="motorcycle" text="Motorcycle" default="off" /> 1530 <check key="motorcar" text="Motorcar" default="off" /> 1531 </optional> 1532 <optional> 1533 <text key="maxwidth" text="Max. width (meters)" length="7" /> 1534 </optional> 1378 <reference ref="barrier_5" /> 1379 <reference ref="optional_maxwidth" /> 1535 1380 </item> <!-- bump_gate --> 1536 1381 <item name="Kissing Gate" icon="presets/empty.png" type="node"> 1537 1382 <link href="http://wiki.openstreetmap.org/wiki/Tag:barrier=kissing_gate" /> 1538 1383 <label text="Edit Kissing Gate" /> 1539 1384 <key key="barrier" value="kissing_gate" /> 1540 <optional text="Allowed traffic:"> 1541 <check key="foot" text="Foot" default="on" /> 1542 <check key="bicycle" text="Bicycle" default="off" /> 1543 </optional> 1544 <optional> 1545 <text key="maxwidth" text="Max. width (meters)" length="7" /> 1546 </optional> 1385 <reference ref="barrier_2" /> 1386 <reference ref="optional_maxwidth" /> 1547 1387 </item> <!-- kissing_gate --> 1548 1388 <item name="Chain" type="node"> 1549 1389 <link href="http://wiki.openstreetmap.org/wiki/Tag:barrier=chain" 1550 1390 pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:barrier=chain" /> 1551 1391 <label text="Edit Chain" /> 1552 1392 <key key="barrier" value="chain" /> 1553 <optional text="Allowed traffic:"> 1554 <check key="foot" text="Foot" default="on" /> 1555 <check key="bicycle" text="Bicycle" default="on" /> 1556 <check key="horse" text="Horse" default="off" /> 1557 <check key="motorcycle" text="Motorcycle" default="off" /> 1558 <check key="motorcar" text="Motorcar" default="off" /> 1559 </optional> 1560 <optional> 1561 <text key="maxwidth" text="Max. width (meters)" length="7" /> 1562 </optional> 1393 <reference ref="barrier_5" /> 1394 <reference ref="optional_maxwidth" /> 1563 1395 </item> <!-- chain --> 1564 1396 <item name="Stile" icon="presets/stile.png" type="node"> 1565 1397 <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=stile" /> … … Note that for a match, at least one positive and no negative is required. 1570 1402 <optional> 1571 1403 <combo key="material" text="Material" values="metal,stone,wood" /> 1572 1404 </optional> 1573 <optional text="Allowed traffic:"> 1574 <check key="foot" text="Foot" default="on" /> 1575 <check key="bicycle" text="Bicycle" default="off" /> 1576 </optional> 1405 <reference ref="barrier_2" /> 1577 1406 </item> <!-- stile --> 1578 1407 <item name="Turnstile" icon="styles/standard/vehicle/turnstile.png" type="node"> 1579 1408 <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=stile" … … Note that for a match, at least one positive and no negative is required. 1581 1410 ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=stile" /> 1582 1411 <label text="Edit Turnstile" /> 1583 1412 <key key="barrier" value="turnstile" /> 1584 <optional text="Allowed traffic:"> 1585 <check key="foot" text="Foot" default="on" /> 1586 <check key="bicycle" text="Bicycle" default="off" /> 1587 </optional> 1413 <reference ref="barrier_2" /> 1588 1414 </item> <!-- turnstile --> 1589 1415 <item name="Sally Port" icon="styles/standard/vehicle/sally_port.png" type="node"> 1590 1416 <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=sally_port" /> 1591 1417 <label text="Edit Sally Port" /> 1592 1418 <key key="barrier" value="sally_port" /> 1593 <optional text="Allowed traffic:"> 1594 <check key="foot" text="Foot" default="on" /> 1595 <check key="bicycle" text="Bicycle" default="on" /> 1596 <check key="horse" text="Horse" default="off" /> 1597 <check key="motorcycle" text="Motorcycle" default="off" /> 1598 <check key="motorcar" text="Motorcar" default="off" /> 1599 </optional> 1419 <reference ref="barrier_5" /> 1600 1420 <optional> 1601 1421 <text key="maxheight" text="Max. height (meters)" length="7" /> 1602 1422 <text key="maxwidth" text="Max. width (meters)" length="7" /> … … Note that for a match, at least one positive and no negative is required. 1619 1439 <optional> 1620 1440 <text key="name" text="Name" /> 1621 1441 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" default="-1" length="3" /> 1622 <text key="maxspeed" text="Max. speed (km/h)" />1623 1442 <text key="width" text="Width (meters)" /> 1443 <text key="maxspeed" text="Max. speed (km/h)" /> 1624 1444 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> 1625 1445 <check key="toll" text="Toll" /> 1626 1446 </optional> … … Note that for a match, at least one positive and no negative is required. 1638 1458 <label text="Edit Building Passage" /> 1639 1459 <key key="tunnel" value="building_passage" /> 1640 1460 <optional> 1641 <text key="name" text="Name" /> 1642 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" /> 1643 <text key="maxspeed" text="Max. speed (km/h)" /> 1461 <reference ref="name_layer" /> 1644 1462 <text key="width" text="Width (meters)" /> 1463 <text key="maxspeed" text="Max. speed (km/h)" /> 1645 1464 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> 1646 1465 </optional> 1647 1466 </item> … … Note that for a match, at least one positive and no negative is required. 1659 1478 <check key="arcade:left" value_on="open" text="Open on left side" /> 1660 1479 <check key="arcade:right" value_on="open" text="Open on right side" /> 1661 1480 <optional> 1662 <text key="name" text="Name" /> 1663 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" /> 1481 <reference ref="name_layer" /> 1664 1482 <text key="width" text="Width (meters)" /> 1665 1483 </optional> 1666 1484 </item> … … Note that for a match, at least one positive and no negative is required. 1676 1494 <check key="colonnade:left" value_on="open" text="Open on left side" /> 1677 1495 <check key="colonnade:right" value_on="open" text="Open on right side" /> 1678 1496 <optional> 1679 <text key="name" text="Name" /> 1680 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" /> 1497 <reference ref="name_layer" /> 1681 1498 <text key="width" text="Width (meters)" /> 1682 1499 </optional> 1683 1500 </item> … … Note that for a match, at least one positive and no negative is required. 1697 1514 <check key="avalanche_protector:left" value_on="open" text="Open on left side" /> 1698 1515 <check key="avalanche_protector:right" value_on="open" text="Open on right side" /> 1699 1516 <optional> 1700 <text key="name" text="Name" /> 1701 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" /> 1517 <reference ref="name_layer" /> 1702 1518 <text key="width" text="Width (meters)" /> 1703 1519 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> 1704 1520 </optional> … … Note that for a match, at least one positive and no negative is required. 1829 1645 de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:man_made=groyne" 1830 1646 ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:man_made=groyne" 1831 1647 pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=groyne" /> 1832 <key key="man_made" value="groyne" /> 1648 <key key="man_made" value="groyne" /> 1833 1649 </item> 1834 1650 <item name="Breakwater" icon="presets/groyne.png" type="way,closedway"> 1835 1651 <link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=breakwater" … … Note that for a match, at least one positive and no negative is required. 2184 2000 <key key="highway" value="bus_guideway" /> 2185 2001 <optional> 2186 2002 <text key="name" text="Name" /> 2187 <check key="oneway" text="Oneway" default="off" /> 2188 <check key="bridge" text="Bridge" default="off" /> 2189 <check key="tunnel" text="Tunnel" default="off" /> 2190 <check key="cutting" text="Cutting" default="off" /> 2191 <check key="embankment" text="Embankment" default="off" /> 2003 <reference ref="highway_yesno_incline_oneway" /> 2192 2004 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" /> 2193 < combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" />2005 <reference ref="surface" /> 2194 2006 <text key="maxspeed" text="Max. speed (km/h)" /> 2195 2007 <text key="width" text="Width (meters)" /> 2196 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />2197 2008 </optional> 2198 2009 </item> 2199 2010 <separator/> … … Note that for a match, at least one positive and no negative is required. 2231 2042 <label text="Edit Level Crossing" /> 2232 2043 <key key="railway" value="level_crossing" /> 2233 2044 <optional> 2234 <check key="supervised" text="Supervised" default="off"/>2235 <check key="crossing:light" text="Traffic lights" default="off"/>2236 <check key="crossing:bell" text="Sound signals" default="off"/>2045 <check key="supervised" text="Supervised" /> 2046 <check key="crossing:light" text="Traffic lights" /> 2047 <check key="crossing:bell" text="Sound signals" /> 2237 2048 <combo key="crossing:barrier" text="Barrier" values="yes,no,half,full,double_half" values_context="crossing:barrier" /> 2238 2049 </optional> 2239 2050 </item> … … Note that for a match, at least one positive and no negative is required. 2249 2060 <key key="railway" value="crossing" /> 2250 2061 <optional> 2251 2062 <combo key="crossing" text="Crossing type" values="uncontrolled,traffic_signals,island,unmarked,no,unknown" /> 2252 <check key="horse" text="Cross on horseback" default="off"/>2253 <check key="bicycle" text="Cross by bicycle" default="off"/>2254 <check key="supervised" text="Supervised" default="off"/>2255 <check key="crossing:light" text="Traffic lights" default="off"/>2256 <check key="crossing:bell" text="Sound signals" default="off"/>2063 <check key="horse" text="Cross on horseback" /> 2064 <check key="bicycle" text="Cross by bicycle" /> 2065 <check key="supervised" text="Supervised" /> 2066 <check key="crossing:light" text="Traffic lights" /> 2067 <check key="crossing:bell" text="Sound signals" /> 2257 2068 <combo key="crossing:barrier" text="Barrier" values="yes,no,half,full,double_half" values_context="crossing:barrier" /> 2258 2069 </optional> 2259 2070 </item> … … Note that for a match, at least one positive and no negative is required. 2276 2087 <label text="Edit Chair Lift" /> 2277 2088 <space /> 2278 2089 <key key="aerialway" value="chair_lift" /> 2279 <text key="name" text="Name" /> 2280 <text key="ref" text="Reference number" /> 2090 <reference ref="name_ref" /> 2281 2091 <optional> 2282 2092 <text key="aerialway:capacity" text="Number of people per hour" /> 2283 2093 <text key="aerialway:occupancy" text="Number of people per chair" /> 2284 2094 <text key="aerialway:duration" text="Typical journey time in minutes" /> 2285 <check key="aerialway:bubble" text="Has bubble?" default="off"/>2286 <check key="aerialway:heating" text="Has heating?" default="off"/>2095 <check key="aerialway:bubble" text="Has bubble?" /> 2096 <check key="aerialway:heating" text="Has heating?" /> 2287 2097 </optional> 2288 2098 </item> 2289 2099 <item name="Drag Lift" icon="presets/drag_lift.png" type="way"> … … Note that for a match, at least one positive and no negative is required. 2291 2101 <label text="Edit Drag Lift" /> 2292 2102 <space /> 2293 2103 <key key="aerialway" value="drag_lift" /> 2294 <text key="name" text="Name" /> 2295 <text key="ref" text="Reference number" /> 2104 <reference ref="name_ref" /> 2296 2105 <optional> 2297 2106 <text key="aerialway:capacity" text="Number of people per hour" /> 2298 2107 <text key="aerialway:duration" text="Typical journey time in minutes" /> … … Note that for a match, at least one positive and no negative is required. 2308 2117 <label text="Edit Cable Car" /> 2309 2118 <space /> 2310 2119 <key key="aerialway" value="cable_car" /> 2311 <text key="name" text="Name" /> 2312 <text key="ref" text="Reference number" /> 2120 <reference ref="name_ref" /> 2313 2121 <optional> 2314 2122 <text key="aerialway:capacity" text="Number of people per hour" /> 2315 2123 <text key="aerialway:occupancy" text="Number of people per car" /> 2316 2124 <text key="aerialway:duration" text="Typical journey time in minutes" /> 2317 <check key="aerialway:heating" text="Has heating?" default="off"/>2125 <check key="aerialway:heating" text="Has heating?" /> 2318 2126 </optional> 2319 2127 </item> 2320 2128 <item name="Gondola" icon="presets/gondola.png" type="way"> … … Note that for a match, at least one positive and no negative is required. 2325 2133 <label text="Edit Gondola" /> 2326 2134 <space /> 2327 2135 <key key="aerialway" value="gondola" /> 2328 <text key="name" text="Name" /> 2329 <text key="ref" text="Reference number" /> 2136 <reference ref="name_ref" /> 2330 2137 <optional> 2331 2138 <text key="aerialway:capacity" text="Number of people per hour" /> 2332 2139 <text key="aerialway:occupancy" text="Number of people per gondola" /> 2333 2140 <text key="aerialway:duration" text="Typical journey time in minutes" /> 2334 <check key="aerialway:heating" text="Has heating?" default="off"/>2141 <check key="aerialway:heating" text="Has heating?" /> 2335 2142 </optional> 2336 2143 </item> 2337 2144 <item name="Mixed Lift" type="way"> … … Note that for a match, at least one positive and no negative is required. 2339 2146 <label text="Edit Mixed Lift (containing both gondolas and chairs)" /> 2340 2147 <space /> 2341 2148 <key key="aerialway" value="mixed_lift" /> 2342 <text key="name" text="Name" /> 2343 <text key="ref" text="Reference number" /> 2149 <reference ref="name_ref" /> 2344 2150 <optional> 2345 2151 <text key="aerialway:capacity" text="Number of people per hour" /> 2346 2152 <text key="aerialway:occupancy" text="Number of people per gondola/chair" /> 2347 2153 <text key="aerialway:duration" text="Typical journey time in minutes" /> 2348 <check key="aerialway:bubble" text="Has bubble?" default="off"/>2349 <check key="aerialway:heating" text="Has heating?" default="off"/>2154 <check key="aerialway:bubble" text="Has bubble?" /> 2155 <check key="aerialway:heating" text="Has heating?" /> 2350 2156 </optional> 2351 2157 </item> 2352 2158 <item name="T-bar Lift" icon="presets/drag_lift.png" type="way"> … … Note that for a match, at least one positive and no negative is required. 2357 2163 <label text="Edit T-bar Lift" /> 2358 2164 <space /> 2359 2165 <key key="aerialway" value="t-bar" /> 2360 <text key="name" text="Name" /> 2361 <text key="ref" text="Reference number" /> 2166 <reference ref="name_ref" /> 2362 2167 <optional> 2363 2168 <text key="aerialway:capacity" text="Number of people per hour" /> 2364 2169 <text key="aerialway:duration" text="Typical journey time in minutes" /> … … Note that for a match, at least one positive and no negative is required. 2369 2174 <label text="Edit J-bar Lift" /> 2370 2175 <space /> 2371 2176 <key key="aerialway" value="j-bar" /> 2372 <text key="name" text="Name" /> 2373 <text key="ref" text="Reference number" /> 2177 <reference ref="name_ref" /> 2374 2178 <optional> 2375 2179 <text key="aerialway:capacity" text="Number of people per hour" /> 2376 2180 <text key="aerialway:duration" text="Typical journey time in minutes" /> … … Note that for a match, at least one positive and no negative is required. 2381 2185 <label text="Edit Platter Lift" /> 2382 2186 <space /> 2383 2187 <key key="aerialway" value="platter" /> 2384 <text key="name" text="Name" /> 2385 <text key="ref" text="Reference number" /> 2188 <reference ref="name_ref" /> 2386 2189 <optional> 2387 2190 <text key="aerialway:capacity" text="Number of people per hour" /> 2388 2191 <text key="aerialway:duration" text="Typical journey time in minutes" /> … … Note that for a match, at least one positive and no negative is required. 2393 2196 <label text="Edit Rope Tow" /> 2394 2197 <space /> 2395 2198 <key key="aerialway" value="rope_tow" /> 2396 <text key="name" text="Name" /> 2397 <text key="ref" text="Reference number" /> 2199 <reference ref="name_ref" /> 2398 2200 <optional> 2399 2201 <text key="aerialway:capacity" text="Number of people per hour" /> 2400 2202 <text key="aerialway:duration" text="Typical journey time in minutes" /> … … Note that for a match, at least one positive and no negative is required. 2405 2207 <label text="Edit Magic Carpet" /> 2406 2208 <space /> 2407 2209 <key key="aerialway" value="magic_carpet" /> 2408 <text key="name" text="Name" /> 2409 <text key="ref" text="Reference number" /> 2210 <reference ref="name_ref" /> 2410 2211 <optional> 2411 2212 <text key="aerialway:capacity" text="Number of people per hour" /> 2412 2213 <text key="aerialway:duration" text="Typical journey time in minutes" /> … … Note that for a match, at least one positive and no negative is required. 2416 2217 <label text="Edit Goods" /> 2417 2218 <space /> 2418 2219 <key key="aerialway" value="goods" /> 2419 <text key="name" text="Name" /> 2420 <text key="ref" text="Reference number" /> 2220 <reference ref="name_ref" /> 2421 2221 <optional> 2422 2222 <text key="aerialway:duration" text="Typical journey time in minutes" /> 2423 2223 </optional> … … Note that for a match, at least one positive and no negative is required. 2487 2287 <combo key="access" text="Access" values="yes,private,customers,permissive,no" /> 2488 2288 <combo key="fee" text="Fee" values="yes,no,interval" /> 2489 2289 <text key="operator" text="Operator" /> 2490 < combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" />2290 <reference ref="surface" /> 2491 2291 <combo key="covered" text="Covered (with roof)" values="yes,no" /> 2492 2292 <combo key="stay" text="Time Limit (minutes)" values="0,30-60,30-180,30+" /> 2493 2293 <combo key="supervised" text="Supervised" values="yes,no,interval" /> 2494 2294 <combo key="lit" text="Lit" values="yes,no,interval" /> 2495 < combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />2295 <reference ref="oh" /> 2496 2296 </item> 2497 2297 <item name="Parking entrance" icon="presets/parking.png" type="node"> 2498 2298 <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=parking_entrance" … … Note that for a match, at least one positive and no negative is required. 2510 2310 <combo key="access" text="Access" values="yes,private,customers,permissive,no" /> 2511 2311 <combo key="fee" text="Fee" values="yes,no,interval" /> 2512 2312 <text key="operator" text="Operator" /> 2513 < combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" />2313 <reference ref="surface" /> 2514 2314 <combo key="covered" text="Covered (with roof)" values="yes,no" /> 2515 2315 <combo key="stay" text="Time Limit (minutes)" values="0,30-60,30-180,30+" /> 2516 2316 <combo key="supervised" text="Supervised" values="yes,no,interval" /> 2517 2317 <combo key="lit" text="Lit" values="yes,no,interval" /> 2518 < combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />2318 <reference ref="oh" /> 2519 2319 </item> 2520 2320 <separator/> 2521 2321 <item name="Fuel" icon="presets/fuel.png" type="node,closedway"> … … Note that for a match, at least one positive and no negative is required. 2537 2337 <optional> 2538 2338 <text key="name" text="Name" /> 2539 2339 <text key="operator" text="Operator" /> 2540 < combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />2340 <reference ref="oh" /> 2541 2341 <combo key="shop" text="With shop" values="yes,convenience,kiosk,no" /> 2542 2342 <label text="Fuel types:" /> 2543 2343 <checkgroup columns="2"> 2544 <check key="fuel:diesel" text="Diesel" default="off"/>2545 <check key="fuel:biodiesel" text="Bio Diesel" default="off"/>2546 <check key="fuel:GTL_diesel" text="Diesel (Gas To Liquid - ultimate diesel)" default="off"/>2547 <check key="fuel:HGV_diesel" text="Diesel for Heavy Good Vehicles" default="off"/>2548 <check key="fuel:octane_80" text="Octane 80" default="off"/>2549 <check key="fuel:octane_91" text="Octane 91" default="off"/>2550 <check key="fuel:octane_92" text="Octane 92" default="off"/>2551 <check key="fuel:octane_95" text="Octane 95" default="off"/>2552 <check key="fuel:octane_98" text="Octane 98" default="off"/>2553 <check key="fuel:octane_100" text="Octane 100" default="off"/>2554 <check key="fuel:e10" text="E10 (10% Ethanol mix)" default="off"/>2555 <check key="fuel:e85" text="E85 (85% Ethanol mix)" default="off"/>2556 <check key="fuel:lpg" text="LPG (Liquefied petroleum gas)" default="off"/>2557 <check key="fuel:cng" text="CNG (Compressed Natural Gas)" default="off"/>2558 <check key="fuel:1_25" text="1/25 mix (mofa/moped)" default="off"/>2559 <check key="fuel:1_50" text="1/50 mix (mofa/moped)" default="off"/>2344 <check key="fuel:diesel" text="Diesel" /> 2345 <check key="fuel:biodiesel" text="Bio Diesel" /> 2346 <check key="fuel:GTL_diesel" text="Diesel (Gas To Liquid - ultimate diesel)" /> 2347 <check key="fuel:HGV_diesel" text="Diesel for Heavy Good Vehicles" /> 2348 <check key="fuel:octane_80" text="Octane 80" /> 2349 <check key="fuel:octane_91" text="Octane 91" /> 2350 <check key="fuel:octane_92" text="Octane 92" /> 2351 <check key="fuel:octane_95" text="Octane 95" /> 2352 <check key="fuel:octane_98" text="Octane 98" /> 2353 <check key="fuel:octane_100" text="Octane 100" /> 2354 <check key="fuel:e10" text="E10 (10% Ethanol mix)" /> 2355 <check key="fuel:e85" text="E85 (85% Ethanol mix)" /> 2356 <check key="fuel:lpg" text="LPG (Liquefied petroleum gas)" /> 2357 <check key="fuel:cng" text="CNG (Compressed Natural Gas)" /> 2358 <check key="fuel:1_25" text="1/25 mix (mofa/moped)" /> 2359 <check key="fuel:1_50" text="1/50 mix (mofa/moped)" /> 2560 2360 </checkgroup> 2561 2361 </optional> 2562 2362 </item> … … Note that for a match, at least one positive and no negative is required. 2568 2368 <text key="operator" text="Operator" /> 2569 2369 <text key="voltage" text="Voltage" /> 2570 2370 <text key="amperage" text="Amperage" /> 2571 </item> 2371 </item> 2572 2372 <item name="Wash" icon="presets/car_wash.png" type="node,closedway"> 2573 2373 <label text="Edit Car Wash" /> 2574 2374 <space /> 2575 2375 <key key="amenity" value="car_wash" /> 2576 <text key="name" text="Name" /> 2577 <text key="brand" text="Brand" /> 2578 <text key="operator" text="Operator" /> 2579 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 2376 <reference ref="name_brand_operator_oh" /> 2580 2377 </item> 2581 2378 <separator/> 2582 2379 <item name="Car Dealer" icon="presets/car.png" type="node,closedway"> … … Note that for a match, at least one positive and no negative is required. 2590 2387 <label text="Edit Car Shop" /> 2591 2388 <space /> 2592 2389 <key key="shop" value="car" /> 2593 <text key="name" text="Name" /> 2594 <text key="brand" text="Brand" /> 2595 <text key="operator" text="Operator" /> 2596 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 2390 <reference ref="name_brand_operator_oh" /> 2597 2391 </item> 2598 2392 <item name="Repair" icon="presets/car_repair.png" type="node,closedway"> 2599 2393 <label text="Edit Car Repair" /> 2600 2394 <space /> 2601 2395 <key key="shop" value="car_repair" /> 2602 <text key="name" text="Name" /> 2603 <text key="brand" text="Brand" /> 2604 <text key="operator" text="Operator" /> 2605 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 2396 <reference ref="name_brand_operator_oh" /> 2606 2397 </item> 2607 2398 <item name="Parts" icon="presets/car_repair.png" type="node,closedway"> 2608 2399 <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=car_parts" … … Note that for a match, at least one positive and no negative is required. 2610 2401 <label text="Edit Car Parts" /> 2611 2402 <space /> 2612 2403 <key key="shop" value="car_parts" /> 2613 <text key="name" text="Name" /> 2614 <text key="brand" text="Brand" /> 2615 <text key="operator" text="Operator" /> 2616 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 2404 <reference ref="name_brand_operator_oh" /> 2617 2405 </item> 2618 2406 <item name="Tyres" icon="presets/tyres.png" type="node,closedway"> 2619 2407 <label text="Edit Tyres" /> 2620 2408 <space /> 2621 2409 <key key="shop" value="tyres" /> 2622 <text key="name" text="Name" /> 2623 <text key="brand" text="Brand" /> 2624 <text key="operator" text="Operator" /> 2625 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 2410 <reference ref="name_brand_operator_oh" /> 2626 2411 <label text="Contact:" /> 2627 2412 <text key="phone" text="Phone Number" /> 2628 2413 <text key="fax" text="Fax Number" /> … … Note that for a match, at least one positive and no negative is required. 2639 2424 <label text="Edit Car Rental" /> 2640 2425 <space /> 2641 2426 <key key="amenity" value="car_rental" /> 2642 <text key="name" text="Name" /> 2643 <text key="brand" text="Brand" /> 2644 <text key="operator" text="Operator" /> 2645 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 2427 <reference ref="name_brand_operator_oh" /> 2646 2428 <combo key="second_hand" text="Second hand" values="only,yes,no" /> 2647 2429 </item> 2648 2430 <item name="Sharing" icon="presets/car_sharing.png" type="node,closedway"> … … Note that for a match, at least one positive and no negative is required. 2658 2440 <key key="amenity" value="car_sharing" /> 2659 2441 <text key="operator" text="Operator" /> 2660 2442 <text key="capacity" text="Capacity" /> 2661 <text key="name" text="Name" /> 2662 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 2443 <reference ref="name_oh" /> 2663 2444 <text key="website" text="Website" /> 2664 2445 </item> 2665 2446 </group> <!-- Car --> … … Note that for a match, at least one positive and no negative is required. 2684 2465 <text key="name" text="Name" /> 2685 2466 <combo key="brand" text="Brand" values="independent" /> 2686 2467 <text key="operator" text="Operator" /> 2687 < combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />2468 <reference ref="oh" /> 2688 2469 <combo key="second_hand" text="Second hand" values="only,yes,no" /> 2689 2470 <optional text="Services:"> 2690 2471 <combo key="sale" text="Sale" values="yes,brand,no" /> … … Note that for a match, at least one positive and no negative is required. 2717 2498 <label text="Edit Bicycle Parking" /> 2718 2499 <space /> 2719 2500 <key key="amenity" value="bicycle_parking" /> 2720 <text key="name" text="Name" /> 2721 <text key="operator" text="Operator" /> 2501 <reference ref="name_operator" /> 2722 2502 <text key="capacity" text="Capacity" /> 2723 2503 <combo key="bicycle_parking" text="Type" values="anchors,building,ground_slots,informal,lockers,shed,stands,wall_loops" /> 2724 <check key="covered" text="Covered" default="off"/>2725 <check key="supervised" text="Supervised" default="off"/>2504 <check key="covered" text="Covered" /> 2505 <check key="supervised" text="Supervised" /> 2726 2506 </item> 2727 2507 <item name="Bike Dealer" icon="presets/bike.png" type="node,closedway"> 2728 2508 <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=bicycle" … … Note that for a match, at least one positive and no negative is required. 2771 2551 <space /> 2772 2552 <key key="type" value="route" /> 2773 2553 <combo key="route" text="Route type" values="train,subway,monorail,tram,bus,trolleybus,aerialway,ferry" values_searchable="true" /> 2774 <text key="name" text="Name" /> 2775 <text key="ref" text="Reference" /> 2554 <reference ref="name_ref" /> 2776 2555 <optional> 2777 2556 <text key="from" text="From (initial stop)" /> 2778 2557 <text key="to" text="To (terminal stop)" /> … … Note that for a match, at least one positive and no negative is required. 2798 2577 <space /> 2799 2578 <key key="type" value="route_master" /> 2800 2579 <combo key="route_master" text="Route type" values="train,subway,monorail,tram,bus,trolleybus,aerialway,ferry" /> 2801 <text key="name" text="Name" /> 2802 <text key="ref" text="Reference" /> 2580 <reference ref="name_ref" /> 2803 2581 <optional> 2804 2582 <text key="operator" text="Operator" /> 2805 2583 <text key="network" text="Network" /> … … Note that for a match, at least one positive and no negative is required. 2913 2691 <key key="railway" value="subway_entrance" /> 2914 2692 <optional> 2915 2693 <text key="name" text="Name" /> 2916 <check key="wheelchair" text="Wheelchair" default="off"/>2917 <check key="bicycle" text="Bicycle" default="off"/>2694 <check key="wheelchair" text="Wheelchair" /> 2695 <check key="bicycle" text="Bicycle" /> 2918 2696 </optional> 2919 2697 </item> 2920 2698 <item name="Ticket Machine" icon="presets/vending_machine.png" type="node"> … … Note that for a match, at least one positive and no negative is required. 2927 2705 <space /> 2928 2706 <key key="amenity" value="vending_machine" /> 2929 2707 <key key="vending" value="public_transport_tickets" /> 2930 <text key="name" text="Name" /> 2931 <text key="operator" text="Operator" /> 2708 <reference ref="name_operator" /> 2932 2709 <text key="ref" text="Reference Number" /> 2933 <check key="payment:coins" text="Coins" default="off"/>2934 <check key="payment:notes" text="Notes" default="off"/>2935 <check key="payment:electronic_purses" text="Electronic purses and Charge cards" default="off"/>2936 <check key="payment:debit_cards" text="Debit cards" default="off"/>2937 <check key="payment:credit_cards" text="Credit cards" default="off"/>2938 <check key="payment:account_cards" text="Account or loyalty cards" default="off"/>2710 <check key="payment:coins" text="Coins" /> 2711 <check key="payment:notes" text="Notes" /> 2712 <check key="payment:electronic_purses" text="Electronic purses and Charge cards" /> 2713 <check key="payment:debit_cards" text="Debit cards" /> 2714 <check key="payment:credit_cards" text="Credit cards" /> 2715 <check key="payment:account_cards" text="Account or loyalty cards" /> 2939 2716 </item> 2940 2717 </group> 2941 2718 <group name="Public Transport (legacy)" icon="presets/bus.png"> … … Note that for a match, at least one positive and no negative is required. 2984 2761 <key key="railway" value="platform" /> 2985 2762 <text key="ref" text="Reference (track number)" /> 2986 2763 <text key="width" text="Width (meters)" /> 2987 <check key="area" text="Area" default="off"/>2764 <check key="area" text="Area" /> 2988 2765 </item> 2989 2766 <separator/> 2990 2767 <item name="Bus Station" icon="presets/bus.png" type="node,closedway"> … … Note that for a match, at least one positive and no negative is required. 3023 2800 <key key="highway" value="platform" /> 3024 2801 <text key="ref" text="Reference (track number)" /> 3025 2802 <text key="width" text="Width (meters)" /> 3026 <check key="area" text="Area" default="off"/>2803 <check key="area" text="Area" /> 3027 2804 </item> 3028 2805 </group> <!-- Public Transport --> 3029 2806 <item name="Taxi" icon="presets/taxi.png" type="node,closedway"> … … Note that for a match, at least one positive and no negative is required. 3154 2931 <label text="Edit Hotel" /> 3155 2932 <space /> 3156 2933 <key key="tourism" value="hotel" /> 3157 <text key="name" text="Name" /> 3158 <text key="operator" text="Operator" /> 2934 <reference ref="name_operator" /> 3159 2935 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" /> 3160 2936 <space /> 3161 <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" /> 3162 <combo key="internet_access:fee" text="Internet access fee" values="yes,no" /> 3163 <combo key="smoking" text="Smoking" values="yes,dedicated,separated,isolated,no" /> 3164 <combo key="wheelchair" text="Wheelchairs" values="yes,no" /> 2937 <reference ref="internet_smoking_wheelchair" /> 3165 2938 <space /> 3166 <text key="phone" text="Phone Number" /> 3167 <text key="fax" text="Fax Number" /> 3168 <text key="website" text="Website" /> 3169 <text key="email" text="Email Address" /> 2939 <reference ref="contact" /> 3170 2940 </item> 3171 2941 <item name="Motel" icon="styles/standard/accommodation/motel.png" type="node,closedway"> 3172 2942 <link href="http://wiki.openstreetmap.org/wiki/Tag:tourism=motel" … … Note that for a match, at least one positive and no negative is required. 3176 2946 <label text="Edit Motel" /> 3177 2947 <space /> 3178 2948 <key key="tourism" value="motel" /> 3179 <text key="name" text="Name" /> 3180 <text key="operator" text="Operator" /> 2949 <reference ref="name_operator" /> 3181 2950 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" /> 3182 2951 <space /> 3183 <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" /> 3184 <combo key="internet_access:fee" text="Internet access fee" values="yes,no" /> 3185 <combo key="smoking" text="Smoking" values="yes,dedicated,separated,isolated,no" /> 3186 <combo key="wheelchair" text="Wheelchairs" values="yes,no" /> 2952 <reference ref="internet_smoking_wheelchair" /> 3187 2953 <space /> 3188 <text key="phone" text="Phone Number" /> 3189 <text key="fax" text="Fax Number" /> 3190 <text key="website" text="Website" /> 3191 <text key="email" text="Email Address" /> 2954 <reference ref="contact" /> 3192 2955 </item> 3193 2956 <item name="Guest House" icon="styles/standard/accommodation/guest_house.png" type="node,closedway"> 3194 2957 <link href="http://wiki.openstreetmap.org/wiki/Tag:tourism=guest_house" … … Note that for a match, at least one positive and no negative is required. 3198 2961 <label text="Edit Guest House" /> 3199 2962 <space /> 3200 2963 <key key="tourism" value="guest_house" /> 3201 <text key="name" text="Name" /> 3202 <text key="operator" text="Operator" /> 2964 <reference ref="name_operator" /> 3203 2965 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" /> 3204 2966 <space /> 3205 <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" /> 3206 <combo key="internet_access:fee" text="Internet access fee" values="yes,no" /> 3207 <combo key="smoking" text="Smoking" values="yes,dedicated,separated,isolated,no" /> 3208 <combo key="wheelchair" text="Wheelchairs" values="yes,no" /> 2967 <reference ref="internet_smoking_wheelchair" /> 3209 2968 <space /> 3210 <text key="phone" text="Phone Number" /> 3211 <text key="fax" text="Fax Number" /> 3212 <text key="website" text="Website" /> 3213 <text key="email" text="Email Address" /> 2969 <reference ref="contact" /> 3214 2970 </item> 3215 2971 <item name="Chalet" icon="styles/standard/accommodation/chalet.png" type="node,closedway"> 3216 2972 <link href="http://wiki.openstreetmap.org/wiki/Tag:tourism=chalet" … … Note that for a match, at least one positive and no negative is required. 3221 2977 <label text="Edit Chalet" /> 3222 2978 <space /> 3223 2979 <key key="tourism" value="chalet" /> 3224 <text key="name" text="Name" /> 3225 <text key="operator" text="Operator" /> 2980 <reference ref="name_operator" /> 3226 2981 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" /> 3227 2982 <space /> 3228 <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" /> 3229 <combo key="internet_access:fee" text="Internet access fee" values="yes,no" /> 3230 <combo key="smoking" text="Smoking" values="yes,dedicated,separated,isolated,no" /> 3231 <combo key="wheelchair" text="Wheelchairs" values="yes,no" /> 2983 <reference ref="internet_smoking_wheelchair" /> 3232 2984 <space /> 3233 <text key="phone" text="Phone Number" /> 3234 <text key="fax" text="Fax Number" /> 3235 <text key="website" text="Website" /> 3236 <text key="email" text="Email Address" /> 2985 <reference ref="contact" /> 3237 2986 </item> 3238 2987 <item name="Hostel" icon="presets/hostel.png" type="node,closedway"> 3239 2988 <link href="http://wiki.openstreetmap.org/wiki/Tag:tourism=hostel" … … Note that for a match, at least one positive and no negative is required. 3245 2994 <label text="Edit Hostel" /> 3246 2995 <space /> 3247 2996 <key key="tourism" value="hostel" /> 3248 <text key="name" text="Name" /> 3249 <text key="operator" text="Operator" /> 2997 <reference ref="name_operator" /> 3250 2998 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" /> 3251 2999 <space /> 3252 <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" /> 3253 <combo key="internet_access:fee" text="Internet access fee" values="yes,no" /> 3254 <combo key="smoking" text="Smoking" values="yes,dedicated,separated,isolated,no" /> 3255 <combo key="wheelchair" text="Wheelchairs" values="yes,no" /> 3000 <reference ref="internet_smoking_wheelchair" /> 3256 3001 <space /> 3257 <text key="phone" text="Phone Number" /> 3258 <text key="fax" text="Fax Number" /> 3259 <text key="website" text="Website" /> 3260 <text key="email" text="Email Address" /> 3002 <reference ref="contact" /> 3261 3003 </item> 3262 3004 <item name="Alpine Hut" icon="styles/standard/accommodation/alpine_hut.png" type="node,closedway"> 3263 3005 <link href="http://wiki.openstreetmap.org/wiki/Tag:tourism=alpine_hut" … … Note that for a match, at least one positive and no negative is required. 3269 3011 <label text="Edit Alpine Hut" /> 3270 3012 <space /> 3271 3013 <key key="tourism" value="alpine_hut" /> 3272 <text key="name" text="Name" /> 3273 <text key="operator" text="Operator" /> 3014 <reference ref="name_operator" /> 3274 3015 <text key="ele" text="Elevation" /> 3275 3016 <space /> 3276 <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" /> 3277 <combo key="internet_access:fee" text="Internet access fee" values="yes,no" /> 3278 <combo key="smoking" text="Smoking" values="yes,dedicated,separated,isolated,no" /> 3279 <combo key="wheelchair" text="Wheelchairs" values="yes,no" /> 3017 <reference ref="internet_smoking_wheelchair" /> 3280 3018 <space /> 3281 <text key="phone" text="Phone Number" /> 3282 <text key="fax" text="Fax Number" /> 3283 <text key="website" text="Website" /> 3284 <text key="email" text="Email Address" /> 3019 <reference ref="contact" /> 3285 3020 </item> 3286 3021 <separator/> 3287 3022 <item name="Caravan Site" icon="presets/caravan2.png" type="node,closedway"> … … Note that for a match, at least one positive and no negative is required. 3292 3027 <label text="Edit Caravan Site" /> 3293 3028 <space /> 3294 3029 <key key="tourism" value="caravan_site" /> 3295 <text key="name" text="Name" /> 3296 <text key="operator" text="Operator" /> 3030 <reference ref="name_operator" /> 3297 3031 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" /> 3298 3032 <space /> 3299 <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" /> 3300 <combo key="internet_access:fee" text="Internet access fee" values="yes,no" /> 3301 <combo key="smoking" text="Smoking" values="yes,dedicated,separated,isolated,no" /> 3302 <combo key="wheelchair" text="Wheelchairs" values="yes,no" /> 3033 <reference ref="internet_smoking_wheelchair" /> 3303 3034 <space /> 3304 3035 <text key="capacity" text="Number of places" /> 3305 3036 <combo key="fee" text="Requires a fee" values="yes,no,interval" /> 3306 <check key="power_supply" text="Power supply" default="off"/>3307 <check key="tents" text="Tents allowed" default="off"/>3037 <check key="power_supply" text="Power supply" /> 3038 <check key="tents" text="Tents allowed" /> 3308 3039 <space /> 3309 <text key="phone" text="Phone Number" /> 3310 <text key="fax" text="Fax Number" /> 3311 <text key="website" text="Website" /> 3312 <text key="email" text="Email Address" /> 3040 <reference ref="contact" /> 3313 3041 </item> 3314 3042 <item name="Camping Site" icon="presets/tent.png" type="node,closedway"> 3315 3043 <link href="http://wiki.openstreetmap.org/wiki/Tag:tourism=camp_site" … … Note that for a match, at least one positive and no negative is required. 3323 3051 <label text="Edit Camping Site" /> 3324 3052 <space /> 3325 3053 <key key="tourism" value="camp_site" /> 3326 <text key="name" text="Name" /> 3327 <text key="operator" text="Operator" /> 3054 <reference ref="name_operator" /> 3328 3055 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" /> 3329 3056 <space /> 3330 <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" /> 3331 <combo key="internet_access:fee" text="Internet access fee" values="yes,no" /> 3332 <combo key="smoking" text="Smoking" values="yes,dedicated,separated,isolated,no" /> 3333 <combo key="wheelchair" text="Wheelchairs" values="yes,no" /> 3057 <reference ref="internet_smoking_wheelchair" /> 3334 3058 <space /> 3335 <text key="phone" text="Phone Number" /> 3336 <text key="fax" text="Fax Number" /> 3337 <text key="website" text="Website" /> 3338 <text key="email" text="Email Address" /> 3059 <reference ref="contact" /> 3339 3060 </item> 3340 3061 </group> <!-- Accomodation --> 3341 3062 <group name="Food+Drinks" icon="presets/restaurant.png"> … … Note that for a match, at least one positive and no negative is required. 3350 3071 <label text="Edit Restaurant" /> 3351 3072 <space /> 3352 3073 <key key="amenity" value="restaurant" /> 3353 <text key="name" text="Name" /> 3354 <text key="operator" text="Operator" /> 3074 <reference ref="name_operator" /> 3355 3075 <multiselect key="cuisine" text="Cuisine" values="italian;chinese;pizza;burger;greek;german;indian;regional;kebab;turkish;asian;thai;mexican;japanese;french;sandwich;sushi" values_searchable="true" /> 3356 <check key="microbrewery" text="Microbrewery" default="off"/>3357 < combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />3076 <check key="microbrewery" text="Microbrewery" /> 3077 <reference ref="oh" /> 3358 3078 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" /> 3359 3079 <space /> 3360 <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" /> 3361 <combo key="internet_access:fee" text="Internet access fee" values="yes,no" /> 3362 <combo key="smoking" text="Smoking" values="yes,dedicated,separated,isolated,no" /> 3363 <combo key="wheelchair" text="Wheelchairs" values="yes,no" /> 3080 <reference ref="internet_smoking_wheelchair" /> 3364 3081 <space /> 3365 <text key="phone" text="Phone Number" /> 3366 <text key="fax" text="Fax Number" /> 3367 <text key="website" text="Website" /> 3368 <text key="email" text="Email Address" /> 3082 <reference ref="contact" /> 3369 3083 </item> 3370 3084 <item name="Fast Food" icon="presets/fastfood.png" type="node,closedway"> 3371 3085 <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=fast_food" … … Note that for a match, at least one positive and no negative is required. 3376 3090 <label text="Edit Fast Food Restaurant" /> 3377 3091 <space /> 3378 3092 <key key="amenity" value="fast_food" /> 3379 <text key="name" text="Name" /> 3380 <text key="operator" text="Operator" /> 3093 <reference ref="name_operator" /> 3381 3094 <combo key="cuisine" text="Cuisine" values="italian,chinese,pizza,burger,greek,german,indian,regional,kebab,turkish,asian,thai,mexican,japanese,french,sandwich,sushi,fish_and_chips,chicken" /> 3382 < combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />3095 <reference ref="oh" /> 3383 3096 <space /> 3384 <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" /> 3385 <combo key="internet_access:fee" text="Internet access fee" values="yes,no" /> 3386 <combo key="smoking" text="Smoking" values="yes,dedicated,separated,isolated,no" /> 3387 <combo key="wheelchair" text="Wheelchairs" values="yes,no" /> 3097 <reference ref="internet_smoking_wheelchair" /> 3388 3098 <space /> 3389 <text key="phone" text="Phone Number" /> 3390 <text key="fax" text="Fax Number" /> 3391 <text key="website" text="Website" /> 3392 <text key="email" text="Email Address" /> 3099 <reference ref="contact" /> 3393 3100 </item> 3394 3101 <item name="Food Court" icon="presets/fastfood.png" type="node,closedway"> 3395 3102 <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=food_court" … … Note that for a match, at least one positive and no negative is required. 3399 3106 <label text="Edit Food Court" /> 3400 3107 <space /> 3401 3108 <key key="amenity" value="food_court" /> 3402 <text key="name" text="Name" /> 3403 <text key="operator" text="Operator" /> 3404 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 3109 <reference ref="name_operator_oh" /> 3405 3110 <space /> 3406 <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" /> 3407 <combo key="internet_access:fee" text="Internet access fee" values="yes,no" /> 3408 <combo key="smoking" text="Smoking" values="yes,dedicated,separated,isolated,no" /> 3409 <combo key="wheelchair" text="Wheelchairs" values="yes,no" /> 3111 <reference ref="internet_smoking_wheelchair" /> 3410 3112 <space /> 3411 <text key="phone" text="Phone Number" /> 3412 <text key="fax" text="Fax Number" /> 3413 <text key="website" text="Website" /> 3414 <text key="email" text="Email Address" /> 3113 <reference ref="contact" /> 3415 3114 </item> 3416 3115 <item name="Cafe" icon="presets/cafe.png" type="node,closedway"> 3417 3116 <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=cafe" … … Note that for a match, at least one positive and no negative is required. 3426 3125 <label text="Edit Cafe" /> 3427 3126 <space /> 3428 3127 <key key="amenity" value="cafe" /> 3429 <text key="name" text="Name" /> 3430 <text key="operator" text="Operator" /> 3128 <reference ref="name_operator" /> 3431 3129 <combo key="cuisine" text="Cuisine" values="ice_cream" /> 3432 < combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />3130 <reference ref="oh" /> 3433 3131 <space /> 3434 <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" /> 3435 <combo key="internet_access:fee" text="Internet access fee" values="yes,no" /> 3436 <combo key="smoking" text="Smoking" values="yes,dedicated,separated,isolated,no" /> 3437 <combo key="wheelchair" text="Wheelchairs" values="yes,no" /> 3132 <reference ref="internet_smoking_wheelchair" /> 3438 3133 <space /> 3439 <text key="phone" text="Phone Number" /> 3440 <text key="fax" text="Fax Number" /> 3441 <text key="website" text="Website" /> 3442 <text key="email" text="Email Address" /> 3134 <reference ref="contact" /> 3443 3135 </item> 3444 3136 <item name="Pub" icon="presets/pub.png" type="node,closedway"> 3445 3137 <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=pub" … … Note that for a match, at least one positive and no negative is required. 3450 3142 <label text="Edit Pub" /> 3451 3143 <space /> 3452 3144 <key key="amenity" value="pub" /> 3453 <text key="name" text="Name" /> 3454 <text key="operator" text="Operator" /> 3455 <check key="microbrewery" text="Microbrewery" default="off" /> 3456 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 3145 <reference ref="name_operator" /> 3146 <check key="microbrewery" text="Microbrewery" /> 3147 <reference ref="oh" /> 3457 3148 <space /> 3458 <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" /> 3459 <combo key="internet_access:fee" text="Internet access fee" values="yes,no" /> 3460 <combo key="smoking" text="Smoking" values="yes,dedicated,separated,isolated,no" /> 3461 <combo key="wheelchair" text="Wheelchairs" values="yes,no" /> 3149 <reference ref="internet_smoking_wheelchair" /> 3462 3150 <space /> 3463 <text key="phone" text="Phone Number" /> 3464 <text key="fax" text="Fax Number" /> 3465 <text key="website" text="Website" /> 3466 <text key="email" text="Email Address" /> 3151 <reference ref="contact" /> 3467 3152 </item> 3468 3153 <item name="Biergarten" icon="presets/biergarten.png" type="node,closedway"> 3469 3154 <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=biergarten" … … Note that for a match, at least one positive and no negative is required. 3474 3159 <label text="Edit Biergarten" /> 3475 3160 <space /> 3476 3161 <key key="amenity" value="biergarten" /> 3477 <text key="name" text="Name" /> 3478 <text key="operator" text="Operator" /> 3479 <check key="microbrewery" text="Microbrewery" default="off" /> 3480 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 3162 <reference ref="name_operator" /> 3163 <check key="microbrewery" text="Microbrewery" /> 3164 <reference ref="oh" /> 3481 3165 <space /> 3482 <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" /> 3483 <combo key="internet_access:fee" text="Internet access fee" values="yes,no" /> 3484 <combo key="smoking" text="Smoking" values="yes,dedicated,separated,isolated,no" /> 3485 <combo key="wheelchair" text="Wheelchairs" values="yes,no" /> 3166 <reference ref="internet_smoking_wheelchair" /> 3486 3167 <space /> 3487 <text key="phone" text="Phone Number" /> 3488 <text key="fax" text="Fax Number" /> 3489 <text key="website" text="Website" /> 3490 <text key="email" text="Email Address" /> 3168 <reference ref="contact" /> 3491 3169 </item> 3492 3170 <item name="Bar" icon="presets/bar.png" type="node,closedway"> 3493 3171 <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=bar" … … Note that for a match, at least one positive and no negative is required. 3501 3179 <label text="Edit Bar" /> 3502 3180 <space /> 3503 3181 <key key="amenity" value="bar" /> 3504 <text key="name" text="Name" /> 3505 <text key="operator" text="Operator" /> 3506 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 3182 <reference ref="name_operator_oh" /> 3507 3183 <space /> 3508 <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" /> 3509 <combo key="internet_access:fee" text="Internet access fee" values="yes,no" /> 3510 <combo key="smoking" text="Smoking" values="yes,dedicated,separated,isolated,no" /> 3511 <combo key="wheelchair" text="Wheelchairs" values="yes,no" /> 3184 <reference ref="internet_smoking_wheelchair" /> 3512 3185 <space /> 3513 <text key="phone" text="Phone Number" /> 3514 <text key="fax" text="Fax Number" /> 3515 <text key="website" text="Website" /> 3516 <text key="email" text="Email Address" /> 3186 <reference ref="contact" /> 3517 3187 </item> 3518 3188 <item name="Nightclub" icon="presets/bar.png" type="node,closedway"> 3519 3189 <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=nightclub" … … Note that for a match, at least one positive and no negative is required. 3528 3198 <label text="Edit Nightclub" /> 3529 3199 <space /> 3530 3200 <key key="amenity" value="nightclub" /> 3531 <text key="name" text="Name" /> 3532 <text key="operator" text="Operator" /> 3533 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 3201 <reference ref="name_operator_oh" /> 3534 3202 <space /> 3535 3203 <combo key="smoking" text="Smoking" values="yes,dedicated,separated,isolated,no" /> 3536 3204 <combo key="wheelchair" text="Wheelchairs" values="yes,no" /> 3537 3205 <space /> 3538 <text key="phone" text="Phone Number" /> 3539 <text key="fax" text="Fax Number" /> 3540 <text key="website" text="Website" /> 3541 <text key="email" text="Email Address" /> 3206 <reference ref="contact" /> 3542 3207 </item> 3543 3208 <item name="Stripclub" icon="styles/standard/leisure/stripclub.png" type="node,closedway"> 3544 3209 <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=stripclub" … … Note that for a match, at least one positive and no negative is required. 3549 3214 <label text="Edit Stripclub" /> 3550 3215 <space /> 3551 3216 <key key="amenity" value="stripclub" /> 3552 <text key="name" text="Name" /> 3553 <text key="operator" text="Operator" /> 3554 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 3217 <reference ref="name_operator_oh" /> 3555 3218 <space /> 3556 <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" /> 3557 <combo key="internet_access:fee" text="Internet access fee" values="yes,no" /> 3558 <combo key="smoking" text="Smoking" values="yes,dedicated,separated,isolated,no" /> 3559 <combo key="wheelchair" text="Wheelchairs" values="yes,no" /> 3219 <reference ref="internet_smoking_wheelchair" /> 3560 3220 <space /> 3561 <text key="phone" text="Phone Number" /> 3562 <text key="fax" text="Fax Number" /> 3563 <text key="website" text="Website" /> 3564 <text key="email" text="Email Address" /> 3221 <reference ref="contact" /> 3565 3222 </item> 3566 3223 </group> <!-- Food+Drinks --> 3567 3224 <group name="Tourism" icon="presets/sightseeing.png"> … … Note that for a match, at least one positive and no negative is required. 3569 3226 <label text="Edit Attraction" /> 3570 3227 <space /> 3571 3228 <key key="tourism" value="attraction" /> 3572 <text key="name" text="Name" /> 3573 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 3229 <reference ref="name_oh" /> 3574 3230 </item> 3575 3231 <item name="Viewpoint" icon="presets/viewpoint.png" type="node,closedway"> 3576 3232 <link href="http://wiki.openstreetmap.org/wiki/Tag:tourism=viewpoint" … … Note that for a match, at least one positive and no negative is required. 3584 3240 <space /> 3585 3241 <key key="tourism" value="viewpoint" /> 3586 3242 <text key="name" text="Name" /> 3587 <!--<check key="man_made" value="tower" text="Look-Out Tower" default="off"/>-->3243 <!--<check key="man_made" value="tower" text="Look-Out Tower" />--> 3588 3244 </item> 3589 3245 <separator/> 3590 3246 <item name="Information Office" icon="presets/informationoffice.png" type="node,closedway"> … … Note that for a match, at least one positive and no negative is required. 3598 3254 <space /> 3599 3255 <key key="tourism" value="information" /> 3600 3256 <key key="information" value="office" /> 3601 <text key="name" text="Name" /> 3602 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 3257 <reference ref="name_oh" /> 3603 3258 <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" /> 3604 3259 <combo key="internet_access:fee" text="Internet access fee" values="yes,no" /> 3605 3260 </item> … … Note that for a match, at least one positive and no negative is required. 3614 3269 <combo key="map_size" text="Shown Area" values="site,city,region" /> 3615 3270 <text key="description" text="Closer Description" /> 3616 3271 <optional text="Routes shown for:"> 3617 <check key="hiking" text="Hiking" default="off"/>3618 <check key="bicycle" text="Cycling" default="off"/>3619 <check key="mtb" text="Mountainbiking" default="off"/>3620 <check key="ski" text="Skiing" default="off"/>3621 <check key="horse" text="Riding" default="off"/>3272 <check key="hiking" text="Hiking" /> 3273 <check key="bicycle" text="Cycling" /> 3274 <check key="mtb" text="Mountainbiking" /> 3275 <check key="ski" text="Skiing" /> 3276 <check key="horse" text="Riding" /> 3622 3277 <space /> 3623 3278 <label text="... other transportation modes possible" /> 3624 3279 </optional> … … Note that for a match, at least one positive and no negative is required. 3647 3302 <text key="name" text="Name" /> 3648 3303 <text key="ele" text="Elevation" /> 3649 3304 <optional text="Routes shown for:"> 3650 <check key="hiking" text="Hiking" default="off"/>3651 <check key="bicycle" text="Cycling" default="off"/>3652 <check key="mtb" text="Mountainbiking" default="off"/>3653 <check key="ski" text="Skiing" default="off"/>3654 <check key="horse" text="Riding" default="off"/>3305 <check key="hiking" text="Hiking" /> 3306 <check key="bicycle" text="Cycling" /> 3307 <check key="mtb" text="Mountainbiking" /> 3308 <check key="ski" text="Skiing" /> 3309 <check key="horse" text="Riding" /> 3655 3310 <space /> 3656 3311 <label text="... other transportation modes possible" /> 3657 3312 </optional> … … Note that for a match, at least one positive and no negative is required. 3710 3365 <label text="Edit Cinema" /> 3711 3366 <space /> 3712 3367 <key key="amenity" value="cinema" /> 3713 <text key="name" text="Name" /> 3714 <text key="operator" text="Operator" /> 3715 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 3368 <reference ref="name_operator_oh" /> 3716 3369 </item> 3717 3370 <item name="Zoo" icon="presets/zoo.png" type="node,closedway"> 3718 3371 <link href="http://wiki.openstreetmap.org/wiki/Tag:tourism=zoo" … … Note that for a match, at least one positive and no negative is required. 3722 3375 <label text="Edit Zoo" /> 3723 3376 <space /> 3724 3377 <key key="tourism" value="zoo" /> 3725 <text key="name" text="Name" /> 3726 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 3378 <reference ref="name_oh" /> 3727 3379 <text key="wikipedia" text="Wikipedia" /> 3728 3380 <space /> 3729 <text key="phone" text="Phone Number" /> 3730 <text key="fax" text="Fax Number" /> 3731 <text key="website" text="Website" /> 3732 <text key="email" text="Email Address" /> 3381 <reference ref="contact" /> 3733 3382 </item> 3734 3383 <item name="Dog Park" icon="presets/dogpark.png" type="node,closedway"> 3735 3384 <link href="http://wiki.openstreetmap.org/wiki/Tag:leisure=dog_park" … … Note that for a match, at least one positive and no negative is required. 3745 3394 <space /> 3746 3395 <key key="leisure" value="dog_park" /> 3747 3396 <text key="name" text="Name" /> 3748 <check key="area" text="Area" default="off"/>3749 <combo key="barrier" text="Barrier" values="fence,wall" /> 3750 < combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />3751 <check key="lit" text="Lit" default="off"/>3752 </item> 3397 <check key="area" text="Area" /> 3398 <combo key="barrier" text="Barrier" values="fence,wall" /> 3399 <reference ref="oh" /> 3400 <check key="lit" text="Lit" /> 3401 </item> 3753 3402 <item name="Theme Park" icon="presets/theme_park.png" type="node,closedway"> 3754 3403 <link href="http://wiki.openstreetmap.org/wiki/Tag:tourism=theme_park" 3755 3404 pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:tourism=theme_park" … … Note that for a match, at least one positive and no negative is required. 3758 3407 <label text="Edit Theme Park" /> 3759 3408 <space /> 3760 3409 <key key="tourism" value="theme_park" /> 3761 <text key="name" text="Name" /> 3762 <text key="operator" text="Operator" /> 3763 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 3410 <reference ref="name_operator_oh" /> 3764 3411 <space /> 3765 <text key="phone" text="Phone Number" /> 3766 <text key="fax" text="Fax Number" /> 3767 <text key="website" text="Website" /> 3768 <text key="email" text="Email Address" /> 3412 <reference ref="contact" /> 3769 3413 </item> 3770 3414 <item name="Water Park" icon="presets/swimming.png" type="node,closedway"> 3771 3415 <link href="http://wiki.openstreetmap.org/wiki/Tag:leisure=water_park" … … Note that for a match, at least one positive and no negative is required. 3778 3422 <label text="Edit Water Park" /> 3779 3423 <space /> 3780 3424 <key key="leisure" value="water_park" /> 3781 <text key="name" text="Name" /> 3782 <text key="operator" text="Operator" /> 3783 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 3425 <reference ref="name_operator_oh" /> 3784 3426 <space /> 3785 <text key="phone" text="Phone Number" /> 3786 <text key="fax" text="Fax Number" /> 3787 <text key="website" text="Website" /> 3788 <text key="email" text="Email Address" /> 3427 <reference ref="contact" /> 3789 3428 </item> 3790 3429 <item name="Sauna" de.name="Sauna" icon="presets/sauna.png" type="node,closedway"> 3791 3430 <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=sauna" … … Note that for a match, at least one positive and no negative is required. 3795 3434 <label text="Edit Sauna" /> 3796 3435 <space /> 3797 3436 <key key="leisure" value="sauna" /> 3798 <text key="name" text="Name" /> 3799 <text key="operator" text="Operator" /> 3800 < combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />3801 <combo key="access" text="Access" values="yes,permissive,private,unknown" /> 3437 <text key="name" text="Name" /> 3438 <text key="operator" text="Operator" /> 3439 <reference ref="oh" /> 3440 <combo key="access" text="Access" values="yes,permissive,private,unknown" /> 3802 3441 <space /> 3803 <text key="phone" text="Phone Number" /> 3804 <text key="fax" text="Fax Number" /> 3805 <text key="website" text="Website" /> 3806 <text key="email" text="Email Address" /> 3442 <reference ref="contact" /> 3807 3443 </item> 3808 3444 <item name="Horse riding" icon="presets/equestrian.png" type="node,closedway"> 3809 3445 <link href="http://wiki.openstreetmap.org/wiki/Tag:leisure=horse_riding" /> 3810 3446 <label text="Edit Horse riding" /> 3811 3447 <space /> 3812 3448 <key key="leisure" value="horse_riding" /> 3813 <text key="name" text="Name" /> 3814 <text key="operator" text="Operator" /> 3815 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 3449 <reference ref="name_operator_oh" /> 3816 3450 <text key="fee" text="Fee" /> 3817 3451 <space /> 3818 <text key="phone" text="Phone Number" /> 3819 <text key="fax" text="Fax Number" /> 3820 <text key="website" text="Website" /> 3821 <text key="email" text="Email Address" /> 3452 <reference ref="contact" /> 3822 3453 </item> 3823 3454 <item name="Brothel" de.name="Bordell" icon="styles/standard/leisure/stripclub.png" type="node,closedway"> 3824 3455 <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=brothel" … … Note that for a match, at least one positive and no negative is required. 3831 3462 <label text="Edit Brothel" /> 3832 3463 <space /> 3833 3464 <key key="amenity" value="brothel" /> 3834 <text key="name" text="Name" /> 3835 <text key="operator" text="Operator" /> 3836 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 3465 <reference ref="name_operator_oh" /> 3837 3466 <space /> 3838 3467 <combo key="smoking" text="Smoking" values="yes,dedicated,separated,isolated,no" /> 3839 3468 <combo key="wheelchair" text="Wheelchairs" values="yes,no" /> 3840 3469 <space /> 3841 <text key="phone" text="Phone Number" /> 3842 <text key="fax" text="Fax Number" /> 3843 <text key="website" text="Website" /> 3844 <text key="email" text="Email Address" /> 3845 </item> 3470 <reference ref="contact" /> 3471 </item> 3846 3472 <separator/> 3847 3473 <item name="Playground" icon="styles/standard/leisure/playground.png" type="node,closedway"> 3848 3474 <link href="http://wiki.openstreetmap.org/wiki/Tag:leisure=playground" … … Note that for a match, at least one positive and no negative is required. 3864 3490 <space /> 3865 3491 <key key="tourism" value="picnic_site" /> 3866 3492 <text key="name" text="Name" /> 3867 <check key="fireplace" text="Fireplace" default="off"/>3493 <check key="fireplace" text="Fireplace" /> 3868 3494 </item> 3869 3495 <item name="Public Grill" icon="presets/bbq.png" type="node"> 3870 3496 <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=bbq" … … Note that for a match, at least one positive and no negative is required. 3873 3499 pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=bbq" 3874 3500 ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=bbq" /> 3875 3501 <label text="Edit Public Grill" /> 3876 <space /> 3502 <space /> 3877 3503 <key key="amenity" value="bbq" /> 3878 3504 <text key="name" text="Name" /> 3879 <combo key="covered" text="Covered" values="yes,no" /> 3880 <combo key="fuel" text="Fuel" text_context="grill" values="charcoal,electric,wood" /> 3505 <combo key="covered" text="Covered" values="yes,no" /> 3506 <combo key="fuel" text="Fuel" text_context="grill" values="charcoal,electric,wood" /> 3881 3507 </item> 3882 3508 <item name="Fishing" icon="presets/fishing.png" type="node,closedway"> 3883 3509 <link href="http://wiki.openstreetmap.org/wiki/Tag:leisure=fishing" … … Note that for a match, at least one positive and no negative is required. 3904 3530 <label text="Edit Museum" /> 3905 3531 <space /> 3906 3532 <key key="tourism" value="museum" /> 3907 <text key="name" text="Name" /> 3908 <text key="operator" text="Operator" /> 3909 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 3533 <reference ref="name_operator_oh" /> 3910 3534 <text key="wikipedia" text="Wikipedia" /> 3911 3535 </item> 3912 3536 <item name="Theatre" icon="presets/theater.png" type="node,closedway,relation"> … … Note that for a match, at least one positive and no negative is required. 3918 3542 <label text="Edit Theatre" /> 3919 3543 <space /> 3920 3544 <key key="amenity" value="theatre" /> 3921 <text key="name" text="Name" /> 3922 <text key="operator" text="Operator" /> 3545 <reference ref="name_operator" /> 3923 3546 </item> 3924 3547 <item name="Library" icon="styles/standard/shop/rental/library.png" type="node,closedway,relation"> 3925 3548 <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=library" … … Note that for a match, at least one positive and no negative is required. 3933 3556 <label text="Edit Library" /> 3934 3557 <space /> 3935 3558 <key key="amenity" value="library" /> 3936 <text key="name" text="Name" /> 3937 <text key="operator" text="Operator" /> 3938 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 3559 <reference ref="name_operator_oh" /> 3939 3560 </item> 3940 3561 <item name="Arts Centre" icon="presets/arts_centre.png" type="node,closedway,relation"> 3941 3562 <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=arts_centre" … … Note that for a match, at least one positive and no negative is required. 3967 3588 ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=studio" 3968 3589 pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=studio" /> 3969 3590 <label text="Edit Studio" /> 3970 <space /> 3591 <space /> 3971 3592 <key key="amenity" value="studio" /> 3972 <text key="name" text="Name" /> 3973 <text key="operator" text="Operator" /> 3593 <reference ref="name_operator" /> 3974 3594 <combo key="type" text="Type" values="audio,video" /> 3975 3595 <text key="phone" text="Phone Number" /> 3976 <text key="website" text="Website" /> 3596 <text key="website" text="Website" /> 3977 3597 </item> 3978 3598 </group> <!-- Culture --> 3979 3599 <group name="Place of Worship" icon="styles/standard/religion.png"> … … Note that for a match, at least one positive and no negative is required. 3999 3619 <combo key="building" text="Building type" values="basilica,cathedral,chapel,church,temple" values_searchable="true" /> 4000 3620 <combo key="denomination" text="Denomination" values="anglican,baptist,catholic,evangelical,greek_catholic,greek_orthodox,jehovahs_witness,lutheran,methodist,mormon,new_apostolic,orthodox,pentecostal,presbyterian,protestant,quaker,roman_catholic,russian_orthodox,seventh_day_adventist" values_searchable="true" /> 4001 3621 <combo key="service_times" text="Service Times" delimiter="|" values="18:00|sunset,sunrise|Su 9:30,11:00|Sa,Su,PH 9:00|Sa 18:00; Su 10:45|Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00|Sa 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 4002 < combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />3622 <reference ref="oh" /> 4003 3623 </item> 4004 3624 <item name="Mosque" icon="styles/standard/religion/muslim.png" type="node,closedway,relation"> 4005 3625 <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=place_of_worship" … … Note that for a match, at least one positive and no negative is required. 4023 3643 <combo key="building" text="Building type" values="mosque" values_searchable="true" /> 4024 3644 <combo key="denomination" text="Denomination" values="ibadi,shia,sunni" values_searchable="true" /> 4025 3645 <combo key="service_times" text="Service Times" delimiter="|" values="18:00|sunset,sunrise|Su 9:30,11:00|Sa,Su,PH 9:00|Sa 18:00; Su 10:45|Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00|Sa 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 4026 < combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />3646 <reference ref="oh" /> 4027 3647 </item> 4028 3648 <item name="Synagogue" icon="styles/standard/religion/jewish.png" type="node,closedway,relation"> 4029 3649 <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=place_of_worship" … … Note that for a match, at least one positive and no negative is required. 4047 3667 <combo key="building" text="Building type" values="synagogue" values_searchable="true" /> 4048 3668 <combo key="denomination" text="Denomination" values="orthodox,conservative,reform" values_searchable="true" /> 4049 3669 <combo key="service_times" text="Service Times" delimiter="|" values="18:00|sunset,sunrise|Su 9:30,11:00|Sa,Su,PH 9:00|Sa 18:00; Su 10:45|Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00|Sa 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 4050 < combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />3670 <reference ref="oh" /> 4051 3671 </item> 4052 3672 <item name="Buddhist Temple" icon="styles/standard/religion/buddhism.png" type="node,closedway,relation"> 4053 3673 <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=place_of_worship" … … Note that for a match, at least one positive and no negative is required. 4070 3690 <text key="name" text="Name" /> 4071 3691 <combo key="denomination" text="Denomination" values="theravada,mahayana,vajrayana" values_searchable="true" /> 4072 3692 <combo key="service_times" text="Service Times" delimiter="|" values="18:00|sunset,sunrise|Su 9:30,11:00|Sa,Su,PH 9:00|Sa 18:00; Su 10:45|Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00|Sa 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 4073 < combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />3693 <reference ref="oh" /> 4074 3694 </item> 4075 3695 <item name="Hindu Temple" icon="styles/standard/religion/hinduism.png" type="node,closedway,relation"> 4076 3696 <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=place_of_worship" … … Note that for a match, at least one positive and no negative is required. 4093 3713 <text key="name" text="Name" /> 4094 3714 <combo key="denomination" text="Denomination" values="vaishnavism,shaivism,shaktism,smartism" values_searchable="true" /> 4095 3715 <combo key="service_times" text="Service Times" delimiter="|" values="18:00|sunset,sunrise|Su 9:30,11:00|Sa,Su,PH 9:00|Sa 18:00; Su 10:45|Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00|Sa 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 4096 < combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />3716 <reference ref="oh" /> 4097 3717 </item> 4098 3718 <item name="Shinto Shrine" icon="styles/standard/religion/shinto.png" type="node,closedway,relation"> 4099 3719 <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=place_of_worship" … … Note that for a match, at least one positive and no negative is required. 4115 3735 <key key="religion" value="shinto" /> 4116 3736 <text key="name" text="Name" /> 4117 3737 <combo key="service_times" text="Service Times" delimiter="|" values="18:00|sunset,sunrise|Su 9:30,11:00|Sa,Su,PH 9:00|Sa 18:00; Su 10:45|Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00|Sa 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 4118 < combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />3738 <reference ref="oh" /> 4119 3739 </item> 4120 3740 <item name="Other Place of Worship" type="node,closedway,relation"> 4121 3741 <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=place_of_worship" … … Note that for a match, at least one positive and no negative is required. 4137 3757 <text key="name" text="Name" /> 4138 3758 <combo key="religion" text="Religion" values="bahai,jain,sikh,spiritualist,taoist,unitarian,zoroastrian" match="keyvalue" values_searchable="true" /> 4139 3759 <combo key="service_times" text="Service Times" delimiter="|" values="18:00|sunset,sunrise|Su 9:30,11:00|Sa,Su,PH 9:00|Sa 18:00; Su 10:45|Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00|Sa 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 4140 < combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />3760 <reference ref="oh" /> 4141 3761 </item> 4142 3762 </group> <!-- Place of Worship --> 4143 3763 <group name="Public Building" icon="presets/townhall.png"> … … Note that for a match, at least one positive and no negative is required. 4172 3792 pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=community_centre" 4173 3793 ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=community_centre" /> 4174 3794 <label text="Community Centre" /> 4175 <space /> 3795 <space /> 4176 3796 <key key="amenity" value="community_centre" /> 4177 <text key="name" text="Name" /> 4178 <text key="operator" text="Operator" /> 4179 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 3797 <reference ref="name_operator" /> 3798 <reference ref="oh" /> 4180 3799 </item> 4181 3800 <item name="Embassy" icon="presets/embassy.png" type="node,closedway,relation"> 4182 3801 <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=embassy" … … Note that for a match, at least one positive and no negative is required. 4252 3871 <label text="Edit Post Office" /> 4253 3872 <space /> 4254 3873 <key key="amenity" value="post_office" /> 4255 <text key="name" text="Name" /> 4256 <text key="operator" text="Operator" /> 3874 <reference ref="name_operator" /> 4257 3875 </item> 4258 3876 </group> <!-- Public Buildings --> 4259 3877 <group name="Education" icon="presets/school.png"> … … Note that for a match, at least one positive and no negative is required. 4311 3929 <label text="Edit Driving School" /> 4312 3930 <space /> 4313 3931 <key key="amenity" value="driving_school" /> 4314 <text key="name" text="Name" /> 4315 <text key="operator" text="Operator" /> 3932 <reference ref="name_operator" /> 4316 3933 <combo key="license_classes" text="License Classes" values="A;A1;B;BE;C,A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E" /> 4317 3934 </item> 4318 3935 </group> <!-- Education --> … … Note that for a match, at least one positive and no negative is required. 4329 3946 <label text="Edit Hospital" /> 4330 3947 <space /> 4331 3948 <key key="amenity" value="hospital" /> 4332 <text key="name" text="Name" /> 4333 <text key="operator" text="Operator" /> 3949 <reference ref="name_operator" /> 4334 3950 </item> 4335 3951 <item name="Clinic" icon="styles/standard/health/hospital.png" type="node,closedway"> 4336 3952 <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=clinic" … … Note that for a match, at least one positive and no negative is required. 4348 3964 <label text="Edit Doctors" /> 4349 3965 <space /> 4350 3966 <key key="amenity" value="doctors" /> 4351 <text key="name" text="Name" /> 4352 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 3967 <reference ref="name_oh" /> 4353 3968 </item> 4354 3969 <item name="Dentist" icon="styles/standard/health/dentist.png" type="node,closedway"> 4355 3970 <label text="Edit Dentist" /> 4356 3971 <space /> 4357 3972 <key key="amenity" value="dentist" /> 4358 <text key="name" text="Name" /> 4359 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 3973 <reference ref="name_oh" /> 4360 3974 </item> 4361 3975 <item name="Nursing Home" type="node,closedway"> 4362 3976 <label text="Edit Nursing Home" /> 4363 3977 <space /> 4364 3978 <key key="amenity" value="nursing_home" /> 4365 <text key="name" text="Name" /> 4366 <text key="operator" text="Operator" /> 3979 <reference ref="name_operator" /> 4367 3980 </item> 4368 3981 <item name="Retirement Home" type="node,closedway"> 4369 3982 <link href="http://wiki.openstreetmap.org/wiki/Key:social_facility" … … Note that for a match, at least one positive and no negative is required. 4376 3989 <key key="amenity" value="social_facility" /> 4377 3990 <key key="social_facility" value="group_home" /> 4378 3991 <key key="social_facility:for" value="senior" /> 4379 <text key="name" text="Name" /> 4380 <text key="operator" text="Operator" /> 3992 <reference ref="name_operator" /> 4381 3993 <text key="capacity" text="Capacity" /> 4382 3994 </item> 4383 3995 <separator/> … … Note that for a match, at least one positive and no negative is required. 4395 4007 <key key="amenity" value="pharmacy" /> 4396 4008 <text key="name" text="Name" /> 4397 4009 <combo key="dispensing" text="Dispensing" values="yes,no" default="no" /> 4398 < combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />4010 <reference ref="oh" /> 4399 4011 </item> 4400 4012 <item name="Hearing Aids" icon="presets/hearing_aids.png" type="node,closedway"> 4401 4013 <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=hearing_aids" … … Note that for a match, at least one positive and no negative is required. 4404 4016 <label text="Edit Hearing Aids" /> 4405 4017 <space /> 4406 4018 <key key="shop" value="hearing_aids" /> 4407 <text key="name" text="Name" /> 4408 <text key="operator" text="Operator" /> 4409 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 4019 <reference ref="name_operator_oh" /> 4410 4020 </item> 4411 4021 <separator/> 4412 4022 <item name="Baby Hatch" icon="presets/baby_hatch.png" type="node,closedway"> … … Note that for a match, at least one positive and no negative is required. 4424 4034 <space /> 4425 4035 <key key="amenity" value="baby_hatch" /> 4426 4036 <text key="operator" text="Operator" /> 4427 < combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />4037 <reference ref="oh" /> 4428 4038 </item> 4429 4039 <separator/> 4430 4040 <item name="Emergency Access Point" icon="styles/standard/service/emergency_access_point.png" type="node,closedway"> … … Note that for a match, at least one positive and no negative is required. 4457 4067 <label text="Edit Veterinary" /> 4458 4068 <space /> 4459 4069 <key key="amenity" value="veterinary" /> 4460 <text key="name" text="Name" /> 4461 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 4070 <reference ref="name_oh" /> 4462 4071 </item> 4463 4072 </group> <!-- Health --> 4464 4073 <group name="Facilities" icon="presets/telephone.png"> … … Note that for a match, at least one positive and no negative is required. 4512 4121 <space /> 4513 4122 <key key="amenity" value="telephone" /> 4514 4123 <text key="operator" text="Operator" /> 4515 <check key="payment:coins" text="Coins" default="off"/>4516 <check key="payment:notes" text="Notes" default="off"/>4517 <check key="payment:electronic_purses" text="Electronic purses and Charge cards" default="off"/>4518 <check key="payment:debit_cards" text="Debit cards" default="off"/>4519 <check key="payment:credit_cards" text="Credit cards" default="off"/>4520 <check key="payment:telephone_cards" text="Telephone cards" default="off"/>4124 <check key="payment:coins" text="Coins" /> 4125 <check key="payment:notes" text="Notes" /> 4126 <check key="payment:electronic_purses" text="Electronic purses and Charge cards" /> 4127 <check key="payment:debit_cards" text="Debit cards" /> 4128 <check key="payment:credit_cards" text="Credit cards" /> 4129 <check key="payment:telephone_cards" text="Telephone cards" /> 4521 4130 </item> 4522 4131 <item name="Emergency Phone" icon="presets/telephone.png" type="node"> 4523 4132 <link href="http://wiki.openstreetmap.org/wiki/Tag:emergency=phone" … … Note that for a match, at least one positive and no negative is required. 4527 4136 <key key="emergency" value="phone" /> 4528 4137 </item> 4529 4138 <item name="Internet Access" icon="presets/network-wireless.svg" type="node,closedway,relation"> 4530 <link href="http://wiki.openstreetmap.org/wiki/Key:internet_access" 4139 <link href="http://wiki.openstreetmap.org/wiki/Key:internet_access" 4531 4140 de.href="http://wiki.openstreetmap.org/wiki/DE:Key:internet_access" 4532 4141 it.href="http://wiki.openstreetmap.org/wiki/IT:Key:internet_access" 4533 4142 ja.href="http://wiki.openstreetmap.org/wiki/JA:Key:internet_access" … … Note that for a match, at least one positive and no negative is required. 4547 4156 <space /> 4548 4157 <key key="emergency" value="aed" /> 4549 4158 <combo key="opening_hours" text="Opening Hours" values="24/7,limited" /> 4550 <text key="operator" text="Operator" /> 4551 <check key="indoor" text="Located inside a building?" default="off"/>4159 <text key="operator" text="Operator" /> 4160 <check key="indoor" text="Located inside a building?" /> 4552 4161 <!-- lastcheck is in use for aed devices, but not yet well discussed or documented 4553 4162 <optional> 4554 4163 <text key="lastcheck" text="Last check date (YYYY-MM-DD)" /> … … Note that for a match, at least one positive and no negative is required. 4568 4177 <combo key="display" text="Display" values="analog,digital,sundial,unorthodox" /> 4569 4178 <combo key="support" text="Support" values="pole,wall_mounted,billboard,ground" values_context="mounting/support" /> 4570 4179 <combo key="visibility" text="Visibility/readability" values="house,street,area" display_values="house (up to 5m),street (up to 20m),area (more than 20m)" /> 4571 <check key="date" text="Shows current date" default="off"/>4572 <check key="thermometer" text="Shows temperature" default="off"/>4573 <check key="barometer" text="Shows barometric pressure" default="off"/>4574 <check key="hygrometer" text="Shows humidity" default="off"/>4180 <check key="date" text="Shows current date" /> 4181 <check key="thermometer" text="Shows temperature" /> 4182 <check key="barometer" text="Shows barometric pressure" /> 4183 <check key="hygrometer" text="Shows humidity" /> 4575 4184 </optional> 4576 4185 </item> 4577 4186 <item name="Recycling" icon="presets/recycling.png" type="node,closedway"> … … Note that for a match, at least one positive and no negative is required. 4588 4197 <label text="Edit Recycling Station" /> 4589 4198 <space /> 4590 4199 <key key="amenity" value="recycling" /> 4591 <check key="recycling:batteries" text="Batteries" default="off"/>4592 <check key="recycling:cans" text="Cans" default="off"/>4593 <check key="recycling:clothes" text="Clothes" default="off"/>4594 <check key="recycling:glass" text="Glass" default="off"/>4595 <check key="recycling:paper" text="Paper" default="off"/>4596 <check key="recycling:scrap_metal" text="Scrap Metal" default="off"/>4200 <check key="recycling:batteries" text="Batteries" /> 4201 <check key="recycling:cans" text="Cans" /> 4202 <check key="recycling:clothes" text="Clothes" /> 4203 <check key="recycling:glass" text="Glass" /> 4204 <check key="recycling:paper" text="Paper" /> 4205 <check key="recycling:scrap_metal" text="Scrap Metal" /> 4597 4206 <combo key="recycling_type" text="Type" values="container,centre" /> 4598 4207 </item> 4599 4208 <item name="Waste Basket" icon="styles/standard/service/recycling/trash-bin.png" type="node"> … … Note that for a match, at least one positive and no negative is required. 4642 4251 <space /> 4643 4252 <key key="amenity" value="shelter" /> 4644 4253 <text key="name" text="Name" /> 4645 <check key="fireplace" text="Fireplace" default="off"/>4254 <check key="fireplace" text="Fireplace" /> 4646 4255 <combo key="shelter_type" text="Type of shelter" values="weather_shelter,public_transport,picnic_shelter,wildlife_hide" values_context="shelter" values_searchable="true" /> 4647 4256 </item> 4648 4257 <item name="Hunting Stand" icon="presets/hunting_stand.png" type="node"> … … Note that for a match, at least one positive and no negative is required. 4666 4275 <label text="Edit Source of Potable Water" /> 4667 4276 <space /> 4668 4277 <key key="amenity" value="drinking_water" /> 4669 <check key="indoor" text="Indoor" default="off"/>4278 <check key="indoor" text="Indoor" /> 4670 4279 <optional> 4671 4280 <text key="name" text="Name" /> 4672 4281 <text key="description" text="Description" /> … … Note that for a match, at least one positive and no negative is required. 4686 4295 <combo key="fire_hydrant:type" text="Type" values="underground,pillar,wall,pond" values_context="pipeline" default="pillar" /> 4687 4296 <combo key="fire_hydrant:diameter" text="Diameter (in mm)" values="50,80,100,150,200,250,300,400" /> 4688 4297 <space /> 4689 <text key="name" text="Name" /> 4690 <text key="ref" text="Reference" /> 4298 <reference ref="name_ref" /> 4691 4299 <text key="operator" text="Operator" /> 4692 4300 <space /> 4693 4301 <combo key="fire_hydrant:position" text="Hydrant Position" values="lane,parking_lot,sidewalk,green" values_context="hydrant position" /> … … Note that for a match, at least one positive and no negative is required. 4738 4346 <label text="Edit Golf Course" /> 4739 4347 <space /> 4740 4348 <key key="leisure" value="golf_course" /> 4741 <text key="name" text="Name" /> 4742 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 4349 <reference ref="name_oh" /> 4743 4350 </item> 4744 4351 <item name="Miniature Golf" icon="presets/golf.png" type="node,closedway"> 4745 4352 <label text="Edit Miniature Golf" /> 4746 4353 <space /> 4747 4354 <key key="leisure" value="miniature_golf" /> 4748 <text key="name" text="Name" /> 4749 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 4355 <reference ref="name_oh" /> 4750 4356 </item> 4751 4357 </group> <!-- Sport facilities --> 4752 4358 <group name="Sport" icon="presets/rowing.png"> … … Note that for a match, at least one positive and no negative is required. 4908 4514 <label text="Edit Soccer" /> 4909 4515 <space /> 4910 4516 <key key="sport" value="soccer" /> 4911 <text key="name" text="Name" /> 4912 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" /> 4517 <reference ref="name_leisure_pitch" /> 4913 4518 </item> 4914 4519 <item name="Australian Football" icon="presets/soccer.png" type="node,closedway"> 4915 4520 <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=australian_football" /> 4916 4521 <label text="Edit Australian Football" /> 4917 4522 <space /> 4918 4523 <key key="sport" value="australian_football" /> 4919 <text key="name" text="Name" /> 4920 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" /> 4524 <reference ref="name_leisure_pitch" /> 4921 4525 </item> 4922 4526 <item name="American Football" icon="presets/football.png" type="node,closedway"> 4923 4527 <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=american_football" /> 4924 4528 <label text="Edit American Football" /> 4925 4529 <space /> 4926 4530 <key key="sport" value="american_football" /> 4927 <text key="name" text="Name" /> 4928 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" /> 4531 <reference ref="name_leisure_pitch" /> 4929 4532 </item> 4930 4533 <item name="Canadian Football" icon="presets/football.png" type="node,closedway"> 4931 4534 <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=canadian_football" /> 4932 4535 <label text="Edit Canadian Football" /> 4933 4536 <space /> 4934 4537 <key key="sport" value="canadian_football" /> 4935 <text key="name" text="Name" /> 4936 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" /> 4538 <reference ref="name_leisure_pitch" /> 4937 4539 </item> 4938 4540 <item name="Gaelic Games" icon="presets/soccer.png" type="node,closedway"> 4939 4541 <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=gaelic_games" /> 4940 4542 <label text="Edit Gaelic Games" /> 4941 4543 <space /> 4942 4544 <key key="sport" value="gaelic_games" /> 4943 <text key="name" text="Name" /> 4944 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" /> 4545 <reference ref="name_leisure_pitch" /> 4945 4546 <optional> 4946 4547 <check key="gaelic_games:hurling" text="Hurling" /> 4947 4548 <check key="gaelic_games:football" text="Football" /> … … Note that for a match, at least one positive and no negative is required. 4955 4556 <label text="Edit Rugby League" /> 4956 4557 <space /> 4957 4558 <key key="sport" value="rugby_league" /> 4958 <text key="name" text="Name" /> 4959 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" /> 4559 <reference ref="name_leisure_pitch" /> 4960 4560 </item> 4961 4561 <item name="Rugby Union" icon="presets/football.png" type="node,closedway"> 4962 4562 <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=rugby_union" … … Note that for a match, at least one positive and no negative is required. 4964 4564 <label text="Edit Rugby Union" /> 4965 4565 <space /> 4966 4566 <key key="sport" value="rugby_union" /> 4967 <text key="name" text="Name" /> 4968 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" /> 4567 <reference ref="name_leisure_pitch" /> 4969 4568 </item> 4970 4569 <item name="Baseball" icon="presets/baseball.png" type="node,closedway"> 4971 4570 <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=baseball" /> 4972 4571 <label text="Edit Baseball" /> 4973 4572 <space /> 4974 4573 <key key="sport" value="baseball" /> 4975 <text key="name" text="Name" /> 4976 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" /> 4574 <reference ref="name_leisure_pitch" /> 4977 4575 </item> 4978 4576 <item name="Basketball" icon="presets/basketball.png" type="node,closedway"> 4979 4577 <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=basketball" /> 4980 4578 <label text="Edit Basketball" /> 4981 4579 <space /> 4982 4580 <key key="sport" value="basketball" /> 4983 <text key="name" text="Name" /> 4984 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" /> 4581 <reference ref="name_leisure_pitch" /> 4985 4582 </item> 4986 4583 <item name="Volleyball" icon="styles/standard/sport/volleyball.png" type="node,closedway"> 4987 4584 <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=volleyball" /> 4988 4585 <label text="Edit Volleyball" /> 4989 <space /> 4586 <space /> 4990 4587 <key key="sport" value="volleyball" /> 4991 <text key="name" text="Name" /> 4992 <text key="operator" text="Operator" /> 4588 <reference ref="name_operator" /> 4993 4589 <combo key="leisure" text="Type" values="stadium,pitch,sports_centre" /> 4994 </item> 4590 </item> 4995 4591 <item name="Beachvolleyball" icon="presets/beachvolleyball.png" type="node,closedway"> 4996 4592 <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=beachvolleyball" /> 4997 4593 <label text="Edit Beachvolleyball" /> 4998 <space /> 4594 <space /> 4999 4595 <key key="sport" value="beachvolleyball" /> 5000 <text key="name" text="Name" /> 5001 <text key="operator" text="Operator" /> 4596 <reference ref="name_operator" /> 5002 4597 <combo key="leisure" text="Type" values="stadium,pitch,sports_centre" /> 5003 </item> 4598 </item> 5004 4599 <item name="Golf" icon="presets/golf.png" type="node,closedway"> 5005 4600 <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=golf" 5006 4601 de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:sport=golf" … … Note that for a match, at least one positive and no negative is required. 5017 4612 <label text="Edit Boule" /> 5018 4613 <space /> 5019 4614 <key key="sport" value="boules" /> 5020 <text key="name" text="Name" /> 5021 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" /> 4615 <reference ref="name_leisure_pitch" /> 5022 4616 </item> 5023 4617 <item name="Bowls" icon="presets/boule.png" type="node,closedway"> 5024 4618 <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=bowls" /> 5025 4619 <label text="Edit Bowls" /> 5026 4620 <space /> 5027 4621 <key key="sport" value="bowls" /> 5028 <text key="name" text="Name" /> 5029 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" /> 4622 <reference ref="name_leisure_pitch" /> 5030 4623 </item> 5031 4624 <item name="Cricket" icon="presets/cricket.png" type="node,closedway"> 5032 4625 <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=cricket" /> 5033 4626 <label text="Edit Cricket" /> 5034 4627 <space /> 5035 4628 <key key="sport" value="cricket" /> 5036 <text key="name" text="Name" /> 5037 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" /> 4629 <reference ref="name_leisure_pitch" /> 5038 4630 </item> 5039 4631 <item name="Cricket Nets" icon="presets/cricket.png" type="node,closedway"> 5040 4632 <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=cricket_nets" /> … … Note that for a match, at least one positive and no negative is required. 5049 4641 <label text="Edit Croquet" /> 5050 4642 <space /> 5051 4643 <key key="sport" value="croquet" /> 5052 <text key="name" text="Name" /> 5053 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" /> 4644 <reference ref="name_leisure_pitch" /> 5054 4645 </item> 5055 4646 <item name="Hockey" icon="presets/Hockey.png" type="node,closedway"> 5056 4647 <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=hockey" /> … … Note that for a match, at least one positive and no negative is required. 5066 4657 <label text="Edit Pelota" /> 5067 4658 <space /> 5068 4659 <key key="sport" value="pelota" /> 5069 <text key="name" text="Name" /> 5070 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" /> 4660 <reference ref="name_leisure_pitch" /> 5071 4661 </item> 5072 4662 <item name="Racquet" icon="presets/racquetball.png" type="node,closedway"> 5073 4663 <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=racquet" … … Note that for a match, at least one positive and no negative is required. 5091 4681 <label text="Edit Tennis" /> 5092 4682 <space /> 5093 4683 <key key="sport" value="tennis" /> 5094 <text key="name" text="Name" /> 5095 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" /> 4684 <reference ref="name_leisure_pitch" /> 5096 4685 </item> 5097 4686 </group> <!-- Sport (Ball) --> 5098 4687 <group name="Motorsport" icon="presets/motorbike.png"> … … Note that for a match, at least one positive and no negative is required. 5215 4804 <item name="Chimney" icon="presets/chimney.png" type="node"> 5216 4805 <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Chimney" /> 5217 4806 <label text="Edit Chimney" /> 5218 <space /> 4807 <space /> 5219 4808 <key key="man_made" value="chimney" /> 5220 <text key="name" text="Name" /> 5221 <text key="operator" text="Operator" /> 5222 <text key="height" text="Height (meters)" /> 4809 <reference ref="name_operator" /> 4810 <text key="height" text="Height (meters)" /> 5223 4811 </item> 5224 4812 <item name="Windmill" icon="presets/windmill.png" type="node,closedway"> 5225 4813 <link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=windmill" … … Note that for a match, at least one positive and no negative is required. 5272 4860 <text key="depth" text="Depth in meters" /> 5273 4861 <text key="operator" text="Operator" /> 5274 4862 <combo key="resource" text="Resource" values="aggregate,bauxite,coal,copper,dimension_stone,gold,ilmenite,iron_ore,lead,limestone,nickel,rutile,salt,silver,tin,zinc,zircon" /> 5275 <combo key="headframe" text="Visible Headframe" values="yes,no" /> 5276 <check key="disused" text="Disused" default="off" />4863 <combo key="headframe" text="Visible Headframe" values="yes,no" /> 4864 <check key="disused" text="Disused" /> 5277 4865 </item> 5278 4866 <item name="Adit" icon="presets/adit.png" type="node"> 5279 4867 <link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=adit" … … Note that for a match, at least one positive and no negative is required. 5289 4877 <text key="length" text="Length in meters" /> 5290 4878 <text key="operator" text="Operator" /> 5291 4879 <combo key="resource" text="Resource" values="aggregate,bauxite,coal,copper,dimension_stone,gold,ilmenite,iron_ore,lead,limestone,nickel,rutile,salt,silver,tin,zinc,zircon" /> 5292 <check key="disused" text="Disused" default="off" />4880 <check key="disused" text="Disused" /> 5293 4881 </item> 5294 4882 <separator/> 5295 4883 <item name="Water Tower" icon="presets/water_tower.png" type="node,closedway"> … … Note that for a match, at least one positive and no negative is required. 5305 4893 pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=water_works" 5306 4894 ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:man_made=water_works" /> 5307 4895 <label text="Edit Water Works" /> 5308 <space /> 4896 <space /> 5309 4897 <key key="man_made" value="water_works" /> 5310 <text key="name" text="Name" /> 5311 <text key="operator" text="Operator" /> 5312 </item> 4898 <reference ref="name_operator" /> 4899 </item> 5313 4900 <item name="Wastewater Plant" icon="presets/wastewater_plant.png" type="node,closedway"> 5314 4901 <link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=wastewater_plant" 5315 4902 de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:man_made=wastewater_plant" … … Note that for a match, at least one positive and no negative is required. 5330 4917 fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:man_made=watermill" 5331 4918 pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=watermill" /> 5332 4919 <label text="Edit Watermill" /> 5333 <space /> 4920 <space /> 5334 4921 <key key="man_made" value="watermill" /> 5335 4922 <text key="name" text="Name" /> 5336 </item> 4923 </item> 5337 4924 <item name="Fountain" icon="presets/spring.png" type="node,closedway"> 5338 4925 <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=fountain" 5339 4926 de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=fountain" … … Note that for a match, at least one positive and no negative is required. 5386 4973 pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:highway=street_lamp" 5387 4974 pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=street_lamp" /> 5388 4975 <label text="Edit Street Lamp" /> 5389 <space /> 4976 <space /> 5390 4977 <key key="highway" value="street_lamp" /> 5391 <combo key="opening_hours" text="Operation times" values="Mo-Fr 22:00-05:00" /> 5392 </item> 4978 <combo key="opening_hours" text="Operation times" values="Mo-Fr 22:00-05:00" /> 4979 </item> 5393 4980 <item name="Monitoring Station" icon="presets/monitoring_station.png" type="node,closedway"> 5394 <link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=monitoring_station" 4981 <link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=monitoring_station" 5395 4982 pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=monitoring_station" 5396 4983 ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:man_made=monitoring_station" /> 5397 4984 <label text="Edit Monitoring Station" /> 5398 <space /> 4985 <space /> 5399 4986 <key key="man_made" value="monitoring_station" /> 5400 <text key="name" text="Name" /> 5401 <text key="operator" text="Operator" /> 4987 <reference ref="name_operator" /> 5402 4988 <label text="Monitoring:" /> 5403 4989 <checkgroup columns="3"> 5404 4990 <check key="monitoring:weather" text="Weather" /> … … Note that for a match, at least one positive and no negative is required. 5470 5056 <label text="Edit Power Plant" /> 5471 5057 <space /> 5472 5058 <key key="power" value="plant" /> 5473 <text key="name" text="Name" /> 5474 <text key="operator" text="Operator" /> 5059 <reference ref="name_operator" /> 5475 5060 <text key="ref" text="Reference" /> 5476 5061 <text key="start_date" text="Start date" /> 5477 5062 <optional> … … Note that for a match, at least one positive and no negative is required. 5499 5084 <label text="Edit Power Generator" /> 5500 5085 <space /> 5501 5086 <key key="power" value="generator" /> 5502 <text key="name" text="Name" /> 5503 <text key="operator" text="Operator" /> 5087 <reference ref="name_operator" /> 5504 5088 <text key="ref" text="Reference" /> 5505 5089 <text key="start_date" text="Start date" /> 5506 5090 <combo key="generator:source" text="Source" values_searchable="true"> … … Note that for a match, at least one positive and no negative is required. 5677 5261 <label text="Edit Ruins" /> 5678 5262 <space /> 5679 5263 <key key="historic" value="ruins" /> 5680 <text key="name" text="Name" /> 5681 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5264 <reference ref="name_oh" /> 5682 5265 </item> 5683 5266 <item name="Archaeological Site" icon="styles/standard/sightseeing/archaeological.png" type="node,closedway"> 5684 5267 <link href="http://wiki.openstreetmap.org/wiki/Tag:historic=archaeological_site" … … Note that for a match, at least one positive and no negative is required. 5689 5272 <label text="Edit Archaeological Site" /> 5690 5273 <space /> 5691 5274 <key key="historic" value="archaeological_site" /> 5692 <text key="name" text="Name" /> 5693 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5275 <reference ref="name_oh" /> 5694 5276 </item> 5695 5277 <item name="Battlefield" icon="presets/battlefield.png" type="node,closedway"> 5696 5278 <link href="http://wiki.openstreetmap.org/wiki/Tag:historic=battlefield" … … Note that for a match, at least one positive and no negative is required. 5763 5345 <label text="Edit Supermarket" /> 5764 5346 <space /> 5765 5347 <key key="shop" value="supermarket" /> 5766 <text key="name" text="Name" /> 5767 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5348 <reference ref="name_oh" /> 5768 5349 </item> 5769 5350 <item name="Convenience Store" icon="presets/convenience.png" type="node,closedway"> 5770 5351 <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=convenience" … … Note that for a match, at least one positive and no negative is required. 5775 5356 <label text="Edit Convenience Store" /> 5776 5357 <space /> 5777 5358 <key key="shop" value="convenience" /> 5778 <text key="name" text="Name" /> 5779 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5359 <reference ref="name_oh" /> 5780 5360 </item> 5781 5361 <item name="Kiosk" icon="presets/kiosk.png" type="node,closedway"> 5782 5362 <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=kiosk" … … Note that for a match, at least one positive and no negative is required. 5788 5368 <label text="Edit Kiosk" /> 5789 5369 <space /> 5790 5370 <key key="shop" value="kiosk" /> 5791 <text key="name" text="Name" /> 5792 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5371 <reference ref="name_oh" /> 5793 5372 </item> 5794 5373 <separator/> 5795 5374 <item name="Bakery" icon="presets/baker.png" type="node,closedway"> … … Note that for a match, at least one positive and no negative is required. 5805 5384 <label text="Edit Bakery" /> 5806 5385 <space /> 5807 5386 <key key="shop" value="bakery" /> 5808 <text key="name" text="Name" /> 5809 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5387 <reference ref="name_oh" /> 5810 5388 </item> 5811 5389 <item name="Butcher" icon="presets/cow.png" type="node,closedway"> 5812 5390 <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=butcher" … … Note that for a match, at least one positive and no negative is required. 5819 5397 <label text="Edit Butcher" /> 5820 5398 <space /> 5821 5399 <key key="shop" value="butcher" /> 5822 <text key="name" text="Name" /> 5823 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5400 <reference ref="name_oh" /> 5824 5401 </item> 5825 5402 <item name="Seafood" icon="presets/seafood.png" type="node,closedway"> 5826 5403 <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=seafood" … … Note that for a match, at least one positive and no negative is required. 5828 5405 pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=seafood" 5829 5406 ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=seafood" /> 5830 5407 <label text="Edit Seafood Shop" /> 5831 <space /> 5408 <space /> 5832 5409 <key key="shop" value="seafood" /> 5833 <text key="name" text="Name" /> 5834 <text key="operator" text="Operator" /> 5835 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5410 <reference ref="name_operator_oh" /> 5836 5411 </item> 5837 5412 <item name="Deli (Fine Food)" icon="presets/deli.png" type="node,closedway"> 5838 5413 <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=deli" … … Note that for a match, at least one positive and no negative is required. 5844 5419 <label text="Edit Deli (Fine Food)" /> 5845 5420 <space /> 5846 5421 <key key="shop" value="deli" /> 5847 <text key="name" text="Name" /> 5848 <text key="operator" text="Operator" /> 5849 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5850 </item> 5422 <reference ref="name_operator_oh" /> 5423 </item> 5851 5424 <item name="Confectionery" icon="presets/confectionery.png" type="node,closedway"> 5852 5425 <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=confectionery" 5853 5426 es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:shop=confectionery" … … Note that for a match, at least one positive and no negative is required. 5859 5432 <label text="Edit Confectionery" /> 5860 5433 <space /> 5861 5434 <key key="shop" value="confectionery" /> 5862 <text key="name" text="Name" /> 5863 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5435 <reference ref="name_oh" /> 5864 5436 </item> 5865 5437 <separator/> 5866 5438 <item name="Marketplace" icon="styles/standard/place/marketplace.png" type="node,way,closedway"> … … Note that for a match, at least one positive and no negative is required. 5873 5445 pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=marketplace" 5874 5446 ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=marketplace" /> 5875 5447 <label text="Edit Marketplace" /> 5876 <space /> 5448 <space /> 5877 5449 <key key="amenity" value="marketplace" /> 5878 <text key="name" text="Name" /> 5879 <text key="operator" text="Operator" /> 5880 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5450 <reference ref="name_operator_oh" /> 5881 5451 <text key="website" text="Website" /> 5882 5452 <combo key="organic" text="Organic" values="only,yes,no" /> 5883 5453 </item> … … Note that for a match, at least one positive and no negative is required. 5888 5458 pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=greengrocer" 5889 5459 ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=greengrocer" /> 5890 5460 <label text="Edit Greengrocer" /> 5891 <space /> 5461 <space /> 5892 5462 <key key="shop" value="greengrocer" /> 5893 <text key="name" text="Name" /> 5894 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5463 <reference ref="name_oh" /> 5895 5464 <text key="website" text="Website" /> 5896 5465 <combo key="organic" text="Organic" values="only,yes,no" /> 5897 5466 </item> … … Note that for a match, at least one positive and no negative is required. 5903 5472 <label text="Edit Farm Stand" /> 5904 5473 <space /> 5905 5474 <key key="shop" value="farm" /> 5906 < text key="name" text="Name" />5475 <reference ref="name_oh" /> 5907 5476 <text key="description" text="Description" /> 5908 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />5909 5477 <text key="phone" text="Phone Number" match="key" /> 5910 5478 <text key="website" text="Website" /> 5911 5479 <combo key="organic" text="Organic" values="only,yes,no" /> … … Note that for a match, at least one positive and no negative is required. 5935 5503 <label text="Edit Alcohol Shop" /> 5936 5504 <space /> 5937 5505 <key key="shop" value="alcohol" /> 5938 <text key="name" text="Name" /> 5939 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5506 <reference ref="name_oh" /> 5940 5507 </item> 5941 5508 <item name="Beverages" icon="styles/standard/shop/beverages.png" type="node,closedway"> 5942 5509 <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=beverages" … … Note that for a match, at least one positive and no negative is required. 5946 5513 <label text="Edit Beverages Shop" /> 5947 5514 <space /> 5948 5515 <key key="shop" value="beverages" /> 5949 <text key="name" text="Name" /> 5950 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5516 <reference ref="name_oh" /> 5951 5517 </item> 5952 5518 </group> <!-- Food --> 5953 5519 <group name="Clothes" icon="styles/standard/shop/clothes.png"> … … Note that for a match, at least one positive and no negative is required. 5961 5527 <label text="Edit Clothes Shop" /> 5962 5528 <space /> 5963 5529 <key key="shop" value="clothes" /> 5964 <text key="name" text="Name" /> 5965 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5530 <reference ref="name_oh" /> 5966 5531 <combo key="second_hand" text="Second hand" values="only,yes,no" /> 5967 5532 <combo key="organic" text="Organic" values="only,yes,no" /> 5968 5533 </item> … … Note that for a match, at least one positive and no negative is required. 5975 5540 <label text="Edit Boutique" /> 5976 5541 <space /> 5977 5542 <key key="shop" value="boutique" /> 5978 <text key="name" text="Name" /> 5979 <text key="operator" text="Operator" /> 5980 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5543 <reference ref="name_operator_oh" /> 5981 5544 </item> 5982 5545 <item name="Shoes" icon="styles/standard/shop/shoes.png" type="node,closedway"> 5983 5546 <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=shoes" … … Note that for a match, at least one positive and no negative is required. 5987 5550 <label text="Edit Shoe Shop" /> 5988 5551 <space /> 5989 5552 <key key="shop" value="shoes" /> 5990 <text key="name" text="Name" /> 5991 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5553 <reference ref="name_oh" /> 5992 5554 <combo key="second_hand" text="Second hand" values="only,yes,no" /> 5993 5555 <combo key="organic" text="Organic" values="only,yes,no" /> 5994 5556 </item> … … Note that for a match, at least one positive and no negative is required. 6000 5562 <label text="Edit Outdoor Shop" /> 6001 5563 <space /> 6002 5564 <key key="shop" value="outdoor" /> 6003 <text key="name" text="Name" /> 6004 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5565 <reference ref="name_oh" /> 6005 5566 </item> 6006 5567 <item name="Sports" icon="presets/rowing.png" type="node,closedway"> 6007 5568 <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=sports" … … Note that for a match, at least one positive and no negative is required. 6010 5571 <label text="Edit Sports Shop" /> 6011 5572 <space /> 6012 5573 <key key="shop" value="sports" /> 6013 <text key="name" text="Name" /> 6014 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5574 <reference ref="name_oh" /> 6015 5575 </item> 6016 5576 <separator/> 6017 5577 <item name="Dry Cleaning" icon="presets/laundry.png" type="node,closedway"> … … Note that for a match, at least one positive and no negative is required. 6023 5583 <label text="Edit Dry Cleaning" /> 6024 5584 <space /> 6025 5585 <key key="shop" value="dry_cleaning" /> 6026 <text key="name" text="Name" /> 6027 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5586 <reference ref="name_oh" /> 6028 5587 </item> 6029 5588 <item name="Laundry" icon="presets/laundry.png" type="node,closedway"> 6030 5589 <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=laundry" … … Note that for a match, at least one positive and no negative is required. 6034 5593 <label text="Edit Laundry" /> 6035 5594 <space /> 6036 5595 <key key="shop" value="laundry" /> 6037 <text key="name" text="Name" /> 6038 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5596 <reference ref="name_oh" /> 6039 5597 </item> 6040 5598 <item name="Tailor" icon="styles/standard/shop/tailor.png" type="node,closedway"> 6041 5599 <label text="Edit Tailor" /> 6042 5600 <space /> 6043 5601 <key key="shop" value="tailor" /> 6044 <text key="name" text="Name" /> 6045 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5602 <reference ref="name_oh" /> 6046 5603 </item> 6047 5604 <item name="Fabric" icon="presets/fabric.png" type="node,closedway"> 6048 5605 <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=fabric" … … Note that for a match, at least one positive and no negative is required. 6051 5608 <label text="Edit Fabric Shop" /> 6052 5609 <space /> 6053 5610 <key key="shop" value="fabric" /> 6054 <text key="name" text="Name" /> 6055 <text key="operator" text="Operator" /> 6056 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5611 <reference ref="name_operator_oh" /> 6057 5612 </item> 6058 5613 </group> <!-- Clothes --> 6059 5614 <group name="Electronic" icon="styles/standard/shop/electronics.png"> … … Note that for a match, at least one positive and no negative is required. 6065 5620 <label text="Edit Computer Shop" /> 6066 5621 <space /> 6067 5622 <key key="shop" value="computer" /> 6068 <text key="name" text="Name" /> 6069 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5623 <reference ref="name_oh" /> 6070 5624 </item> 6071 5625 <item name="Electronics" icon="styles/standard/shop/electronics.png" type="node,closedway"> 6072 5626 <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=electronics" … … Note that for a match, at least one positive and no negative is required. 6076 5630 <label text="Edit Electronics Shop" /> 6077 5631 <space /> 6078 5632 <key key="shop" value="electronics" /> 6079 <text key="name" text="Name" /> 6080 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5633 <reference ref="name_oh" /> 6081 5634 </item> 6082 5635 <item name="Mobile Phone" icon="presets/mobile_phone.png" type="node,closedway"> 6083 5636 <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=mobile_phone" … … Note that for a match, at least one positive and no negative is required. 6086 5639 <label text="Edit Mobile Phone Shop" /> 6087 5640 <space /> 6088 5641 <key key="shop" value="mobile_phone" /> 6089 <text key="name" text="Name" /> 6090 <text key="operator" text="Operator" /> 6091 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5642 <reference ref="name_operator_oh" /> 6092 5643 </item> 6093 5644 <item name="Vacuum Cleaner" icon="presets/vacuum_cleaner.png" type="node,closedway"> 6094 5645 <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=vacuum_cleaner" … … Note that for a match, at least one positive and no negative is required. 6097 5648 <label text="Edit Vacuum Cleaner Shop" /> 6098 5649 <space /> 6099 5650 <key key="shop" value="vacuum_cleaner" /> 6100 <text key="name" text="Name" /> 6101 <text key="operator" text="Operator" /> 6102 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5651 <reference ref="name_operator_oh" /> 6103 5652 </item> 6104 5653 <item name="Hifi" icon="styles/standard/shop/hifi.png" type="node,closedway"> 6105 5654 <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=hifi" … … Note that for a match, at least one positive and no negative is required. 6109 5658 <label text="Edit Hifi Shop" /> 6110 5659 <space /> 6111 5660 <key key="shop" value="hifi" /> 6112 <text key="name" text="Name" /> 6113 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5661 <reference ref="name_oh" /> 6114 5662 </item> 6115 5663 <item name="Video" icon="styles/standard/shop/video.png" type="node,closedway"> 6116 5664 <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=video" … … Note that for a match, at least one positive and no negative is required. 6120 5668 <label text="Edit Video Shop" /> 6121 5669 <space /> 6122 5670 <key key="shop" value="video" /> 6123 <text key="name" text="Name" /> 6124 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5671 <reference ref="name_oh" /> 6125 5672 </item> 6126 5673 </group> <!-- Electronic --> 6127 5674 <group name="Cash" icon="presets/dollar.png"> … … Note that for a match, at least one positive and no negative is required. 6139 5686 <label text="Edit Bank" /> 6140 5687 <space /> 6141 5688 <key key="amenity" value="bank" /> 6142 <text key="name" text="Name" /> 6143 <text key="brand" text="Brand" /> 6144 <text key="operator" text="Operator" /> 6145 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5689 <reference ref="name_brand_operator_oh" /> 6146 5690 <check key="atm" text="Automated Teller Machine" default="on" /> 6147 5691 </item> 6148 5692 <item name="Money Exchange" icon="styles/standard/money/exchange.png" type="node,closedway"> … … Note that for a match, at least one positive and no negative is required. 6155 5699 <label text="Edit Money Exchange" /> 6156 5700 <space /> 6157 5701 <key key="amenity" value="bureau_de_change" /> 6158 <text key="name" text="Name" /> 6159 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5702 <reference ref="name_oh" /> 6160 5703 </item> 6161 5704 <item name="Automated Teller Machine" icon="styles/standard/money/atm.png" type="node"> 6162 5705 <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=atm" … … Note that for a match, at least one positive and no negative is required. 6175 5718 <key key="amenity" value="atm" /> 6176 5719 <text key="brand" text="Brand" /> 6177 5720 <text key="operator" text="Operator" /> 6178 < combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />5721 <reference ref="oh" /> 6179 5722 </item> 6180 5723 <item name="Pawnbroker" icon="presets/pawnbroker.svg" type="node,closedway"> 6181 5724 <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=pawnbroker" … … Note that for a match, at least one positive and no negative is required. 6184 5727 <label text="Edit Pawnbroker" /> 6185 5728 <space /> 6186 5729 <key key="shop" value="pawnbroker" /> 6187 <text key="name" text="Name" /> 6188 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5730 <reference ref="name_oh" /> 6189 5731 </item> 6190 5732 </group> <!-- Cash --> 6191 5733 <group name="Other" icon="styles/standard/shop/mall.png"> … … Note that for a match, at least one positive and no negative is required. 6198 5740 <label text="Edit Department Store" /> 6199 5741 <space /> 6200 5742 <key key="shop" value="department_store" /> 6201 <text key="name" text="Name" /> 6202 <text key="operator" text="Operator" /> 6203 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5743 <reference ref="name_operator_oh" /> 6204 5744 </item> 6205 5745 <item name="Mall" icon="styles/standard/shop/mall.png" type="node,closedway"> 6206 5746 <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=mall" … … Note that for a match, at least one positive and no negative is required. 6210 5750 <label text="Edit Mall" /> 6211 5751 <space /> 6212 5752 <key key="shop" value="mall" /> 6213 <text key="name" text="Name" /> 6214 <text key="operator" text="Operator" /> 6215 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5753 <reference ref="name_operator_oh" /> 6216 5754 </item> 6217 5755 <separator/> 6218 5756 <item name="Chemist" icon="styles/standard/shop/chemist.png" type="node,closedway"> … … Note that for a match, at least one positive and no negative is required. 6224 5762 <label text="Edit Chemist" /> 6225 5763 <space /> 6226 5764 <key key="shop" value="chemist" /> 6227 <text key="name" text="Name" /> 6228 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5765 <reference ref="name_oh" /> 6229 5766 </item> 6230 5767 <item name="Hairdresser" icon="styles/standard/shop/hairdresser.png" type="node,closedway"> 6231 5768 <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=hairdresser" … … Note that for a match, at least one positive and no negative is required. 6237 5774 <label text="Edit Hairdresser" /> 6238 5775 <space /> 6239 5776 <key key="shop" value="hairdresser" /> 6240 <text key="name" text="Name" /> 6241 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5777 <reference ref="name_oh" /> 6242 5778 </item> 6243 5779 <item name="Optician" icon="styles/standard/shop/optician.png" type="node,closedway"> 6244 5780 <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=optician" … … Note that for a match, at least one positive and no negative is required. 6247 5783 <label text="Edit Optician" /> 6248 5784 <space /> 6249 5785 <key key="shop" value="optician" /> 6250 <text key="name" text="Name" /> 6251 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5786 <reference ref="name_oh" /> 6252 5787 </item> 6253 5788 <item name="Jewelry" icon="styles/standard/shop/jewelry.png" type="node,closedway"> 6254 5789 <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=jewelry" … … Note that for a match, at least one positive and no negative is required. 6257 5792 <label text="Edit Jewelry" /> 6258 5793 <space /> 6259 5794 <key key="shop" value="jewelry" /> 6260 <text key="name" text="Name" /> 6261 <text key="operator" text="Operator" /> 6262 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5795 <reference ref="name_operator_oh" /> 6263 5796 </item> 6264 5797 <item name="Gift" icon="http://openclipart.org/people/secretlondon/secretlondon_chocolate_present.svg" type="node,closedway"> 6265 5798 <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=gift" … … Note that for a match, at least one positive and no negative is required. 6271 5804 <label text="Edit Gift Shop" /> 6272 5805 <space /> 6273 5806 <key key="shop" value="gift" /> 6274 <text key="name" text="Name" /> 6275 <text key="operator" text="Operator" /> 6276 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5807 <reference ref="name_operator_oh" /> 6277 5808 <optional> 6278 5809 <combo key="religion" text="Religion" values="bahai,buddhist,christian,hindu,jain,jewish,muslim,sikh,spiritualist,taoist,unitarian,zoroastrian" /> 6279 5810 <combo key="denomination" text="Denomination" values="anglican,baptist,catholic,evangelical,jehovahs_witness,lutheran,methodist,mormon,orthodox,pentecostal,presbyterian,protestant,quaker,shia,sunni" /> … … Note that for a match, at least one positive and no negative is required. 6286 5817 <label text="Edit Erotic Shop" /> 6287 5818 <space /> 6288 5819 <key key="shop" value="erotic" /> 6289 <text key="name" text="Name" /> 6290 <text key="operator" text="Operator" /> 6291 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5820 <reference ref="name_operator_oh" /> 6292 5821 </item> 6293 5822 <separator/> 6294 5823 <item name="Florist" icon="styles/standard/shop/florist.png" type="node,closedway"> … … Note that for a match, at least one positive and no negative is required. 6301 5830 <label text="Edit Florist" /> 6302 5831 <space /> 6303 5832 <key key="shop" value="florist" /> 6304 <text key="name" text="Name" /> 6305 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5833 <reference ref="name_oh" /> 6306 5834 </item> 6307 5835 <item name="Garden Centre" icon="styles/standard/shop/garden_centre.png" type="node,closedway"> 6308 5836 <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=garden_centre" … … Note that for a match, at least one positive and no negative is required. 6315 5843 <label text="Edit Garden Centre" /> 6316 5844 <space /> 6317 5845 <key key="shop" value="garden_centre" /> 6318 <text key="name" text="Name" /> 6319 <text key="brand" text="Brand" /> 6320 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5846 <reference ref="name_brand_oh" /> 6321 5847 </item> 6322 5848 <separator/> 6323 5849 <item name="Do-it-yourself-store" icon="presets/diy_store.png" type="node,closedway"> … … Note that for a match, at least one positive and no negative is required. 6330 5856 <label text="Edit Do-it-yourself-store" /> 6331 5857 <space /> 6332 5858 <key key="shop" value="doityourself" /> 6333 <text key="name" text="Name" /> 6334 <text key="brand" text="Brand" /> 6335 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5859 <reference ref="name_brand_oh" /> 6336 5860 </item> 6337 5861 <item name="Hardware" icon="presets/hardware.png" type="node,closedway"> 6338 5862 <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=hardware" … … Note that for a match, at least one positive and no negative is required. 6342 5866 <label text="Edit Hardware Store" /> 6343 5867 <space /> 6344 5868 <key key="shop" value="hardware" /> 6345 <text key="name" text="Name" /> 6346 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5869 <reference ref="name_oh" /> 6347 5870 </item> 6348 5871 <item name="Paint" icon="presets/paint.png" type="node,closedway"> 6349 5872 <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=paint" … … Note that for a match, at least one positive and no negative is required. 6353 5876 <label text="Edit Paint Shop" /> 6354 5877 <space /> 6355 5878 <key key="shop" value="paint" /> 6356 <text key="name" text="Name" /> 6357 <text key="operator" text="Operator" /> 6358 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5879 <reference ref="name_operator_oh" /> 6359 5880 </item> 6360 5881 <separator/> 6361 5882 <item name="Furniture" icon="styles/standard/shop/furniture.png" type="node,closedway"> 6362 5883 <label text="Edit Furniture Shop" /> 6363 5884 <space /> 6364 5885 <key key="shop" value="furniture" /> 6365 <text key="name" text="Name" /> 6366 <text key="brand" text="Brand" /> 6367 <text key="operator" text="Operator" /> 6368 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5886 <reference ref="name_brand_operator_oh" /> 6369 5887 </item> 6370 5888 <item name="Kitchen" icon="presets/kitchen.png" type="node,closedway"> 6371 5889 <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=kitchen" … … Note that for a match, at least one positive and no negative is required. 6376 5894 <label text="Edit Kitchen Store" /> 6377 5895 <space /> 6378 5896 <key key="shop" value="kitchen" /> 6379 <text key="name" text="Name" /> 6380 <text key="brand" text="Brand" /> 6381 <text key="operator" text="Operator" /> 6382 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5897 <reference ref="name_brand_operator_oh" /> 6383 5898 </item> 6384 5899 <item name="Curtain" icon="presets/curtain.png" type="node,closedway"> 6385 5900 <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=curtain" … … Note that for a match, at least one positive and no negative is required. 6388 5903 <label text="Edit Curtain Shop" /> 6389 5904 <space /> 6390 5905 <key key="shop" value="curtain" /> 6391 <text key="name" text="Name" /> 6392 <text key="operator" text="Operator" /> 6393 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5906 <reference ref="name_operator_oh" /> 6394 5907 </item> 6395 5908 <item name="Frame" icon="presets/frame.png" type="node,closedway"> 6396 5909 <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=frame" … … Note that for a match, at least one positive and no negative is required. 6400 5913 <label text="Edit Frames Shop" /> 6401 5914 <space /> 6402 5915 <key key="shop" value="frame" /> 6403 <text key="name" text="Name" /> 6404 <text key="operator" text="Operator" /> 6405 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5916 <reference ref="name_operator_oh" /> 6406 5917 </item> 6407 5918 <separator/> 6408 5919 <item name="Stationery" icon="presets/stationery.png" type="node,closedway"> … … Note that for a match, at least one positive and no negative is required. 6413 5924 <label text="Edit Stationery Shop" /> 6414 5925 <space /> 6415 5926 <key key="shop" value="stationery" /> 6416 <text key="name" text="Name" /> 6417 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5927 <reference ref="name_oh" /> 6418 5928 </item> 6419 5929 <item name="Copyshop" icon="presets/copyshop.png" type="node,closedway"> 6420 5930 <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=copyshop" … … Note that for a match, at least one positive and no negative is required. 6424 5934 <label text="Edit Copyshop" /> 6425 5935 <space /> 6426 5936 <key key="shop" value="copyshop" /> 6427 <text key="name" text="Name" /> 6428 <text key="operator" text="Operator" /> 6429 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5937 <reference ref="name_operator_oh" /> 6430 5938 </item> 6431 5939 <item name="Book Store" icon="presets/book.png" type="node,closedway"> 6432 5940 <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=book" … … Note that for a match, at least one positive and no negative is required. 6437 5945 <label text="Edit Book Store" /> 6438 5946 <space /> 6439 5947 <key key="shop" value="books" /> 6440 <text key="name" text="Name" /> 6441 <text key="brand" text="Brand" /> 6442 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5948 <reference ref="name_brand_oh" /> 6443 5949 <combo key="second_hand" text="Second hand" values="only,yes,no" /> 6444 5950 </item> 6445 5951 <item name="Newsagent's shop" icon="presets/kiosk.png" type="node,closedway"> … … Note that for a match, at least one positive and no negative is required. 6451 5957 <label text="Edit Newsagent's shop" /> 6452 5958 <space /> 6453 5959 <key key="shop" value="newsagent" /> 6454 <text key="name" text="Name" /> 6455 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5960 <reference ref="name_oh" /> 6456 5961 </item> 6457 5962 <separator/> 6458 5963 <item name="Travel Agency" icon="presets/travel.png" type="node,closedway"> … … Note that for a match, at least one positive and no negative is required. 6461 5966 <label text="Edit Travel Agency" /> 6462 5967 <space /> 6463 5968 <key key="shop" value="travel_agency" /> 6464 <text key="name" text="Name" /> 6465 <text key="brand" text="Brand" /> 6466 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5969 <reference ref="name_brand_oh" /> 6467 5970 </item> 6468 5971 <item name="Musical Instrument" icon="presets/musical_instrument.png" type="node,closedway"> 6469 5972 <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=musical_instrument" … … Note that for a match, at least one positive and no negative is required. 6472 5975 <label text="Edit Musical Instruments Shop" /> 6473 5976 <space /> 6474 5977 <key key="shop" value="musical_instrument" /> 6475 <text key="name" text="Name" /> 6476 <text key="operator" text="Operator" /> 6477 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5978 <reference ref="name_operator_oh" /> 6478 5979 </item> 6479 5980 <item name="Toys" icon="styles/standard/shop/toys.png" type="node,closedway"> 6480 5981 <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=toy" 6481 5982 pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=toy" 6482 5983 ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=toy" /> 6483 5984 <label text="Edit Toy Shop" /> 6484 <space /> 5985 <space /> 6485 5986 <key key="shop" value="toys" /> 6486 <text key="name" text="Name" /> 6487 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5987 <reference ref="name_oh" /> 6488 5988 </item> 6489 5989 <item name="Variety Store" icon="presets/variety_store.png" type="node,closedway"> 6490 5990 <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=variety_store" … … Note that for a match, at least one positive and no negative is required. 6493 5993 <label text="Edit Variety Store" /> 6494 5994 <space /> 6495 5995 <key key="shop" value="variety_store" /> 6496 <text key="name" text="Name" /> 6497 <text key="operator" text="Operator" /> 6498 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" /> 5996 <reference ref="name_operator_oh" /> 6499 5997 </item> 6500 5998 </group> <!-- Other --> 6501 5999 <item name="Vending machine" icon="presets/vending_machine.png" type="node"> … … Note that for a match, at least one positive and no negative is required. 6504 6002 ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=vending_machine" 6505 6003 ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=vending_machine" /> 6506 6004 <label text="Edit Vending machine" /> 6507 <space /> 6005 <space /> 6508 6006 <key key="amenity" value="vending_machine" /> 6509 6007 <multiselect key="vending" text="Vending products" values="animal_food;bicycle_tube;cigarettes;condoms;drinks;excrement_bags;food;news_papers;parking_tickets;photos;public_transport_plans;public_transport_tickets;SIM-cards;stamps;sweets;tampons;telephone_vouchers;toys;vouchers" values_searchable="true" /> 6510 6008 <text key="operator" text="Operator" /> 6511 6009 <text key="ref" text="Reference number" /> 6512 6010 <text key="note" text="Note" /> 6513 <check key="payment:coins" text="Coins" default="off"/>6514 <check key="payment:notes" text="Notes" default="off"/>6515 <check key="payment:electronic_purses" text="Electronic purses and Charge cards" default="off"/>6516 <check key="payment:debit_cards" text="Debit cards" default="off"/>6517 <check key="payment:credit_cards" text="Credit cards" default="off"/>6518 <check key="payment:account_cards" text="Account or loyalty cards" default="off"/>6011 <check key="payment:coins" text="Coins" /> 6012 <check key="payment:notes" text="Notes" /> 6013 <check key="payment:electronic_purses" text="Electronic purses and Charge cards" /> 6014 <check key="payment:debit_cards" text="Debit cards" /> 6015 <check key="payment:credit_cards" text="Credit cards" /> 6016 <check key="payment:account_cards" text="Account or loyalty cards" /> 6519 6017 </item> 6520 6018 </group> <!-- Shops --> 6521 6019 <group name="Geography" icon="presets/peak.svg"> … … Note that for a match, at least one positive and no negative is required. 6940 6438 pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:landuse=greenhouse_horticulture" 6941 6439 ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:landuse=greenhouse_horticulture" /> 6942 6440 <label text="Edit Greenhouse Horticulture" /> 6943 <space /> 6441 <space /> 6944 6442 <key key="landuse" value="greenhouse_horticulture" /> 6945 <text key="name" text="Name" /> 6946 <text key="operator" text="Operator" /> 6947 </item> 6443 <text key="name" text="Name" /> 6444 <text key="operator" text="Operator" /> 6445 </item> 6948 6446 <item name="Allotments" icon="presets/landuse.png" type="node,closedway,relation"> 6949 6447 <label text="Edit Allotments Landuse" /> 6950 6448 <space /> … … Note that for a match, at least one positive and no negative is required. 7083 6581 pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:landuse=garages" 7084 6582 ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:landuse=garages" /> 7085 6583 <label text="Edit Garages" /> 7086 <space /> 6584 <space /> 7087 6585 <key key="landuse" value="garages" /> 7088 <text key="name" text="Name" /> 6586 <text key="name" text="Name" /> 7089 6587 <text key="operator" text="Operator" /> 7090 </item> 6588 </item> 7091 6589 <item name="Railway land" icon="presets/rail_light.png" type="closedway,relation"> 7092 6590 <link href="http://wiki.openstreetmap.org/wiki/Tag:landuse=railway" 7093 6591 ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:landuse=railway" … … Note that for a match, at least one positive and no negative is required. 7162 6660 <label text="Edit Quarry Landuse" /> 7163 6661 <space /> 7164 6662 <key key="landuse" value="quarry" /> 7165 <text key="name" text="Name" /> 7166 <text key="operator" text="Operator" /> 6663 <reference ref="name_operator" /> 7167 6664 </item> 7168 6665 </group> <!-- Landuse --> 7169 6666 </group> … … Note that for a match, at least one positive and no negative is required. 7389 6886 <space /> 7390 6887 <key key="type" value="route" /> 7391 6888 <combo key="route" text="Route type" values="bicycle,bus,road,ferry,ski,foot,hiking,tram,detour,railway,subway" values_context="route type" values_searchable="true" /> 7392 <text key="name" text="Name" /> 7393 <text key="ref" text="Reference" /> 6889 <reference ref="name_ref" /> 7394 6890 <text key="symbol" text="Symbol description" /> 7395 6891 <text key="description" text="Description" /> 7396 6892 <optional> … … Note that for a match, at least one positive and no negative is required. 7513 7009 <space /> 7514 7010 <key key="type" value="bridge" /> 7515 7011 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" /> 7516 <text key="name" text="Name" /> 7517 <text key="ref" text="Reference" /> 7012 <reference ref="name_ref" /> 7518 7013 <text key="height" text="Height (meters)" /> 7519 7014 <text key="length" text="Length (meters)" /> 7520 7015 <text key="operator" text="Operator" /> … … Note that for a match, at least one positive and no negative is required. 7531 7026 <space /> 7532 7027 <key key="type" value="tunnel" /> 7533 7028 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" /> 7534 <text key="name" text="Name" /> 7535 <text key="ref" text="Reference" /> 7029 <reference ref="name_ref" /> 7536 7030 <text key="length" text="Length (meters)" /> 7537 7031 <text key="operator" text="Operator" /> 7538 7032 <roles> -
data/tagging-preset.xsd
diff --git a/data/tagging-preset.xsd b/data/tagging-preset.xsd index af5cdf3..755f17f 100644
a b 99 99 <attribute name="ref" type="IDREF" use="required" /> 100 100 </complexType> 101 101 102 <group name="optional_elements">102 <group name="optional_elements"> 103 103 <choice> 104 104 <element name="label" type="tns:label" /> 105 105 <element name="space" type="tns:space" /> -
src/org/openstreetmap/josm/gui/tagging/TaggingPresetReader.java
diff --git a/src/org/openstreetmap/josm/gui/tagging/TaggingPresetReader.java b/src/org/openstreetmap/josm/gui/tagging/TaggingPresetReader.java index 0efe5fe..87dbb03 100644
a b import java.io.InputStream; 10 10 import java.io.InputStreamReader; 11 11 import java.io.Reader; 12 12 import java.io.UnsupportedEncodingException; 13 import java.util.ArrayList; 14 import java.util.Arrays; 13 15 import java.util.Collection; 16 import java.util.HashMap; 17 import java.util.Iterator; 14 18 import java.util.LinkedList; 15 19 import java.util.List; 20 import java.util.Map; 16 21 17 22 import javax.swing.JOptionPane; 18 23 … … public final class TaggingPresetReader { 45 50 46 51 return sources; 47 52 } 53 54 /** 55 * Holds a reference to a chunk of items/objects. 56 */ 57 public static class Chunk { 58 public String id; 59 } 60 61 /** 62 * Holds a reference to an earlier item/object. 63 */ 64 public static class Reference { 65 public String ref; 66 } 48 67 49 68 public static List<TaggingPreset> readAll(Reader in, boolean validate) throws SAXException { 50 69 XmlObjectParser parser = new XmlObjectParser(); … … public final class TaggingPresetReader { 65 84 parser.map("key", TaggingPresetItems.Key.class); 66 85 parser.map("list_entry", TaggingPresetItems.PresetListEntry.class); 67 86 parser.map("item_separator", TaggingPresetItems.ItemSeparator.class); 68 87 parser.mapBoth("chunk", Chunk.class); 88 parser.map("reference", Reference.class); 89 69 90 LinkedList<TaggingPreset> all = new LinkedList<TaggingPreset>(); 70 91 TaggingPresetMenu lastmenu = null; 71 92 TaggingPresetItems.Roles lastrole = null; 72 93 final List<TaggingPresetItems.Check> checks = new LinkedList<TaggingPresetItems.Check>(); 73 94 List<TaggingPresetItems.PresetListEntry> listEntries = new LinkedList<TaggingPresetItems.PresetListEntry>(); 95 final Map<String, List<Object>> byId = new HashMap<String, List<Object>>(); 96 String lastId = null; 97 Iterator<Object> lastIdIterator = null; 74 98 75 99 if (validate) { 76 100 parser.startWithValidation(in, Main.JOSM_WEBSITE+"/tagging-preset-1.0", "resource://data/tagging-preset.xsd"); … … public final class TaggingPresetReader { 78 102 parser.start(in); 79 103 } 80 104 while (parser.hasNext()) { 81 Object o = parser.next(); 105 final Object o; 106 if (lastIdIterator != null && lastIdIterator.hasNext()) { 107 // obtain elements from lastIdIterator with higher priority 108 o = lastIdIterator.next(); 109 } else { 110 o = parser.next(); 111 } 112 if (o instanceof Chunk) { 113 if (((Chunk) o).id.equals(lastId)) { 114 // reset last id on end of object, don't process further 115 lastId = null; 116 ((Chunk) o).id = null; 117 continue; 118 } else if (lastId == null) { 119 // if preset item contains an id, store a mapping for later usage 120 lastId = ((Chunk) o).id; 121 byId.put(lastId, new ArrayList<Object>()); 122 continue; 123 } else { 124 throw new IllegalStateException("Cannot deal with nested id objects (lastId was expected to be null)"); 125 } 126 } else if (lastId != null) { 127 // add object to mapping for later usage 128 byId.get(lastId).add(o); 129 continue; 130 } 131 if (o instanceof Reference) { 132 // if o is a reference, obtain the corresponding objects from the mapping, 133 // and iterate over those before consuming the next element from parser. 134 final String ref = ((Reference) o).ref; 135 if (byId.get(ref) == null) { 136 throw new SAXException(tr("Reference {0} is being used before it was defined", ref)); 137 } 138 lastIdIterator = byId.get(ref).iterator(); 139 continue; 140 } 82 141 if (!(o instanceof TaggingPresetItem) && !checks.isEmpty()) { 83 142 all.getLast().data.addAll(checks); 84 143 checks.clear();
