[7041] | 1 | /*
|
---|
| 2 | Main JOSM map paint style.
|
---|
| 3 |
|
---|
| 4 | Originally in XML format, migrated to MapCSS.
|
---|
| 5 | Documentation of MapCSS format:
|
---|
| 6 |
|
---|
| 7 | http://josm.openstreetmap.de/wiki/Help/Styles/MapCSSImplementation
|
---|
| 8 |
|
---|
| 9 | */
|
---|
| 10 |
|
---|
| 11 |
|
---|
| 12 | meta {
|
---|
| 13 | icon: "dialogs/mappaint/josm_small.png";
|
---|
| 14 | }
|
---|
| 15 |
|
---|
| 16 | /***************************/
|
---|
| 17 | /* "work in progress" tags */
|
---|
| 18 | /***************************/
|
---|
| 19 |
|
---|
| 20 | node[fixme]::core_fixme,
|
---|
| 21 | node[FIXME]::core_fixme {
|
---|
| 22 | z-index: 2;
|
---|
| 23 | icon-image: "misc/fixme.png";
|
---|
| 24 | text: auto;
|
---|
| 25 | /* priority="10000"*/
|
---|
| 26 | }
|
---|
| 27 | node[note] {
|
---|
| 28 | icon-image: "misc/note.png";
|
---|
| 29 | text: auto;
|
---|
| 30 | /* priority="-100000"*/
|
---|
| 31 | }
|
---|
| 32 | area[area?] {
|
---|
| 33 | fill-color: area#ffffff;
|
---|
| 34 | /* priority="-10000"*/
|
---|
| 35 | }
|
---|
| 36 |
|
---|
| 37 | /*********************/
|
---|
| 38 | /* turn restrictions */
|
---|
| 39 | /*********************/
|
---|
| 40 |
|
---|
| 41 | relation[restriction=no_left_turn],
|
---|
| 42 | node[restriction=no_left_turn] {
|
---|
| 43 | icon-image: "vehicle/restriction/turn_restrictions/no_left_turn.png";
|
---|
| 44 | text: auto;
|
---|
| 45 | }
|
---|
| 46 | relation[restriction=no_right_turn],
|
---|
| 47 | node[restriction=no_right_turn] {
|
---|
| 48 | icon-image: "vehicle/restriction/turn_restrictions/no_right_turn.png";
|
---|
| 49 | text: auto;
|
---|
| 50 | }
|
---|
| 51 | relation[restriction=no_straight_on],
|
---|
| 52 | node[restriction=no_straight_on] {
|
---|
| 53 | icon-image: "vehicle/restriction/turn_restrictions/no_straight_on.png";
|
---|
| 54 | text: auto;
|
---|
| 55 | }
|
---|
| 56 | relation[restriction=no_u_turn],
|
---|
| 57 | node[restriction=no_u_turn] {
|
---|
| 58 | icon-image: "vehicle/restriction/turn_restrictions/no_u_turn.png";
|
---|
| 59 | text: auto;
|
---|
| 60 | }
|
---|
| 61 | relation[restriction=only_left_turn],
|
---|
| 62 | node[restriction=only_left_turn] {
|
---|
| 63 | icon-image: "vehicle/restriction/turn_restrictions/only_left_turn.png";
|
---|
| 64 | text: auto;
|
---|
| 65 | }
|
---|
| 66 | relation[restriction=only_right_turn],
|
---|
| 67 | node[restriction=only_right_turn] {
|
---|
| 68 | icon-image: "vehicle/restriction/turn_restrictions/only_right_turn.png";
|
---|
| 69 | text: auto;
|
---|
| 70 | }
|
---|
| 71 | relation[restriction=only_straight_on],
|
---|
| 72 | node[restriction=only_straight_on] {
|
---|
| 73 | icon-image: "vehicle/restriction/turn_restrictions/only_straight_on.png";
|
---|
| 74 | text: auto;
|
---|
| 75 | }
|
---|
| 76 |
|
---|
| 77 | /******************/
|
---|
| 78 | /* bridge, tunnel */
|
---|
| 79 | /******************/
|
---|
| 80 |
|
---|
| 81 | way[bridge?]::core_bridge,
|
---|
| 82 | way[bridge=viaduct]::core_bridge,
|
---|
| 83 | way[bridge=swing]::core_bridge,
|
---|
[7116] | 84 | way[bridge=movable]::core_bridge,
|
---|
| 85 | way[bridge=cantilever]::core_bridge,
|
---|
| 86 | way[bridge=covered]::core_bridge,
|
---|
| 87 | way[bridge=low_water_crossing]::core_bridge,
|
---|
| 88 | way[bridge=trestle]::core_bridge,
|
---|
[7041] | 89 | way[bridge=aqueduct]::core_bridge {
|
---|
| 90 | object-z-index: 1;
|
---|
| 91 | width: +4;
|
---|
| 92 | color: bridge#000080;
|
---|
| 93 | opacity: 0.5;
|
---|
| 94 | }
|
---|
| 95 | way[tunnel?]::core_tunnel {
|
---|
| 96 | object-z-index: 1;
|
---|
| 97 | width: +4;
|
---|
| 98 | color: bridge#000080;
|
---|
| 99 | opacity: 0.5;
|
---|
| 100 | }
|
---|
| 101 | node[oneway],
|
---|
[7116] | 102 | node[bridge],
|
---|
[7041] | 103 | node[tunnel?],
|
---|
| 104 | node[tunnel?!],
|
---|
| 105 | node[cutting?!],
|
---|
| 106 | node[embankment?!] {
|
---|
| 107 | icon-image: "misc/deprecated.png";
|
---|
| 108 | text: auto;
|
---|
| 109 | }
|
---|
| 110 |
|
---|
| 111 | /*****************************/
|
---|
| 112 | /* building/entrance/address */
|
---|
| 113 | /*****************************/
|
---|
| 114 |
|
---|
| 115 | node["addr:housenumber"],
|
---|
| 116 | node["addr:postcode"] {
|
---|
| 117 | icon-image: "misc/housenumber.png";
|
---|
| 118 | text: auto;
|
---|
| 119 | /* priority="-50000"*/
|
---|
| 120 | }
|
---|
| 121 | way["addr:interpolation"=odd] {
|
---|
| 122 | width: 1;
|
---|
| 123 | realwidth: 1;
|
---|
| 124 | color: address#1C86EE;
|
---|
| 125 | dashes: 15,4;
|
---|
| 126 | }
|
---|
| 127 | way["addr:interpolation"=even] {
|
---|
| 128 | width: 1;
|
---|
| 129 | realwidth: 1;
|
---|
| 130 | color: address#1C86EE;
|
---|
| 131 | dashes: 4,4;
|
---|
| 132 | }
|
---|
| 133 | way["addr:interpolation"=all],
|
---|
| 134 | way["addr:interpolation"=alphabetic] {
|
---|
| 135 | width: 1;
|
---|
| 136 | realwidth: 1;
|
---|
| 137 | color: address#1C86EE;
|
---|
[7044] | 138 | dashes: 2,2;
|
---|
[7041] | 139 | }
|
---|
[7147] | 140 | area[building][!building?!] {
|
---|
[7041] | 141 | fill-color: building#cb9999;
|
---|
| 142 | /* priority="-10000"*/
|
---|
| 143 | }
|
---|
[7147] | 144 | node[building][!building?!] {
|
---|
[7041] | 145 | icon-image: "misc/landmark/building.png";
|
---|
| 146 | text: auto;
|
---|
| 147 | /* priority="-10000"*/
|
---|
| 148 | }
|
---|
| 149 | node[building=garage] {
|
---|
| 150 | icon-image: "misc/landuse/garages.png";
|
---|
| 151 | text: auto;
|
---|
| 152 | }
|
---|
| 153 | node[building=garages] {
|
---|
| 154 | icon-image: "misc/landuse/garages.png";
|
---|
| 155 | text: auto;
|
---|
| 156 | }
|
---|
| 157 | node[building=entrance] {
|
---|
| 158 | icon-image: "misc/entrance-yes.png";
|
---|
| 159 | text: auto;
|
---|
| 160 | /* priority="100"*/
|
---|
| 161 | }
|
---|
| 162 | node[entrance=yes] {
|
---|
| 163 | icon-image: "misc/entrance-yes.png";
|
---|
| 164 | text: auto;
|
---|
| 165 | }
|
---|
| 166 | node[entrance=main] {
|
---|
| 167 | icon-image: "misc/entrance-main.png";
|
---|
| 168 | text: auto;
|
---|
| 169 | }
|
---|
| 170 | node[entrance=service] {
|
---|
| 171 | icon-image: "misc/entrance-service.png";
|
---|
| 172 | text: auto;
|
---|
| 173 | }
|
---|
| 174 | node[entrance=exit] {
|
---|
| 175 | icon-image: "misc/entrance-exit.png";
|
---|
| 176 | text: auto;
|
---|
| 177 | }
|
---|
| 178 | node[entrance=emergency] {
|
---|
| 179 | icon-image: "misc/entrance-emergency.png";
|
---|
| 180 | text: auto;
|
---|
| 181 | }
|
---|
| 182 |
|
---|
| 183 | /****************************/
|
---|
| 184 | /* access restrictions tags */
|
---|
| 185 | /****************************/
|
---|
| 186 |
|
---|
| 187 | way[access?!]::core_access {
|
---|
| 188 | z-index: -1;
|
---|
| 189 | width: +2;
|
---|
| 190 | color: no#ff8080;
|
---|
| 191 | dashes: 2,2;
|
---|
| 192 | }
|
---|
| 193 | way[access=permissive]::core_access {
|
---|
| 194 | z-index: -1;
|
---|
| 195 | width: +2;
|
---|
| 196 | color: permissive#80ff80;
|
---|
| 197 | dashes: 2,2;
|
---|
| 198 | }
|
---|
| 199 | way[access=private]::core_access {
|
---|
| 200 | z-index: -1;
|
---|
| 201 | width: +2;
|
---|
| 202 | color: private#ff8080;
|
---|
| 203 | dashes: 2,2;
|
---|
| 204 | }
|
---|
| 205 | way[access=destination]::core_access {
|
---|
| 206 | z-index: -1;
|
---|
| 207 | width: +2;
|
---|
| 208 | color: destination#8080ff;
|
---|
| 209 | dashes: 2,2;
|
---|
| 210 | }
|
---|
| 211 | node[access?!] {
|
---|
| 212 | icon-image: "vehicle/restriction/access.png";
|
---|
| 213 | /* priority="-100"*/
|
---|
| 214 | }
|
---|
| 215 | node[access=permissive],
|
---|
| 216 | node[access=private],
|
---|
| 217 | node[access=destination] {
|
---|
| 218 | icon-image: "misc/no_icon.png";
|
---|
| 219 | text: auto;
|
---|
| 220 | /* priority="-100"*/
|
---|
| 221 | }
|
---|
| 222 | node[bicycle?!] {
|
---|
| 223 | icon-image: "vehicle/restriction/bicycle.png";
|
---|
| 224 | /* priority="-100"*/
|
---|
| 225 | }
|
---|
| 226 | node[bicycle=designated] {
|
---|
| 227 | icon-image: "vehicle/restriction/bicycle-designated.png";
|
---|
| 228 | text: auto;
|
---|
| 229 | /* priority="-100"*/
|
---|
| 230 | }
|
---|
| 231 | node[foot?!] {
|
---|
| 232 | icon-image: "vehicle/restriction/foot.png";
|
---|
| 233 | /* priority="-100"*/
|
---|
| 234 | }
|
---|
| 235 | node[foot=designated] {
|
---|
| 236 | icon-image: "vehicle/restriction/foot-designated.png";
|
---|
| 237 | text: auto;
|
---|
| 238 | /* priority="-100"*/
|
---|
| 239 | }
|
---|
| 240 | node[goods?!],
|
---|
| 241 | node[hgv?!] {
|
---|
| 242 | icon-image: "vehicle/restriction/goods.png";
|
---|
| 243 | }
|
---|
| 244 | node[horse?!] {
|
---|
| 245 | icon-image: "vehicle/restriction/horse.png";
|
---|
| 246 | }
|
---|
| 247 | node[horse=designated] {
|
---|
| 248 | icon-image: "vehicle/restriction/horse-designated.png";
|
---|
| 249 | }
|
---|
| 250 | node[motorcycle?!] {
|
---|
| 251 | icon-image: "vehicle/restriction/motorbike.png";
|
---|
| 252 | }
|
---|
| 253 | node[motorcar?!] {
|
---|
| 254 | icon-image: "vehicle/restriction/motorcar.png";
|
---|
| 255 | }
|
---|
| 256 | node[psv?!] {
|
---|
| 257 | icon-image: "vehicle/restriction/psv.png";
|
---|
| 258 | }
|
---|
| 259 | node[motorboat?!],
|
---|
| 260 | node[boat?!] {
|
---|
| 261 | icon-image: "misc/no_icon.png";
|
---|
| 262 | }
|
---|
| 263 | node[noexit?] {
|
---|
| 264 | icon-image: "vehicle/restriction/dead_end.png";
|
---|
| 265 | /* priority="-100"*/
|
---|
| 266 | }
|
---|
| 267 | node[maxweight] {
|
---|
| 268 | icon-image: "vehicle/restriction/maxweight.png";
|
---|
| 269 | }
|
---|
| 270 | node[maxheight] {
|
---|
| 271 | icon-image: "vehicle/restriction/maxheight.png";
|
---|
| 272 | }
|
---|
| 273 | node[maxwidth] {
|
---|
| 274 | icon-image: "vehicle/restriction/maxwidth.png";
|
---|
| 275 | }
|
---|
| 276 | node[maxlength] {
|
---|
| 277 | icon-image: "vehicle/restriction/maxlength.png";
|
---|
| 278 | }
|
---|
| 279 | node[maxspeed] {
|
---|
| 280 | icon-image: "vehicle/restriction/speed.png";
|
---|
| 281 | }
|
---|
| 282 | node[minspeed] {
|
---|
| 283 | icon-image: "vehicle/restriction/minspeed.png";
|
---|
| 284 | }
|
---|
| 285 | node[maxstay],
|
---|
| 286 | node[toll] {
|
---|
| 287 | icon-image: "misc/no_icon.png";
|
---|
| 288 | }
|
---|
| 289 |
|
---|
| 290 | /**************/
|
---|
| 291 | /* place tags */
|
---|
| 292 | /**************/
|
---|
| 293 |
|
---|
| 294 | /* lot's of "openGeoDB:..." tags can be found in germany */
|
---|
| 295 | node["openGeoDB:type"=Stadt],
|
---|
| 296 | node["openGeoDB:type"=Kreis],
|
---|
| 297 | node["openGeoDB:type"=Gemeinde],
|
---|
| 298 | node["openGeoDB:type"=Ort],
|
---|
| 299 | node["openGeoDB:type"=District],
|
---|
| 300 | node["openGeoDB:location"=locality] {
|
---|
| 301 | icon-image: "place/settlement/town.png";
|
---|
| 302 | text: auto;
|
---|
| 303 | }
|
---|
| 304 | area[place=continent],
|
---|
| 305 | area[place=country],
|
---|
| 306 | area[place=state],
|
---|
| 307 | area[place=region],
|
---|
| 308 | area[place=county],
|
---|
| 309 | area[place=city],
|
---|
| 310 | area[place=town],
|
---|
| 311 | area[place=village],
|
---|
| 312 | area[place=hamlet],
|
---|
| 313 | area[place=isolated_dwelling],
|
---|
| 314 | area[place=neighbourhood],
|
---|
| 315 | area[place=suburb],
|
---|
| 316 | area[place=locality],
|
---|
| 317 | area[place=island],
|
---|
| 318 | area[place=islet] {
|
---|
| 319 | fill-color: place#8de3cb;
|
---|
| 320 | }
|
---|
| 321 | node[place=continent],
|
---|
| 322 | node[place=country],
|
---|
| 323 | node[place=state],
|
---|
| 324 | node[place=region],
|
---|
| 325 | node[place=county] {
|
---|
| 326 | icon-image: "place/settlement/capital.png";
|
---|
| 327 | text: auto;
|
---|
| 328 | }
|
---|
| 329 | node[place=city] {
|
---|
| 330 | icon-image: "place/settlement/city.png";
|
---|
| 331 | text: auto;
|
---|
| 332 | }
|
---|
| 333 | node[place=town],
|
---|
| 334 | node[place=village],
|
---|
| 335 | node[place=hamlet],
|
---|
| 336 | node[place=isolated_dwelling],
|
---|
| 337 | node[place=neighbourhood],
|
---|
| 338 | node[place=suburb] {
|
---|
| 339 | icon-image: "place/settlement/town.png";
|
---|
| 340 | text: auto;
|
---|
| 341 | }
|
---|
| 342 | node[place=locality] {
|
---|
| 343 | icon-image: "place/locality.png";
|
---|
| 344 | text: auto;
|
---|
| 345 | }
|
---|
| 346 | node[place=island] {
|
---|
| 347 | icon-image: "place/island.png";
|
---|
| 348 | text: auto;
|
---|
| 349 | }
|
---|
| 350 | node[place=islet] {
|
---|
| 351 | icon-image: "place/islet.png";
|
---|
| 352 | text: auto;
|
---|
| 353 | }
|
---|
| 354 | /* special display of unreviewed tiger data (USA) */
|
---|
| 355 | way["tiger:reviewed"=no]::core_tiger {
|
---|
| 356 | z-index: -1;
|
---|
| 357 | width: 10;
|
---|
| 358 | color: tiger_data#808000;
|
---|
| 359 | opacity: 0.6;
|
---|
| 360 | }
|
---|
| 361 |
|
---|
| 362 | /****************/
|
---|
| 363 | /* barrier tags */
|
---|
| 364 | /****************/
|
---|
| 365 |
|
---|
| 366 | node[barrier] {
|
---|
| 367 | icon-image: "vehicle/restriction/barrier.png";
|
---|
| 368 | text: auto;
|
---|
| 369 | }
|
---|
| 370 | way[barrier=bollard] {
|
---|
| 371 | width: 3;
|
---|
| 372 | color: barrier#F0F050;
|
---|
| 373 | dashes: 3,9;
|
---|
| 374 | }
|
---|
| 375 | node[barrier=bollard] {
|
---|
| 376 | icon-image: "vehicle/restriction/bollard.png";
|
---|
| 377 | text: auto;
|
---|
| 378 | }
|
---|
| 379 | node[barrier=gate] {
|
---|
| 380 | icon-image: "vehicle/gate.png";
|
---|
| 381 | text: auto;
|
---|
| 382 | }
|
---|
| 383 | way[barrier=hedge],
|
---|
| 384 | way[barrier=fence],
|
---|
| 385 | way[barrier=wall],
|
---|
| 386 | way[barrier=city_wall],
|
---|
| 387 | way[barrier=retaining_wall],
|
---|
| 388 | way[barrier=block] {
|
---|
| 389 | width: 3;
|
---|
| 390 | color: barrier#F0F050;
|
---|
| 391 | }
|
---|
| 392 | node[barrier=hedge],
|
---|
| 393 | node[barrier=wall],
|
---|
| 394 | node[barrier=city_wall],
|
---|
| 395 | node[barrier=retaining_wall] {
|
---|
| 396 | icon-image: "misc/deprecated.png";
|
---|
| 397 | text: auto;
|
---|
| 398 | }
|
---|
| 399 | node[barrier=block] {
|
---|
| 400 | icon-image: "vehicle/block.png";
|
---|
| 401 | text: auto;
|
---|
| 402 | }
|
---|
| 403 | node[barrier=stile] {
|
---|
| 404 | icon-image: "vehicle/stile.png";
|
---|
| 405 | text: auto;
|
---|
| 406 | }
|
---|
| 407 | node[barrier=turnstile] {
|
---|
| 408 | icon-image: "vehicle/turnstile.png";
|
---|
| 409 | text: auto;
|
---|
| 410 | }
|
---|
| 411 | node[barrier=cycle_barrier] {
|
---|
| 412 | icon-image: "vehicle/cycle_barrier.png";
|
---|
| 413 | text: auto;
|
---|
| 414 | }
|
---|
| 415 | node[barrier=lift_gate] {
|
---|
| 416 | icon-image: "vehicle/lift_gate.png";
|
---|
| 417 | text: auto;
|
---|
| 418 | }
|
---|
[7126] | 419 | node[barrier=swing_gate] {
|
---|
| 420 | icon-image: "vehicle/swing_gate.png";
|
---|
| 421 | text: auto;
|
---|
| 422 | }
|
---|
[7041] | 423 | area[barrier=toll_booth]:closed {
|
---|
| 424 | fill-color: barrier#F0F050;
|
---|
| 425 | }
|
---|
| 426 | node[barrier=toll_booth] {
|
---|
| 427 | icon-image: "vehicle/toll_booth.png";
|
---|
| 428 | text: auto;
|
---|
| 429 | }
|
---|
| 430 | node[barrier=entrance] {
|
---|
| 431 | icon-image: "vehicle/entrance.png";
|
---|
| 432 | text: auto;
|
---|
| 433 | }
|
---|
| 434 | node[barrier=cattle_grid] {
|
---|
| 435 | icon-image: "vehicle/cattle_grid.png";
|
---|
| 436 | text: auto;
|
---|
| 437 | }
|
---|
| 438 | node[barrier=border_control] {
|
---|
| 439 | icon-image: "vehicle/border_control.png";
|
---|
| 440 | text: auto;
|
---|
| 441 | }
|
---|
| 442 | node[barrier=sally_port] {
|
---|
| 443 | icon-image: "vehicle/sally_port.png";
|
---|
| 444 | text: auto;
|
---|
| 445 | }
|
---|
| 446 | node[barrier=fence],
|
---|
| 447 | node[barrier=kissing_gate],
|
---|
| 448 | node[barrier=bump_gate],
|
---|
| 449 | node[barrier=portcullis],
|
---|
| 450 | node[barrier=spikes],
|
---|
| 451 | node[barrier=bus_trap],
|
---|
| 452 | node[barrier=drawbridge],
|
---|
| 453 | node[barrier=hampshire_gate] {
|
---|
| 454 | icon-image: "misc/no_icon.png";
|
---|
| 455 | text: auto;
|
---|
| 456 | }
|
---|
| 457 |
|
---|
| 458 | /****************/
|
---|
| 459 | /* highway tags */
|
---|
| 460 | /****************/
|
---|
| 461 |
|
---|
| 462 | way[motorroad?]::core_motorroad {
|
---|
| 463 | z-index: -1;
|
---|
| 464 | width: +4;
|
---|
| 465 | color: motorroad#0000c0;
|
---|
| 466 | }
|
---|
| 467 | way[highway=motorway] {
|
---|
| 468 | width: 3;
|
---|
| 469 | realwidth: 8;
|
---|
| 470 | color: motorway#809bc0;
|
---|
| 471 | }
|
---|
| 472 | way[highway=motorway_link] {
|
---|
| 473 | width: 3;
|
---|
| 474 | realwidth: 5;
|
---|
| 475 | color: motorway#809bc0;
|
---|
| 476 | }
|
---|
| 477 | way[highway=trunk] {
|
---|
| 478 | width: 3;
|
---|
| 479 | realwidth: 8;
|
---|
| 480 | color: trunk#7fc97f;
|
---|
| 481 | }
|
---|
| 482 | way[highway=trunk_link] {
|
---|
| 483 | width: 3;
|
---|
| 484 | realwidth: 5;
|
---|
| 485 | color: trunk#7fc97f;
|
---|
| 486 | }
|
---|
| 487 | way[highway=primary] {
|
---|
| 488 | width: 3;
|
---|
| 489 | realwidth: 8;
|
---|
| 490 | color: primary#fb805f;
|
---|
| 491 | }
|
---|
| 492 | way[highway=primary_link] {
|
---|
| 493 | width: 3;
|
---|
| 494 | realwidth: 5;
|
---|
| 495 | color: primary#fb805f;
|
---|
| 496 | }
|
---|
| 497 | way[highway=secondary] {
|
---|
| 498 | width: 3;
|
---|
| 499 | realwidth: 6;
|
---|
| 500 | color: secondary#fdbf6f;
|
---|
| 501 | }
|
---|
| 502 | way[highway=secondary_link] {
|
---|
| 503 | width: 3;
|
---|
| 504 | realwidth: 5;
|
---|
| 505 | color: secondary#fdbf6f;
|
---|
| 506 | }
|
---|
| 507 | way[highway=tertiary] {
|
---|
| 508 | width: 2;
|
---|
| 509 | realwidth: 5;
|
---|
| 510 | color: tertiary#f7f496;
|
---|
| 511 | }
|
---|
| 512 | way[highway=tertiary_link] {
|
---|
| 513 | width: 2;
|
---|
| 514 | realwidth: 4;
|
---|
| 515 | color: tertiary#f7f496;
|
---|
| 516 | }
|
---|
| 517 | way[highway=unclassified] {
|
---|
| 518 | width: 2;
|
---|
| 519 | realwidth: 5;
|
---|
| 520 | color: street#c0c0c0;
|
---|
| 521 | }
|
---|
| 522 | way[highway=road] {
|
---|
| 523 | width: 2;
|
---|
| 524 | realwidth: 5;
|
---|
| 525 | color: deprecated#ff0000;
|
---|
| 526 | }
|
---|
| 527 | way[highway=unsurfaced] {
|
---|
| 528 | width: 1;
|
---|
| 529 | realwidth: 3;
|
---|
| 530 | color: street#c0c0c0;
|
---|
| 531 | }
|
---|
| 532 | way[highway=track] {
|
---|
| 533 | width: 1;
|
---|
| 534 | realwidth: 3;
|
---|
| 535 | color: highway_track#006600;
|
---|
| 536 | /* priority="-10000"*/
|
---|
| 537 | }
|
---|
| 538 | way[highway=residential] {
|
---|
| 539 | width: 2;
|
---|
| 540 | realwidth: 5;
|
---|
| 541 | color: street#c0c0c0;
|
---|
| 542 | }
|
---|
| 543 | way[highway=living_street] {
|
---|
| 544 | width: 2;
|
---|
| 545 | realwidth: 3;
|
---|
| 546 | dashes: 9,9;
|
---|
| 547 | dashes-background-color: livingdashed#00ff00;
|
---|
| 548 | color: street#c0c0c0;
|
---|
| 549 | }
|
---|
| 550 | way[highway=service] {
|
---|
| 551 | width: 1;
|
---|
| 552 | realwidth: 3;
|
---|
| 553 | color: service#809bc0;
|
---|
| 554 | }
|
---|
| 555 | way[highway=bridleway] {
|
---|
| 556 | width: 1;
|
---|
| 557 | realwidth: 2;
|
---|
| 558 | color: horse#c08000;
|
---|
| 559 | }
|
---|
| 560 | way[highway=cycleway] {
|
---|
| 561 | width: 1;
|
---|
| 562 | realwidth: 2;
|
---|
| 563 | color: bicycle#b100ff;
|
---|
| 564 | }
|
---|
| 565 | way[highway=footway] {
|
---|
| 566 | width: 1;
|
---|
| 567 | realwidth: 1;
|
---|
| 568 | color: foot#00ff00;
|
---|
| 569 | }
|
---|
| 570 | way[highway=path][bicycle!=designated][bicycle!=official][foot!=designated][foot!=official] {
|
---|
| 571 | width: 1;
|
---|
| 572 | realwidth: 1;
|
---|
| 573 | dashes: 9,9;
|
---|
| 574 | color: foot#00ff00;
|
---|
| 575 | }
|
---|
| 576 | /* display path with bicycle/foot=designated/official as if it was cycleway/footway */
|
---|
| 577 | way[highway=path][bicycle=designated],
|
---|
| 578 | way[highway=path][bicycle=official] {
|
---|
| 579 | width: 1;
|
---|
| 580 | realwidth: 2;
|
---|
| 581 | color: bicycle#b100ff;
|
---|
| 582 | /* priority="100"*/
|
---|
| 583 | }
|
---|
| 584 | way[highway=path][foot=designated],
|
---|
| 585 | way[highway=path][foot=official] {
|
---|
| 586 | width: 1;
|
---|
| 587 | realwidth: 1;
|
---|
| 588 | color: foot#00ff00;
|
---|
| 589 | /* priority="100"*/
|
---|
| 590 | }
|
---|
| 591 | way[highway=path][bicycle=designated][foot=designated],
|
---|
| 592 | way[highway=path][bicycle=official][foot=official] {
|
---|
| 593 | width: 1;
|
---|
| 594 | realwidth: 2;
|
---|
| 595 | color: bicycle#b100ff;
|
---|
| 596 | dashes: 14,14;
|
---|
| 597 | dashes-background-color: foot#00ff00;
|
---|
| 598 | /* priority="200"*/
|
---|
| 599 | }
|
---|
[7154] | 600 | way[highway=pedestrian][area?], relation[type=multipolygon][highway=pedestrian] {
|
---|
[7041] | 601 | width: 3;
|
---|
| 602 | realwidth: 5;
|
---|
| 603 | color: foot#00ff00;
|
---|
[7154] | 604 | fill-color: foot#00ff00;
|
---|
[7041] | 605 | }
|
---|
[7154] | 606 | way[highway=pedestrian] {
|
---|
[7041] | 607 | width: 3;
|
---|
| 608 | realwidth: 5;
|
---|
| 609 | color: foot#00ff00;
|
---|
| 610 | }
|
---|
| 611 | way[highway=steps] {
|
---|
| 612 | width: 1;
|
---|
| 613 | realwidth: 1;
|
---|
| 614 | color: foot#00ff00;
|
---|
[7044] | 615 | dashes: 2,2;
|
---|
[7041] | 616 | }
|
---|
| 617 | node[highway=steps] {
|
---|
| 618 | icon-image: "transport/steps.png";
|
---|
| 619 | text: auto;
|
---|
| 620 | }
|
---|
| 621 | way[highway=bus_guideway] {
|
---|
| 622 | width: 1;
|
---|
| 623 | color: rail#404040;
|
---|
| 624 | dashes: 9,9;
|
---|
| 625 | }
|
---|
| 626 | way[highway=raceway] {
|
---|
| 627 | width: 1;
|
---|
| 628 | color: raceway#ff80ff;
|
---|
| 629 | }
|
---|
| 630 | node[direction=clockwise] {
|
---|
| 631 | icon-image: "vehicle/restriction/roundabout_left.png";
|
---|
| 632 | text: auto;
|
---|
| 633 | /* priority="10000"*/
|
---|
| 634 | }
|
---|
| 635 | node[highway=mini_roundabout] {
|
---|
| 636 | icon-image: "vehicle/restriction/roundabout_right.png";
|
---|
| 637 | /* icon-image: "vehicle/restriction/roundabout_left.png";*/
|
---|
| 638 | text: auto;
|
---|
| 639 | }
|
---|
| 640 | node[highway=stop] {
|
---|
| 641 | icon-image: "vehicle/restriction/stop.png";
|
---|
| 642 | text: auto;
|
---|
| 643 | }
|
---|
| 644 | node[highway=give_way] {
|
---|
| 645 | icon-image: "vehicle/restriction/right_of_way.png";
|
---|
| 646 | text: auto;
|
---|
| 647 | }
|
---|
| 648 | node[highway=traffic_signals] {
|
---|
| 649 | icon-image: "vehicle/restriction/traffic-light.png";
|
---|
| 650 | text: auto;
|
---|
| 651 | }
|
---|
| 652 | node[highway=street_lamp] {
|
---|
| 653 | icon-image: "misc/streetlamp.png";
|
---|
| 654 | text: auto;
|
---|
| 655 | }
|
---|
| 656 | node[highway=speed_camera] {
|
---|
| 657 | icon-image: "vehicle/restriction/speed_trap.png";
|
---|
| 658 | text: auto;
|
---|
| 659 | }
|
---|
| 660 | node[traffic_sign=city_limit] {
|
---|
| 661 | icon-image: "vehicle/restriction/citylimit.png";
|
---|
| 662 | text: auto;
|
---|
| 663 | }
|
---|
| 664 | node[highway=crossing] {
|
---|
| 665 | icon-image: "vehicle/zebra_crossing.png";
|
---|
| 666 | text: auto;
|
---|
| 667 | }
|
---|
| 668 | node[highway=incline], node[highway=incline_steep] {
|
---|
| 669 | icon-image: "vehicle/restriction/incline.png";
|
---|
| 670 | text: auto;
|
---|
| 671 | }
|
---|
| 672 | node[highway=motorway_junction] {
|
---|
| 673 | icon-image: "vehicle/exit.png";
|
---|
| 674 | text: auto;
|
---|
| 675 | }
|
---|
| 676 | area[highway=services] {
|
---|
| 677 | fill-color: services#c0c0c0;
|
---|
| 678 | }
|
---|
| 679 | node[highway=services] {
|
---|
| 680 | icon-image: "vehicle/services.png";
|
---|
| 681 | text: auto;
|
---|
| 682 | }
|
---|
| 683 | area[highway=rest_area] {
|
---|
| 684 | fill-color: services#c0c0c0;
|
---|
| 685 | }
|
---|
| 686 | node[highway=rest_area] {
|
---|
| 687 | icon-image: "vehicle/parking.png";
|
---|
| 688 | text: auto;
|
---|
| 689 | }
|
---|
| 690 | node[highway=ford], node[ford?] {
|
---|
| 691 | icon-image: "vehicle/ford.png";
|
---|
| 692 | text: auto;
|
---|
| 693 | }
|
---|
| 694 | way[ford?]::core_ford {
|
---|
| 695 | z-index: 1;
|
---|
| 696 | width: 2;
|
---|
| 697 | realwidth: 5;
|
---|
| 698 | color: water#0000ff;
|
---|
| 699 | dashes: 9,9;
|
---|
| 700 | }
|
---|
| 701 | area[highway=platform]:closed {
|
---|
| 702 | fill-color: highway_platform#c0c0c0;
|
---|
| 703 | }
|
---|
| 704 | way[highway=platform] {
|
---|
| 705 | width: 2;
|
---|
| 706 | color: highway_platform#c0c0c0;
|
---|
| 707 | }
|
---|
| 708 | node[highway=turning_circle] {
|
---|
| 709 | icon-image: "vehicle/turning_circle.png";
|
---|
| 710 | text: auto;
|
---|
| 711 | }
|
---|
| 712 | node[highway=passing_place] {
|
---|
| 713 | icon-image: "vehicle/passing_place.png";
|
---|
| 714 | text: auto;
|
---|
| 715 | }
|
---|
| 716 | way[highway=construction] {
|
---|
| 717 | width: 2;
|
---|
| 718 | realwidth: 5;
|
---|
| 719 | color: construction#ffff00;
|
---|
| 720 | dashes: 9,9;
|
---|
| 721 | /* priority="10"*/
|
---|
| 722 | }
|
---|
| 723 | node[highway=construction] {
|
---|
| 724 | icon-image: "misc/construction.png";
|
---|
| 725 | text: auto;
|
---|
| 726 | /* priority="10"*/
|
---|
| 727 | }
|
---|
| 728 | area[highway=emergency_access_point] {
|
---|
| 729 | fill-color: emergency_access_point#c0c0c0;
|
---|
| 730 | }
|
---|
| 731 | node[highway=emergency_access_point] {
|
---|
| 732 | icon-image: "service/emergency_access_point.png";
|
---|
| 733 | text: auto;
|
---|
| 734 | }
|
---|
| 735 | node[highway=motorway], node[highway=motorway_link],
|
---|
| 736 | node[highway=trunk], node[highway=trunk_link],
|
---|
| 737 | node[highway=primary], node[highway=primary_link],
|
---|
| 738 | node[highway=secondary], node[highway=secondary_link],
|
---|
| 739 | node[highway=tertiary], node[highway=tertiary_link],
|
---|
| 740 | node[highway=unclassified],
|
---|
| 741 | node[highway=road],
|
---|
| 742 | node[highway=unsurfaced],
|
---|
| 743 | node[highway=track],
|
---|
| 744 | node[highway=residential],
|
---|
| 745 | node[highway=living_street],
|
---|
| 746 | node[highway=service],
|
---|
| 747 | node[highway=bridleway],
|
---|
| 748 | node[highway=cycleway],
|
---|
| 749 | node[highway=footway],
|
---|
| 750 | node[highway=path],
|
---|
| 751 | node[highway=pedestrian],
|
---|
| 752 | node[highway=bus_guideway],
|
---|
| 753 | node[highway=platform] {
|
---|
| 754 | icon-image: "misc/deprecated.png";
|
---|
| 755 | text: auto;
|
---|
| 756 | }
|
---|
| 757 |
|
---|
| 758 | /************************/
|
---|
| 759 | /* traffic_calming tags */
|
---|
| 760 | /************************/
|
---|
| 761 |
|
---|
| 762 | node[traffic_calming] {
|
---|
| 763 | icon-image: "vehicle/traffic_calming.png";
|
---|
| 764 | text: auto;
|
---|
| 765 | /* priority="-5"*/
|
---|
| 766 | }
|
---|
| 767 | node[traffic_calming=chicane] {
|
---|
| 768 | icon-image: "vehicle/chicane.png";
|
---|
| 769 | text: auto;
|
---|
| 770 | }
|
---|
| 771 | node[traffic_calming=choker],
|
---|
| 772 | node[traffic_calming=cushion] {
|
---|
| 773 | icon-image: "vehicle/passing_place.png";
|
---|
| 774 | text: auto;
|
---|
| 775 | }
|
---|
| 776 |
|
---|
| 777 | /****************/
|
---|
| 778 | /* junction tag */
|
---|
| 779 | /****************/
|
---|
| 780 |
|
---|
| 781 | node[junction=roundabout] {
|
---|
| 782 | icon-image: "vehicle/restriction/roundabout_right.png";
|
---|
| 783 | text: auto;
|
---|
| 784 | }
|
---|
| 785 |
|
---|
| 786 | /*****************/
|
---|
| 787 | /* cycleway tags */
|
---|
| 788 | /*****************/
|
---|
| 789 |
|
---|
| 790 | way[cycleway=lane]::core_cycleway,
|
---|
| 791 | way[cycleway=opposite_lane]::core_cycleway {
|
---|
| 792 | object-z-index: 1;
|
---|
| 793 | width: +0;
|
---|
| 794 | color: bicycle#b100ff;
|
---|
| 795 | dashes: 8,14;
|
---|
| 796 | }
|
---|
| 797 | way[cycleway=track]::core_cycleway,
|
---|
| 798 | way[cycleway=opposite_track]::core_cycleway {
|
---|
| 799 | object-z-index: 1;
|
---|
| 800 | width: +0;
|
---|
| 801 | color: bicycle#b100ff;
|
---|
| 802 | dashes: 14,14;
|
---|
| 803 | }
|
---|
| 804 | way[cycleway=opposite]::core_cycleway {
|
---|
| 805 | object-z-index: 1;
|
---|
| 806 | width: +0;
|
---|
| 807 | color: bicycle#b100ff;
|
---|
| 808 | dashes: 4,10;
|
---|
| 809 | }
|
---|
| 810 | node[cycleway=lane], node[cycleway=opposite_lane],
|
---|
| 811 | node[cycleway=track], node[cycleway=opposite_track],
|
---|
| 812 | node[cycleway=opposite] {
|
---|
| 813 | icon-image: "misc/deprecated.png";
|
---|
| 814 | text: auto;
|
---|
| 815 | }
|
---|
| 816 |
|
---|
| 817 | /******************/
|
---|
| 818 | /* tracktype tags */
|
---|
| 819 | /******************/
|
---|
| 820 |
|
---|
| 821 | way[highway=track][tracktype=grade1] {
|
---|
| 822 | dashes: 2,2;
|
---|
| 823 | }
|
---|
| 824 | way[highway=track][tracktype=grade2] {
|
---|
| 825 | dashes: 4,4;
|
---|
| 826 | }
|
---|
| 827 | way[highway=track][tracktype=grade3] {
|
---|
| 828 | dashes: 6,6;
|
---|
| 829 | }
|
---|
| 830 | way[highway=track][tracktype=grade4] {
|
---|
| 831 | dashes: 8,8;
|
---|
| 832 | }
|
---|
| 833 | way[highway=track][tracktype=grade5] {
|
---|
| 834 | dashes: 10,10;
|
---|
| 835 | }
|
---|
| 836 |
|
---|
| 837 | /**************/
|
---|
| 838 | /* piste tags */
|
---|
| 839 | /**************/
|
---|
| 840 |
|
---|
| 841 | area[piste:difficulty=easy]:closed {
|
---|
| 842 | fill-color: piste_easy#0000ff;
|
---|
| 843 | }
|
---|
| 844 | way[piste:difficulty=easy]::core_piste {
|
---|
| 845 | z-index: -1; /* below line style from highway=* tag */
|
---|
| 846 | modifier: false; /* suppress default line if there is no style on default layer */
|
---|
| 847 | width: 6;
|
---|
| 848 | color: piste_easy#0000ff;
|
---|
| 849 | }
|
---|
| 850 | area[piste:difficulty=intermediate]:closed {
|
---|
| 851 | fill-color: piste_intermediate#ff0000;
|
---|
| 852 | }
|
---|
| 853 | way[piste:difficulty=intermediate]::core_piste {
|
---|
| 854 | z-index: -1;
|
---|
| 855 | modifier: false;
|
---|
| 856 | width: 6;
|
---|
| 857 | color: piste_intermediate#ff0000;
|
---|
| 858 | }
|
---|
| 859 | area[piste:difficulty=advanced]:closed {
|
---|
| 860 | fill-color: piste_advanced#606060;
|
---|
| 861 | }
|
---|
| 862 | way[piste:difficulty=advanced]::core_piste {
|
---|
| 863 | z-index: -1;
|
---|
| 864 | modifier: false;
|
---|
| 865 | width: 6;
|
---|
| 866 | color: piste_advanced#606060;
|
---|
| 867 | }
|
---|
| 868 | area[piste:difficulty=expert]:closed {
|
---|
| 869 | fill-color: piste_expert#606060;
|
---|
| 870 | }
|
---|
| 871 | way[piste:difficulty=expert]::core_piste {
|
---|
| 872 | z-index: -1;
|
---|
| 873 | modifier: false;
|
---|
| 874 | width: 6;
|
---|
| 875 | color: piste_expert#606060;
|
---|
| 876 | }
|
---|
| 877 | area[piste:difficulty=freeride]:closed {
|
---|
| 878 | fill-color: piste_freeride#ffff00;
|
---|
| 879 | }
|
---|
| 880 | way[piste:difficulty=freeride]::core_piste {
|
---|
| 881 | z-index: -1;
|
---|
| 882 | modifier: false;
|
---|
| 883 | width: 6;
|
---|
| 884 | color: piste_freeride#ffff00;
|
---|
| 885 | }
|
---|
| 886 | area[piste:difficulty=novice]:closed {
|
---|
| 887 | fill-color: piste_novice#00ff00;
|
---|
| 888 | }
|
---|
| 889 | way[piste:difficulty=novice]::core_piste {
|
---|
| 890 | z-index: -1;
|
---|
| 891 | modifier: false;
|
---|
| 892 | width: 6;
|
---|
| 893 | color: piste_novice#00ff00;
|
---|
| 894 | }
|
---|
| 895 | node[piste:difficulty=easy],
|
---|
| 896 | node[piste:difficulty=intermediate],
|
---|
| 897 | node[piste:difficulty=advanced],
|
---|
| 898 | node[piste:difficulty=expert],
|
---|
| 899 | node[piste:difficulty=freeride],
|
---|
| 900 | node[piste:difficulty=novice] {
|
---|
| 901 | icon-image: "sport/skiing.png";
|
---|
| 902 | }
|
---|
| 903 |
|
---|
| 904 | /**************/
|
---|
| 905 | /* power tags */
|
---|
| 906 | /**************/
|
---|
| 907 |
|
---|
| 908 | area[power=tower] {
|
---|
| 909 | fill-color: power#eeeeee;
|
---|
| 910 | }
|
---|
| 911 | node[power=tower] {
|
---|
| 912 | icon-image: "misc/landmark/power/tower_small.png";
|
---|
| 913 | text: auto;
|
---|
| 914 | }
|
---|
| 915 | node[power=pole] {
|
---|
| 916 | icon-image: "misc/landmark/power/pole.png";
|
---|
| 917 | text: auto;
|
---|
| 918 | }
|
---|
| 919 | way[power=line],
|
---|
| 920 | way[power=minor_line] {
|
---|
| 921 | width: 1;
|
---|
| 922 | color: power#eeeeee;
|
---|
| 923 | }
|
---|
| 924 | node[power=line],
|
---|
| 925 | node[power=minor_line] {
|
---|
| 926 | icon-image: "misc/deprecated.png";
|
---|
| 927 | text: auto;
|
---|
| 928 | }
|
---|
| 929 | area[power=plant],
|
---|
| 930 | area[power=sub_station],
|
---|
| 931 | area[power=substation],
|
---|
| 932 | area[power=transformer] {
|
---|
| 933 | fill-color: power#eeeeee;
|
---|
| 934 | }
|
---|
| 935 | node[power=plant],
|
---|
| 936 | node[power=sub_station],
|
---|
| 937 | node[power=substation],
|
---|
| 938 | node[power=cable_distribution_cabinet] {
|
---|
| 939 | icon-image: "misc/landmark/power.png";
|
---|
| 940 | text: auto;
|
---|
| 941 | }
|
---|
| 942 | node[power=transformer] {
|
---|
| 943 | icon-image: "misc/landmark/power/transformer.png";
|
---|
| 944 | text: auto;
|
---|
| 945 | }
|
---|
| 946 | /* power_source is deprecated by the wiki, but still in use */
|
---|
| 947 | /* generator:source replaces power_source */
|
---|
| 948 | area[power_source=wind], area[generator:source=wind],
|
---|
| 949 | area[power_source=hydro], area[generator:source=hydro],
|
---|
| 950 | area[power_source=fossil],
|
---|
| 951 | area[power_source=coal], area[generator:source=coal],
|
---|
| 952 | area[power_source=gas], area[generator:source=gas],
|
---|
| 953 | area[power_source=photovoltaic],
|
---|
| 954 | area[power_source=nuclear], area[generator:source=nuclear],
|
---|
| 955 | area[power=generator] {
|
---|
| 956 | fill-color: power#eeeeee;
|
---|
| 957 | }
|
---|
| 958 | node[power_source=wind], node[generator:source=wind] {
|
---|
| 959 | icon-image: "misc/landmark/power/wind.png";
|
---|
| 960 | text: auto;
|
---|
| 961 | }
|
---|
| 962 | node[power_source=hydro], node[generator:source=hydro] {
|
---|
| 963 | icon-image: "misc/landmark/power/hydro.png";
|
---|
| 964 | text: auto;
|
---|
| 965 | }
|
---|
| 966 | node[power_source=fossil],
|
---|
| 967 | node[power_source=coal], node[generator:source=coal],
|
---|
| 968 | node[power_source=gas], node[generator:source=gas] {
|
---|
| 969 | icon-image: "misc/landmark/power/fossil.png";
|
---|
| 970 | text: auto;
|
---|
| 971 | }
|
---|
| 972 | node[power_source=photovoltaic] {
|
---|
| 973 | /* FIXME photovoltaic NOT fossil*/
|
---|
| 974 | icon-image: "misc/landmark/power/fossil.png";
|
---|
| 975 | text: auto;
|
---|
| 976 | }
|
---|
| 977 | node[power_source=nuclear], node[generator:source=nuclear] {
|
---|
| 978 | icon-image: "misc/landmark/power/nuclear.png";
|
---|
| 979 | text: auto;
|
---|
| 980 | }
|
---|
| 981 | node[power=generator] {
|
---|
| 982 | icon-image: "misc/landmark/power.png";
|
---|
| 983 | text: auto;
|
---|
| 984 | /* priority="-10000"*/
|
---|
| 985 | }
|
---|
| 986 |
|
---|
| 987 | /*****************/
|
---|
| 988 | /* man_made tags */
|
---|
| 989 | /*****************/
|
---|
| 990 |
|
---|
| 991 | area[man_made=beacon],
|
---|
| 992 | area[man_made=chimney],
|
---|
| 993 | area[man_made=crane],
|
---|
| 994 | area[man_made=flagpole],
|
---|
| 995 | area[man_made=gasometer],
|
---|
| 996 | area[man_made=groyne],
|
---|
| 997 | area[man_made=lighthouse],
|
---|
| 998 | area[man_made=monitoring_station],
|
---|
| 999 | area[man_made=mineshaft],
|
---|
| 1000 | area[man_made=adit] {
|
---|
| 1001 | fill-color: manmade#d8d8d8;
|
---|
| 1002 | }
|
---|
| 1003 | node[man_made=beacon] {
|
---|
| 1004 | icon-image: "misc/landmark/beacon.png";
|
---|
| 1005 | text: auto;
|
---|
| 1006 | }
|
---|
| 1007 | node[man_made=chimney] {
|
---|
| 1008 | icon-image: "misc/landmark/chimney.png";
|
---|
| 1009 | text: auto;
|
---|
| 1010 | }
|
---|
| 1011 | node[man_made=crane] {
|
---|
| 1012 | icon-image: "misc/landmark/crane.png";
|
---|
| 1013 | text: auto;
|
---|
| 1014 | }
|
---|
| 1015 | node[man_made=flagpole] {
|
---|
| 1016 | icon-image: "misc/flag.png";
|
---|
| 1017 | text: auto;
|
---|
| 1018 | }
|
---|
| 1019 | node[man_made=gasometer] {
|
---|
| 1020 | icon-image: "misc/landmark/gasometer.png";
|
---|
| 1021 | text: auto;
|
---|
| 1022 | }
|
---|
| 1023 | node[man_made=groyne] {
|
---|
| 1024 | icon-image: "nautical/groyne.png";
|
---|
| 1025 | text: auto;
|
---|
| 1026 | }
|
---|
| 1027 | node[man_made=lighthouse] {
|
---|
| 1028 | icon-image: "misc/landmark/lighthouse.png";
|
---|
| 1029 | text: auto;
|
---|
| 1030 | }
|
---|
| 1031 | node[man_made=monitoring_station] {
|
---|
| 1032 | icon-image: "misc/landmark/measurement_station.png";
|
---|
| 1033 | text: auto;
|
---|
| 1034 | }
|
---|
| 1035 | node[man_made=mineshaft] {
|
---|
| 1036 | icon-image: "misc/landmark/mine.png";
|
---|
| 1037 | text: auto;
|
---|
| 1038 | }
|
---|
| 1039 | node[man_made=adit] {
|
---|
| 1040 | icon-image: "misc/landmark/adit.png";
|
---|
| 1041 | text: auto;
|
---|
| 1042 | }
|
---|
| 1043 | area[man_made=pier]:closed {
|
---|
| 1044 | fill-color: pier#660000;
|
---|
| 1045 | }
|
---|
| 1046 | way[man_made=pier] {
|
---|
| 1047 | width: 2;
|
---|
| 1048 | color: pier#660000;
|
---|
| 1049 | }
|
---|
| 1050 | node[man_made=pier] {
|
---|
| 1051 | icon-image: "nautical/pier.png";
|
---|
| 1052 | text: auto;
|
---|
| 1053 | }
|
---|
| 1054 | way[man_made=pipeline] {
|
---|
| 1055 | width: 2;
|
---|
| 1056 | color: pipeline#660000;
|
---|
| 1057 | }
|
---|
| 1058 | node[man_made=pipeline] {
|
---|
| 1059 | icon-image: "misc/deprecated.png";
|
---|
| 1060 | text: auto;
|
---|
| 1061 | }
|
---|
| 1062 | node[man_made=petroleum_well] {
|
---|
| 1063 | icon-image: "misc/no_icon.png";
|
---|
| 1064 | text: auto;
|
---|
| 1065 | }
|
---|
| 1066 | area[man_made=reservoir_covered],
|
---|
| 1067 | area[man_made=surveillance],
|
---|
| 1068 | area[man_made=survey_point],
|
---|
| 1069 | area[man_made=tower],
|
---|
| 1070 | area[man_made=wastewater_plant],
|
---|
| 1071 | area[man_made=watermill],
|
---|
| 1072 | area[man_made=water_tower],
|
---|
| 1073 | area[man_made=water_well],
|
---|
| 1074 | area[man_made=windmill],
|
---|
| 1075 | area[man_made=works],
|
---|
| 1076 | area[man_made=water_works] {
|
---|
| 1077 | fill-color: manmade#d8d8d8;
|
---|
| 1078 | }
|
---|
| 1079 | node[man_made=reservoir_covered] {
|
---|
| 1080 | icon-image: "misc/landmark/reservoir_covered.png";
|
---|
| 1081 | text: auto;
|
---|
| 1082 | }
|
---|
| 1083 | node[man_made=surveillance] {
|
---|
| 1084 | icon-image: "misc/surveillance.png";
|
---|
| 1085 | text: auto;
|
---|
| 1086 | }
|
---|
| 1087 | node[man_made=survey_point] {
|
---|
| 1088 | icon-image: "misc/landmark/survey_point.png";
|
---|
| 1089 | text: auto;
|
---|
| 1090 | }
|
---|
| 1091 | node[man_made=tower] {
|
---|
| 1092 | icon-image: "misc/landmark/tower.png";
|
---|
| 1093 | text: auto;
|
---|
| 1094 | }
|
---|
| 1095 | node[man_made=wastewater_plant] {
|
---|
| 1096 | icon-image: "misc/landmark/wastewater_plant.png";
|
---|
| 1097 | text: auto;
|
---|
| 1098 | }
|
---|
| 1099 | node[man_made=watermill] {
|
---|
| 1100 | icon-image: "misc/landmark/watermill.png";
|
---|
| 1101 | text: auto;
|
---|
| 1102 | }
|
---|
| 1103 | node[man_made=water_tower] {
|
---|
| 1104 | icon-image: "misc/landmark/water_tower.png";
|
---|
| 1105 | text: auto;
|
---|
| 1106 | }
|
---|
| 1107 | node[man_made=water_well] {
|
---|
| 1108 | icon-image: "misc/landmark/water_well.png";
|
---|
| 1109 | text: auto;
|
---|
| 1110 | }
|
---|
| 1111 | node[man_made=windmill] {
|
---|
| 1112 | icon-image: "misc/landmark/windmill.png";
|
---|
| 1113 | text: auto;
|
---|
| 1114 | }
|
---|
| 1115 | node[man_made=works] {
|
---|
| 1116 | icon-image: "misc/landmark/works.png";
|
---|
| 1117 | text: auto;
|
---|
| 1118 | }
|
---|
| 1119 | node[man_made=water_works] {
|
---|
| 1120 | icon-image: "misc/landmark/water_works.png";
|
---|
| 1121 | text: auto;
|
---|
| 1122 | }
|
---|
| 1123 |
|
---|
| 1124 | /***************/
|
---|
| 1125 | /* office tags */
|
---|
| 1126 | /***************/
|
---|
| 1127 |
|
---|
| 1128 | area[office=company],
|
---|
| 1129 | area[office=government] {
|
---|
| 1130 | fill-color: office#de5696;
|
---|
| 1131 | }
|
---|
| 1132 | node[office=company] {
|
---|
| 1133 | icon-image: "icons/office_blue.png";
|
---|
| 1134 | text: auto;
|
---|
| 1135 | }
|
---|
| 1136 | node[office=government] {
|
---|
| 1137 | icon-image: "icons/office_pink.png";
|
---|
| 1138 | text: auto;
|
---|
| 1139 | }
|
---|
| 1140 |
|
---|
| 1141 | /****************/
|
---|
| 1142 | /* leisure tags */
|
---|
| 1143 | /****************/
|
---|
| 1144 |
|
---|
| 1145 | area[leisure=sports_centre],
|
---|
| 1146 | area[leisure=golf_course],
|
---|
| 1147 | area[leisure=stadium],
|
---|
| 1148 | area[leisure=track]:closed,
|
---|
| 1149 | area[leisure=pitch],
|
---|
| 1150 | area[leisure=water_park] {
|
---|
| 1151 | fill-color: leisure#c7f1a3;
|
---|
| 1152 | }
|
---|
| 1153 | node[leisure=sports_centre] {
|
---|
| 1154 | icon-image: "sport/centre.png";
|
---|
| 1155 | text: auto;
|
---|
| 1156 | }
|
---|
| 1157 | node[leisure=golf_course] {
|
---|
| 1158 | icon-image: "sport/golf.png";
|
---|
| 1159 | text: auto;
|
---|
| 1160 | }
|
---|
| 1161 | node[leisure=stadium] {
|
---|
| 1162 | icon-image: "sport/stadium.png";
|
---|
| 1163 | text: auto;
|
---|
| 1164 | }
|
---|
| 1165 | way[leisure=track] {
|
---|
| 1166 | width: 2;
|
---|
| 1167 | color: leisure#c7f1a3;
|
---|
| 1168 | }
|
---|
| 1169 | node[leisure=track] {
|
---|
| 1170 | icon-image: "sport/track.png";
|
---|
| 1171 | text: auto;
|
---|
| 1172 | }
|
---|
| 1173 | node[leisure=pitch] {
|
---|
| 1174 | icon-image: "sport/pitch.png";
|
---|
| 1175 | text: auto;
|
---|
| 1176 | }
|
---|
| 1177 | node[leisure=water_park] {
|
---|
| 1178 | icon-image: "leisure/water_park.png";
|
---|
| 1179 | text: auto;
|
---|
| 1180 | }
|
---|
| 1181 | area[leisure=marina] {
|
---|
| 1182 | fill-color: marina#0070cf;
|
---|
| 1183 | }
|
---|
| 1184 | node[leisure=marina] {
|
---|
| 1185 | icon-image: "nautical/marina.png";
|
---|
| 1186 | text: auto;
|
---|
| 1187 | }
|
---|
| 1188 | area[leisure=slipway],
|
---|
| 1189 | area[leisure=fishing],
|
---|
| 1190 | area[leisure=nature_reserve],
|
---|
| 1191 | area[leisure=park],
|
---|
| 1192 | area[leisure=playground],
|
---|
| 1193 | area[leisure=garden],
|
---|
[7148] | 1194 | area[leisure=common] {
|
---|
[7041] | 1195 | fill-color: leisure#c7f1a3;
|
---|
| 1196 | }
|
---|
| 1197 | node[leisure=slipway] {
|
---|
| 1198 | icon-image: "nautical/slipway.png";
|
---|
| 1199 | text: auto;
|
---|
| 1200 | }
|
---|
| 1201 | node[leisure=fishing] {
|
---|
| 1202 | icon-image: "sport/fishing.png";
|
---|
| 1203 | text: auto;
|
---|
| 1204 | }
|
---|
| 1205 | node[leisure=nature_reserve] {
|
---|
| 1206 | icon-image: "leisure/nature_reserve.png";
|
---|
| 1207 | text: auto;
|
---|
| 1208 | }
|
---|
| 1209 | node[leisure=park] {
|
---|
| 1210 | icon-image: "leisure/park.png";
|
---|
| 1211 | text: auto;
|
---|
| 1212 | }
|
---|
| 1213 | node[leisure=playground] {
|
---|
| 1214 | icon-image: "leisure/playground.png";
|
---|
| 1215 | text: auto;
|
---|
| 1216 | }
|
---|
| 1217 | node[leisure=garden] {
|
---|
| 1218 | icon-image: "leisure/garden.png";
|
---|
| 1219 | text: auto;
|
---|
| 1220 | }
|
---|
| 1221 | node[leisure=common] {
|
---|
| 1222 | icon-image: "leisure/common.png";
|
---|
| 1223 | text: auto;
|
---|
| 1224 | }
|
---|
[7148] | 1225 | area[leisure=swimming_pool] {
|
---|
| 1226 | fill-color: swimming_pool#51c4ef;
|
---|
| 1227 | }
|
---|
[7041] | 1228 | node[leisure=swimming_pool] {
|
---|
| 1229 | icon-image: "sport/pool.png";
|
---|
| 1230 | text: auto;
|
---|
| 1231 | }
|
---|
[7148] | 1232 | area[leisure=miniature_golf],
|
---|
| 1233 | area[leisure=dog_park],
|
---|
| 1234 | area[leisure=ice_rink],
|
---|
| 1235 | area[leisure=sauna] {
|
---|
| 1236 | fill-color: leisure#c7f1a3;
|
---|
| 1237 | }
|
---|
[7041] | 1238 | node[leisure=miniature_golf] {
|
---|
| 1239 | icon-image: "sport/golf.png";
|
---|
| 1240 | text: auto;
|
---|
| 1241 | }
|
---|
| 1242 | node[leisure=dog_park] {
|
---|
| 1243 | icon-image: "leisure/dog.png";
|
---|
| 1244 | text: auto;
|
---|
| 1245 | }
|
---|
| 1246 | node[leisure=ice_rink] {
|
---|
| 1247 | icon-image: "sport/hockey.png";
|
---|
| 1248 | text: auto;
|
---|
| 1249 | }
|
---|
| 1250 | node[leisure=sauna] {
|
---|
| 1251 | icon-image: "leisure/sauna.png";
|
---|
| 1252 | text: auto;
|
---|
| 1253 | }
|
---|
| 1254 |
|
---|
| 1255 | /*************/
|
---|
| 1256 | /* shop tags */
|
---|
| 1257 | /*************/
|
---|
| 1258 |
|
---|
| 1259 | area[shop=supermarket],
|
---|
| 1260 | area[shop=convenience],
|
---|
| 1261 | area[shop=bakery],
|
---|
| 1262 | area[shop=butcher],
|
---|
| 1263 | area[shop=bicycle],
|
---|
| 1264 | area[shop=doityourself],
|
---|
| 1265 | area[shop=dry_cleaning],
|
---|
| 1266 | area[shop=laundry],
|
---|
| 1267 | area[shop=outdoor],
|
---|
| 1268 | area[shop=kiosk],
|
---|
| 1269 | area[shop=alcohol],
|
---|
| 1270 | area[shop=beverages],
|
---|
| 1271 | area[shop=books],
|
---|
| 1272 | area[shop=boutique],
|
---|
| 1273 | area[shop=car],
|
---|
| 1274 | area[shop=car_dealer],
|
---|
| 1275 | area[shop=car_repair],
|
---|
| 1276 | area[shop=tyres],
|
---|
| 1277 | area[shop=chemist],
|
---|
| 1278 | area[shop=clothes],
|
---|
| 1279 | area[shop=computer],
|
---|
| 1280 | area[shop=confectionery],
|
---|
| 1281 | area[shop=copyshop],
|
---|
| 1282 | area[shop=curtain],
|
---|
| 1283 | area[shop=cycle_repair],
|
---|
| 1284 | area[shop=department_store],
|
---|
| 1285 | area[shop=deli],
|
---|
| 1286 | area[shop=electronics],
|
---|
| 1287 | area[shop=erotic],
|
---|
| 1288 | area[shop=furniture],
|
---|
| 1289 | area[shop=fabric],
|
---|
| 1290 | area[shop=florist],
|
---|
| 1291 | area[shop=frame],
|
---|
| 1292 | area[shop=gift],
|
---|
| 1293 | area[shop=greengrocer],
|
---|
| 1294 | area[shop=garden_centre],
|
---|
| 1295 | area[shop=hairdresser],
|
---|
| 1296 | area[shop=hardware],
|
---|
| 1297 | area[shop=hearing_aids],
|
---|
| 1298 | area[shop=hifi],
|
---|
| 1299 | area[shop=jewelry],
|
---|
| 1300 | area[shop=kitchen],
|
---|
| 1301 | area[shop=mall],
|
---|
| 1302 | area[shop=mobile_phone],
|
---|
| 1303 | area[shop=motorcycle],
|
---|
| 1304 | area[shop=musical_instrument],
|
---|
| 1305 | area[shop=newsagent],
|
---|
| 1306 | area[shop=optician],
|
---|
| 1307 | area[shop=paint],
|
---|
| 1308 | area[shop=pawnbroker],
|
---|
| 1309 | area[shop=seafood],
|
---|
| 1310 | area[shop=shoes],
|
---|
| 1311 | area[shop=sports],
|
---|
| 1312 | area[shop=stationery],
|
---|
| 1313 | area[shop=tailor],
|
---|
| 1314 | area[shop=travel_agency],
|
---|
| 1315 | area[shop=toys],
|
---|
| 1316 | area[shop=vacuum_cleaner],
|
---|
| 1317 | area[shop=variety_store],
|
---|
| 1318 | area[shop=video],
|
---|
| 1319 | area[shop=bookmaker],
|
---|
| 1320 | area[shop=lottery],
|
---|
| 1321 | area[shop=shopping_centre] {
|
---|
| 1322 | fill-color: shop#00005f;
|
---|
| 1323 | }
|
---|
| 1324 | node[shop=supermarket] {
|
---|
| 1325 | icon-image: "shop/supermarket.png";
|
---|
| 1326 | text: auto;
|
---|
| 1327 | }
|
---|
| 1328 | node[shop=convenience] {
|
---|
| 1329 | icon-image: "shop/convenience.png";
|
---|
| 1330 | text: auto;
|
---|
| 1331 | }
|
---|
| 1332 | node[shop=bakery] {
|
---|
| 1333 | icon-image: "shop/groceries/bakery.png";
|
---|
| 1334 | text: auto;
|
---|
| 1335 | }
|
---|
| 1336 | node[shop=butcher] {
|
---|
| 1337 | icon-image: "shop/groceries/butcher.png";
|
---|
| 1338 | text: auto;
|
---|
| 1339 | }
|
---|
| 1340 | node[shop=bicycle] {
|
---|
| 1341 | icon-image: "sport/bicycle.png";
|
---|
| 1342 | text: auto;
|
---|
| 1343 | }
|
---|
| 1344 | node[shop=doityourself] {
|
---|
| 1345 | icon-image: "shop/diy_store.png";
|
---|
| 1346 | text: auto;
|
---|
| 1347 | }
|
---|
| 1348 | node[shop=dry_cleaning],
|
---|
| 1349 | node[shop=laundry] {
|
---|
| 1350 | icon-image: "shop/laundry.png";
|
---|
| 1351 | text: auto;
|
---|
| 1352 | }
|
---|
| 1353 | node[shop=outdoor] {
|
---|
| 1354 | icon-image: "shop/sports/outdoor.png";
|
---|
| 1355 | text: auto;
|
---|
| 1356 | }
|
---|
| 1357 | node[shop=kiosk] {
|
---|
| 1358 | icon-image: "shop/kiosk.png";
|
---|
| 1359 | text: auto;
|
---|
| 1360 | }
|
---|
| 1361 | node[shop=alcohol],
|
---|
| 1362 | node[shop=beverages] {
|
---|
| 1363 | icon-image: "shop/beverages.png";
|
---|
| 1364 | text: auto;
|
---|
| 1365 | }
|
---|
| 1366 | node[shop=books] {
|
---|
| 1367 | icon-image: "shop/rental/library.png";
|
---|
| 1368 | text: auto;
|
---|
| 1369 | }
|
---|
| 1370 | node[shop=boutique] {
|
---|
| 1371 | icon-image: "shop/boutique.png";
|
---|
| 1372 | text: auto;
|
---|
| 1373 | }
|
---|
| 1374 | node[shop=car],
|
---|
| 1375 | node[shop=car_dealer] {
|
---|
| 1376 | icon-image: "transport/car.png";
|
---|
| 1377 | text: auto;
|
---|
| 1378 | }
|
---|
| 1379 | node[shop=car_repair] {
|
---|
| 1380 | icon-image: "vehicle/repair_shop.png";
|
---|
| 1381 | text: auto;
|
---|
| 1382 | }
|
---|
| 1383 | node[shop=tyres] {
|
---|
| 1384 | icon-image: "vehicle/tyres.png";
|
---|
| 1385 | text: auto;
|
---|
| 1386 | }
|
---|
| 1387 | node[shop=chemist] {
|
---|
| 1388 | icon-image: "shop/chemist.png";
|
---|
| 1389 | text: auto;
|
---|
| 1390 | }
|
---|
| 1391 | node[shop=clothes] {
|
---|
| 1392 | icon-image: "shop/clothes.png";
|
---|
| 1393 | text: auto;
|
---|
| 1394 | }
|
---|
| 1395 | node[shop=computer] {
|
---|
| 1396 | icon-image: "shop/computer.png";
|
---|
| 1397 | text: auto;
|
---|
| 1398 | }
|
---|
| 1399 | node[shop=confectionery] {
|
---|
| 1400 | icon-image: "shop/groceries/confectionery.png";
|
---|
| 1401 | text: auto;
|
---|
| 1402 | }
|
---|
| 1403 | node[shop=copyshop] {
|
---|
| 1404 | icon-image: "shop/copyshop.png";
|
---|
| 1405 | text: auto;
|
---|
| 1406 | }
|
---|
| 1407 | node[shop=curtain] {
|
---|
| 1408 | icon-image: "shop/curtain.png";
|
---|
| 1409 | text: auto;
|
---|
| 1410 | }
|
---|
| 1411 | node[shop=cycle_repair] {
|
---|
| 1412 | icon-image: "sport/bicycle.png";
|
---|
| 1413 | text: auto;
|
---|
| 1414 | }
|
---|
| 1415 | node[shop=department_store] {
|
---|
| 1416 | icon-image: "shop/mall.png";
|
---|
| 1417 | text: auto;
|
---|
| 1418 | }
|
---|
| 1419 | node[shop=deli] {
|
---|
| 1420 | icon-image: "shop/groceries/deli.png";
|
---|
| 1421 | text: auto;
|
---|
| 1422 | }
|
---|
| 1423 | node[shop=electronics] {
|
---|
| 1424 | icon-image: "shop/electronics.png";
|
---|
| 1425 | text: auto;
|
---|
| 1426 | }
|
---|
| 1427 | node[shop=erotic] {
|
---|
| 1428 | icon-image:"shop/erotic.png";
|
---|
| 1429 | text: auto;
|
---|
| 1430 | }
|
---|
| 1431 | node[shop=furniture] {
|
---|
| 1432 | icon-image: "shop/furniture.png";
|
---|
| 1433 | text: auto;
|
---|
| 1434 | }
|
---|
| 1435 | node[shop=fabric] {
|
---|
| 1436 | icon-image: "shop/fabric.png";
|
---|
| 1437 | text: auto;
|
---|
| 1438 | }
|
---|
| 1439 | node[shop=florist] {
|
---|
| 1440 | icon-image: "shop/florist.png";
|
---|
| 1441 | text: auto;
|
---|
| 1442 | }
|
---|
| 1443 | node[shop=frame] {
|
---|
| 1444 | icon-image: "shop/frame.png";
|
---|
| 1445 | text: auto;
|
---|
| 1446 | }
|
---|
| 1447 | node[shop=gift] {
|
---|
| 1448 | icon-image: "presets/present.svg";
|
---|
| 1449 | text: auto;
|
---|
| 1450 | }
|
---|
| 1451 | node[shop=greengrocer] {
|
---|
| 1452 | icon-image: "shop/groceries/greengrocer.png";
|
---|
| 1453 | text: auto;
|
---|
| 1454 | }
|
---|
| 1455 | node[shop=garden_centre] {
|
---|
| 1456 | icon-image: "shop/garden_centre.png";
|
---|
| 1457 | text: auto;
|
---|
| 1458 | }
|
---|
| 1459 | node[shop=hairdresser] {
|
---|
| 1460 | icon-image: "shop/hairdresser.png";
|
---|
| 1461 | text: auto;
|
---|
| 1462 | }
|
---|
| 1463 | node[shop=hardware] {
|
---|
| 1464 | icon-image: "shop/hardware.png";
|
---|
| 1465 | text: auto;
|
---|
| 1466 | }
|
---|
| 1467 | node[shop=hearing_aids] {
|
---|
| 1468 | icon-image: "shop/hearing_aids.png";
|
---|
| 1469 | text: auto;
|
---|
| 1470 | }
|
---|
| 1471 | node[shop=hifi] {
|
---|
| 1472 | icon-image: "shop/hifi.png";
|
---|
| 1473 | text: auto;
|
---|
| 1474 | }
|
---|
| 1475 | node[shop=jewelry] {
|
---|
| 1476 | icon-image: "shop/jewelry.png";
|
---|
| 1477 | text: auto;
|
---|
| 1478 | }
|
---|
| 1479 | node[shop=kitchen] {
|
---|
| 1480 | icon-image: "shop/kitchen.png";
|
---|
| 1481 | text: auto;
|
---|
| 1482 | }
|
---|
| 1483 | node[shop=mall] {
|
---|
| 1484 | icon-image: "shop/mall.png";
|
---|
| 1485 | text: auto;
|
---|
| 1486 | }
|
---|
| 1487 | node[shop=mobile_phone] {
|
---|
| 1488 | icon-image: "shop/mobile_phone.png";
|
---|
| 1489 | text: auto;
|
---|
| 1490 | }
|
---|
| 1491 | node[shop=motorcycle] {
|
---|
| 1492 | icon-image: "vehicle/motorbike.png";
|
---|
| 1493 | text: auto;
|
---|
| 1494 | }
|
---|
| 1495 | node[shop=musical_instrument] {
|
---|
| 1496 | icon-image: "shop/musical_instrument.png";
|
---|
| 1497 | text: auto;
|
---|
| 1498 | }
|
---|
| 1499 | node[shop=newsagent] {
|
---|
| 1500 | icon-image: "shop/kiosk.png";
|
---|
| 1501 | text: auto;
|
---|
| 1502 | }
|
---|
| 1503 | node[shop=optician] {
|
---|
| 1504 | icon-image: "shop/optician.png";
|
---|
| 1505 | text: auto;
|
---|
| 1506 | }
|
---|
| 1507 | node[shop=paint] {
|
---|
| 1508 | icon-image: "shop/paint.png";
|
---|
| 1509 | text: auto;
|
---|
| 1510 | }
|
---|
| 1511 | node[shop=pawnbroker] {
|
---|
| 1512 | icon-image: "presets/pawnbroker.svg";
|
---|
| 1513 | text: auto;
|
---|
| 1514 | }
|
---|
| 1515 | node[shop=seafood] {
|
---|
| 1516 | icon-image: "shop/groceries/seafood.png";
|
---|
| 1517 | text: auto;
|
---|
| 1518 | }
|
---|
| 1519 | node[shop=shoes] {
|
---|
| 1520 | icon-image: "shop/shoes.png";
|
---|
| 1521 | text: auto;
|
---|
| 1522 | }
|
---|
| 1523 | node[shop=sports] {
|
---|
| 1524 | icon-image: "sport/multi.png";
|
---|
| 1525 | text: auto;
|
---|
| 1526 | }
|
---|
| 1527 | node[shop=stationery] {
|
---|
| 1528 | icon-image: "shop/stationery.png";
|
---|
| 1529 | text: auto;
|
---|
| 1530 | }
|
---|
| 1531 | node[shop=tailor] {
|
---|
| 1532 | icon-image: "shop/tailor.png";
|
---|
| 1533 | text: auto;
|
---|
| 1534 | }
|
---|
| 1535 | node[shop=travel_agency] {
|
---|
| 1536 | icon-image: "place/island.png";
|
---|
| 1537 | text: auto;
|
---|
| 1538 | }
|
---|
| 1539 | node[shop=toys] {
|
---|
| 1540 | icon-image: "shop/toys.png";
|
---|
| 1541 | text: auto;
|
---|
| 1542 | }
|
---|
| 1543 | node[shop=vacuum_cleaner] {
|
---|
| 1544 | icon-image: "shop/vacuum_cleaner.png";
|
---|
| 1545 | text: auto;
|
---|
| 1546 | }
|
---|
| 1547 | node[shop=variety_store] {
|
---|
| 1548 | icon-image: "shop/variety_store.png";
|
---|
| 1549 | text: auto;
|
---|
| 1550 | }
|
---|
| 1551 | node[shop=video] {
|
---|
| 1552 | icon-image: "shop/video.png";
|
---|
| 1553 | text: auto;
|
---|
| 1554 | }
|
---|
| 1555 | node[shop=bookmaker] {
|
---|
| 1556 | icon-image: "presets/lottery.svg";
|
---|
| 1557 | text: auto;
|
---|
| 1558 | }
|
---|
| 1559 | node[shop=lottery] {
|
---|
| 1560 | icon-image: "presets/lottery.svg";
|
---|
| 1561 | text: auto;
|
---|
| 1562 | }
|
---|
| 1563 | /* duplicate of shopping_centre? */
|
---|
| 1564 | node[shop=shopping_centre] {
|
---|
| 1565 | icon-image: "shop/mall.png";
|
---|
| 1566 | text: auto;
|
---|
| 1567 | }
|
---|
| 1568 |
|
---|
| 1569 | /****************/
|
---|
| 1570 | /* amenity tags */
|
---|
| 1571 | /****************/
|
---|
| 1572 |
|
---|
| 1573 | area[amenity=pub],
|
---|
| 1574 | area[amenity=biergarten],
|
---|
| 1575 | area[amenity=nightclub],
|
---|
| 1576 | area[amenity=stripclub],
|
---|
| 1577 | area[amenity=brothel],
|
---|
| 1578 | area[amenity=cafe],
|
---|
| 1579 | area[amenity=restaurant],
|
---|
| 1580 | area[amenity=food_court],
|
---|
| 1581 | area[amenity=fast_food],
|
---|
| 1582 | area[amenity=bar],
|
---|
| 1583 | area[amenity=ice_cream] {
|
---|
| 1584 | fill-color: amenity#ecba52;
|
---|
| 1585 | }
|
---|
| 1586 | node[amenity=pub] {
|
---|
| 1587 | icon-image: "food/pub.png";
|
---|
| 1588 | text: auto;
|
---|
| 1589 | }
|
---|
| 1590 | node[amenity=biergarten] {
|
---|
| 1591 | icon-image: "food/biergarten.png";
|
---|
| 1592 | text: auto;
|
---|
| 1593 | }
|
---|
| 1594 | node[amenity=nightclub] {
|
---|
| 1595 | icon-image: "leisure/nightclub.png";
|
---|
| 1596 | text: auto;
|
---|
| 1597 | }
|
---|
| 1598 | node[amenity=stripclub] {
|
---|
| 1599 | icon-image: "leisure/stripclub.png";
|
---|
| 1600 | text: auto;
|
---|
| 1601 | }
|
---|
| 1602 | node[amenity=brothel] {
|
---|
| 1603 | icon-image: "leisure/stripclub.png";
|
---|
| 1604 | text: auto;
|
---|
| 1605 | }
|
---|
| 1606 | node[amenity=cafe] {
|
---|
| 1607 | icon-image: "food/cafe.png";
|
---|
| 1608 | text: auto;
|
---|
| 1609 | }
|
---|
| 1610 | node[amenity=restaurant],
|
---|
| 1611 | node[amenity=food_court] {
|
---|
| 1612 | icon-image: "food/restaurant.png";
|
---|
| 1613 | text: auto;
|
---|
| 1614 | }
|
---|
| 1615 | node[amenity=fast_food] {
|
---|
| 1616 | icon-image: "food/fastfood.png";
|
---|
| 1617 | text: auto;
|
---|
| 1618 | }
|
---|
| 1619 | node[amenity=bar] {
|
---|
| 1620 | icon-image: "food/bar.png";
|
---|
| 1621 | text: auto;
|
---|
| 1622 | }
|
---|
| 1623 | node[amenity=ice_cream] {
|
---|
| 1624 | icon-image: "food/icecream.png";
|
---|
| 1625 | text: auto;
|
---|
| 1626 | }
|
---|
| 1627 | area[amenity=parking_space],
|
---|
| 1628 | area[amenity=parking],
|
---|
| 1629 | area[parking=multi-storey],
|
---|
| 1630 | area[amenity=motorcycle_parking],
|
---|
| 1631 | area[amenity=bicycle_parking],
|
---|
| 1632 | area[parking=park_and_ride],
|
---|
| 1633 | area[parking=underground],
|
---|
| 1634 | area[parking=surface],
|
---|
| 1635 | area[amenity=bicycle_rental],
|
---|
| 1636 | area[amenity=car_rental],
|
---|
| 1637 | area[amenity=car_sharing],
|
---|
| 1638 | area[amenity=car_wash],
|
---|
| 1639 | area[amenity=taxi],
|
---|
| 1640 | area[amenity=fuel],
|
---|
| 1641 | area[amenity=charging_station] {
|
---|
| 1642 | fill-color: amenity_traffic#f7efb7;
|
---|
| 1643 | }
|
---|
| 1644 | node[amenity=parking_space] {
|
---|
| 1645 | icon-image: "vehicle/parking.png";
|
---|
| 1646 | text: auto;
|
---|
| 1647 | /* priority="-500"*/
|
---|
| 1648 | }node[amenity=parking] {
|
---|
| 1649 | icon-image: vehicle/parking.png;
|
---|
| 1650 | text: auto;
|
---|
| 1651 | }
|
---|
| 1652 | node[parking=multi-storey] {
|
---|
| 1653 | icon-image: "vehicle/parking/multi-storey.png";
|
---|
| 1654 | text: auto;
|
---|
| 1655 | /* priority="10000"*/
|
---|
| 1656 | }
|
---|
| 1657 | node[amenity=motorcycle_parking] {
|
---|
| 1658 | icon-image: "vehicle/parking/motorbike.png";
|
---|
| 1659 | text: auto;
|
---|
| 1660 | /* priority="20000";*/
|
---|
| 1661 | }
|
---|
| 1662 | node[amenity=bicycle_parking] {
|
---|
| 1663 | icon-image: "vehicle/parking/bicycle.png";
|
---|
| 1664 | text: auto;
|
---|
| 1665 | /* priority="20000"*/
|
---|
| 1666 | }
|
---|
| 1667 | node[parking=park_and_ride] {
|
---|
| 1668 | icon-image: "vehicle/parking/park_ride.png";
|
---|
| 1669 | text: auto;
|
---|
| 1670 | }
|
---|
| 1671 | node[parking=underground] {
|
---|
| 1672 | icon-image: "vehicle/parking/underground.png";
|
---|
| 1673 | text: auto;
|
---|
| 1674 | }
|
---|
| 1675 | node[parking=surface] {
|
---|
| 1676 | icon-image: "vehicle/parking.png";
|
---|
| 1677 | text: auto;
|
---|
| 1678 | }
|
---|
| 1679 | node[amenity=parking_space][wheelchair?] {
|
---|
| 1680 | icon-image: "vehicle/parking/handicapped.png";
|
---|
| 1681 | text: auto;
|
---|
| 1682 | }
|
---|
| 1683 | node[amenity=bicycle_rental] {
|
---|
| 1684 | icon-image: "vehicle/rental/bicycle.png";
|
---|
| 1685 | text: auto;
|
---|
| 1686 | }
|
---|
| 1687 | node[amenity=car_rental] {
|
---|
| 1688 | icon-image: "vehicle/rental/car.png";
|
---|
| 1689 | text: auto;
|
---|
| 1690 | }
|
---|
| 1691 | node[amenity=car_sharing] {
|
---|
| 1692 | icon-image: "vehicle/car_sharing.png";
|
---|
| 1693 | text: auto;
|
---|
| 1694 | }
|
---|
| 1695 | node[amenity=car_wash] {
|
---|
| 1696 | icon-image: "vehicle/car_wash.png";
|
---|
| 1697 | text: auto;
|
---|
| 1698 | }
|
---|
| 1699 | node[amenity=taxi] {
|
---|
| 1700 | icon-image: "transport/taxi.png";
|
---|
| 1701 | text: auto;
|
---|
| 1702 | }
|
---|
| 1703 | node[amenity=fuel] {
|
---|
| 1704 | icon-image: "vehicle/fuel.png";
|
---|
| 1705 | text: auto;
|
---|
| 1706 | /* priority="10000"*/
|
---|
| 1707 | }
|
---|
| 1708 | node[amenity=charging_station] {
|
---|
| 1709 | icon-image: "accommodation/camping/hookup.png";
|
---|
| 1710 | text: auto;
|
---|
| 1711 | /* priority="1000"*/
|
---|
| 1712 | }
|
---|
| 1713 | node[amenity=grit_bin] {
|
---|
| 1714 | icon-image: "misc/grit_bin.png";
|
---|
| 1715 | text: auto;
|
---|
| 1716 | }
|
---|
| 1717 | area[amenity=telephone] {
|
---|
| 1718 | fill-color: amenity_light#f7efb7;
|
---|
| 1719 | }
|
---|
| 1720 | node[amenity=telephone] {
|
---|
| 1721 | icon-image: "service/telephone.png";
|
---|
| 1722 | text: auto;
|
---|
| 1723 | }
|
---|
| 1724 | node[amenity=clock] {
|
---|
| 1725 | icon-image: "service/clock.png";
|
---|
| 1726 | text: auto;
|
---|
| 1727 | }
|
---|
| 1728 | /* Rule to delete by end of 2013 if this deprecated tag has finally been replaced by emergency=phone below */
|
---|
| 1729 | area[amenity=emergency_phone] {
|
---|
| 1730 | fill-color: amenity_light#f7efb7;
|
---|
| 1731 | }
|
---|
| 1732 | node[amenity=emergency_phone] {
|
---|
| 1733 | icon-image: "vehicle/emergency_phone.png";
|
---|
| 1734 | text: auto;
|
---|
| 1735 | }
|
---|
| 1736 | area[emergency=phone],
|
---|
| 1737 | area[emergency=aed],
|
---|
| 1738 | area[emergency=defibrillator],
|
---|
| 1739 | area[amenity=toilets],
|
---|
| 1740 | area[amenity=recycling] {
|
---|
| 1741 | fill-color: amenity_light#f7efb7;
|
---|
| 1742 | }
|
---|
| 1743 | node[emergency=phone] {
|
---|
| 1744 | icon-image: "vehicle/emergency_phone.png";
|
---|
| 1745 | text: auto;
|
---|
| 1746 | }
|
---|
| 1747 | node[emergency=aed] {
|
---|
| 1748 | icon-image: "presets/aed.svg";
|
---|
| 1749 | text: auto;
|
---|
| 1750 | }
|
---|
| 1751 | node[emergency=defibrillator] {
|
---|
| 1752 | icon-image: "presets/aed.svg";
|
---|
| 1753 | text: auto;
|
---|
| 1754 | }
|
---|
| 1755 | node[amenity=toilets] {
|
---|
| 1756 | icon-image: "service/toilets.png";
|
---|
| 1757 | text: auto;
|
---|
| 1758 | }
|
---|
| 1759 | node[amenity=recycling] {
|
---|
| 1760 | icon-image: "service/recycling.png";
|
---|
| 1761 | text: auto;
|
---|
| 1762 | }
|
---|
| 1763 | node[amenity=waste_basket] {
|
---|
| 1764 | icon-image: "service/recycling/trash-bin.png";
|
---|
| 1765 | text: auto;
|
---|
| 1766 | }
|
---|
| 1767 | node[amenity=waste_disposal] {
|
---|
| 1768 | icon-image: "service/recycling/waste_disposal.png";
|
---|
| 1769 | text: auto;
|
---|
| 1770 | }
|
---|
| 1771 | area[amenity=public_building],
|
---|
| 1772 | area[amenity=townhall],
|
---|
| 1773 | area[amenity=embassy],
|
---|
| 1774 | area[amenity=community_centre] {
|
---|
| 1775 | fill-color: amenity_light#f7efb7;
|
---|
| 1776 | }
|
---|
| 1777 | node[amenity=public_building],
|
---|
| 1778 | node[amenity=townhall] {
|
---|
| 1779 | icon-image: "service.png";
|
---|
| 1780 | text: auto;
|
---|
| 1781 | }
|
---|
| 1782 | node[amenity=embassy] {
|
---|
| 1783 | icon-image: "service/administration/embassy.png";
|
---|
| 1784 | text: auto;
|
---|
| 1785 | }
|
---|
| 1786 | node[amenity=community_centre] {
|
---|
| 1787 | icon-image: "service/community_centre.png";
|
---|
| 1788 | text: auto;
|
---|
| 1789 | }
|
---|
| 1790 | area[amenity=drinking_water],
|
---|
| 1791 | area[amenity=fountain] {
|
---|
| 1792 | fill-color: light_water#00005f;
|
---|
| 1793 | }
|
---|
| 1794 | node[amenity=drinking_water] {
|
---|
| 1795 | icon-image: "food/drinking_water.png";
|
---|
| 1796 | text: auto;
|
---|
| 1797 | }
|
---|
| 1798 | node[amenity=fountain] {
|
---|
| 1799 | icon-image: "misc/landmark/spring.png";
|
---|
| 1800 | text: auto;
|
---|
| 1801 | }
|
---|
| 1802 | area[amenity=place_of_worship],
|
---|
| 1803 | area[amenity=grave_yard],
|
---|
| 1804 | area[amenity=crematorium],
|
---|
| 1805 | area[amenity=post_office],
|
---|
| 1806 | area[amenity=post_box],
|
---|
| 1807 | area[amenity=studio],
|
---|
| 1808 | area[amenity=school],
|
---|
| 1809 | area[amenity=university],
|
---|
| 1810 | area[amenity=college],
|
---|
| 1811 | area[amenity=kindergarten],
|
---|
| 1812 | area[amenity=driving_school] {
|
---|
| 1813 | fill-color: amenity_light#f7efb7;
|
---|
| 1814 | }
|
---|
| 1815 | node[amenity=place_of_worship] {
|
---|
| 1816 | icon-image: "religion.png";
|
---|
| 1817 | text: auto;
|
---|
| 1818 | /* priority="-10000"*/
|
---|
| 1819 | }
|
---|
| 1820 | node[religion=bahai] {
|
---|
| 1821 | icon-image: "religion/bahai.png";
|
---|
| 1822 | text: auto;
|
---|
| 1823 | }
|
---|
| 1824 | node[religion=buddhist] {
|
---|
| 1825 | icon-image: "religion/buddhism.png";
|
---|
| 1826 | text: auto;
|
---|
| 1827 | }
|
---|
| 1828 | node[religion=christian] {
|
---|
| 1829 | icon-image: "religion/church.png";
|
---|
| 1830 | text: auto;
|
---|
| 1831 | }
|
---|
| 1832 | node[religion=hindu] {
|
---|
| 1833 | icon-image: "religion/hinduism.png";
|
---|
| 1834 | text: auto;
|
---|
| 1835 | }
|
---|
| 1836 | node[religion=jain] {
|
---|
| 1837 | icon-image: "religion/jainism.png";
|
---|
| 1838 | text: auto;
|
---|
| 1839 | }
|
---|
| 1840 | node[religion=jewish] {
|
---|
| 1841 | icon-image: "religion/jewish.png";
|
---|
| 1842 | text: auto;
|
---|
| 1843 | }
|
---|
| 1844 | node[religion=muslim] {
|
---|
| 1845 | icon-image: "religion/muslim.png";
|
---|
| 1846 | text: auto;
|
---|
| 1847 | }
|
---|
| 1848 | node[religion=sikh] {
|
---|
| 1849 | icon-image: "religion/sikhism.png";
|
---|
| 1850 | text: auto;
|
---|
| 1851 | }
|
---|
| 1852 | node[religion=shinto] {
|
---|
| 1853 | icon-image: "religion/shinto.png";
|
---|
| 1854 | text: auto;
|
---|
| 1855 | }
|
---|
| 1856 | node[religion=spiritualist] {
|
---|
| 1857 | icon-image: "misc/no_icon.png";
|
---|
| 1858 | text: auto;
|
---|
| 1859 | }
|
---|
| 1860 | node[religion=taoist] {
|
---|
| 1861 | icon-image: "religion/taoism.png";
|
---|
| 1862 | text: auto;
|
---|
| 1863 | }
|
---|
| 1864 | node[religion=unitarian] {
|
---|
| 1865 | icon-image: "misc/no_icon.png";
|
---|
| 1866 | text: auto;
|
---|
| 1867 | }
|
---|
| 1868 | node[religion=zoroastrian] {
|
---|
| 1869 | icon-image: "misc/no_icon.png";
|
---|
| 1870 | text: auto;
|
---|
| 1871 | }
|
---|
| 1872 | node[amenity=grave_yard] {
|
---|
| 1873 | icon-image: "rendering/landuse/cemetery.png";
|
---|
| 1874 | text: auto;
|
---|
| 1875 | }
|
---|
| 1876 | node[amenity=crematorium] {
|
---|
| 1877 | icon-image: "misc/no_icon.png";
|
---|
| 1878 | text: auto;
|
---|
| 1879 | }
|
---|
| 1880 | node[amenity=post_office] {
|
---|
| 1881 | icon-image: "service/post_office.png";
|
---|
| 1882 | text: auto;
|
---|
| 1883 | }
|
---|
| 1884 | node[amenity=post_box] {
|
---|
| 1885 | icon-image: "service/post_box.png";
|
---|
| 1886 | text: auto;
|
---|
| 1887 | }
|
---|
| 1888 | node[amenity=studio] {
|
---|
| 1889 | icon-image: "service/studio.png";
|
---|
| 1890 | text: auto;
|
---|
| 1891 | }
|
---|
| 1892 | node[amenity=school] {
|
---|
| 1893 | icon-image: "education/school.png";
|
---|
| 1894 | text: auto;
|
---|
| 1895 | }
|
---|
| 1896 | node[amenity=university] {
|
---|
| 1897 | icon-image: "education/university.png";
|
---|
| 1898 | text: auto;
|
---|
| 1899 | }
|
---|
| 1900 | node[amenity=college] {
|
---|
| 1901 | icon-image: "education/college.png";
|
---|
| 1902 | text: auto;
|
---|
| 1903 | }
|
---|
| 1904 | node[amenity=kindergarten] {
|
---|
| 1905 | icon-image: "education/kindergarten.png";
|
---|
| 1906 | text: auto;
|
---|
| 1907 | }
|
---|
| 1908 | node[amenity=driving_school] {
|
---|
| 1909 | icon-image: "education/driving_school.png";
|
---|
| 1910 | text: auto;
|
---|
| 1911 | }
|
---|
| 1912 | area[amenity=pharmacy],
|
---|
| 1913 | area[amenity=hospital],
|
---|
| 1914 | area[amenity=clinic],
|
---|
| 1915 | area[amenity=nursery],
|
---|
| 1916 | area[amenity=baby_hatch],
|
---|
| 1917 | area[amenity=doctors],
|
---|
| 1918 | area[amenity=dentist],
|
---|
| 1919 | area[amenity=veterinary] {
|
---|
| 1920 | fill-color: health#eeeeee;
|
---|
| 1921 | }
|
---|
| 1922 | node[amenity=pharmacy] {
|
---|
| 1923 | icon-image: "health/pharmacy.png";
|
---|
| 1924 | text: auto;
|
---|
| 1925 | }
|
---|
| 1926 | node[amenity=hospital],
|
---|
| 1927 | node[amenity=clinic] {
|
---|
| 1928 | icon-image: "health/hospital.png";
|
---|
| 1929 | text: auto;
|
---|
| 1930 | }
|
---|
| 1931 | node[amenity=nursery] {
|
---|
| 1932 | icon-image: "misc/no_icon.png";
|
---|
| 1933 | text: auto;
|
---|
| 1934 | }
|
---|
| 1935 | node[amenity=baby_hatch] {
|
---|
| 1936 | icon-image: "health/baby_hatch.png";
|
---|
| 1937 | text: auto;
|
---|
| 1938 | }
|
---|
| 1939 | node[amenity=doctors] {
|
---|
| 1940 | icon-image: "health/doctor.png";
|
---|
| 1941 | text: auto;
|
---|
| 1942 | }
|
---|
| 1943 | node[amenity=dentist] {
|
---|
| 1944 | icon-image: "health/dentist.png";
|
---|
| 1945 | text: auto;
|
---|
| 1946 | }
|
---|
| 1947 | node[amenity=veterinary] {
|
---|
| 1948 | icon-image: "health/veterinary.png";
|
---|
| 1949 | text: auto;
|
---|
| 1950 | }
|
---|
| 1951 | area[amenity=library],
|
---|
| 1952 | area[amenity=police],
|
---|
| 1953 | area[amenity=fire_station],
|
---|
| 1954 | area[amenity=bus_station],
|
---|
| 1955 | area[amenity=ferry_terminal],
|
---|
| 1956 | area[amenity=theatre],
|
---|
| 1957 | area[amenity=cinema],
|
---|
| 1958 | area[amenity=arts_centre],
|
---|
| 1959 | area[amenity=courthouse],
|
---|
| 1960 | area[amenity=prison],
|
---|
| 1961 | area[amenity=bank],
|
---|
| 1962 | area[amenity=bureau_de_change],
|
---|
| 1963 | area[amenity=atm],
|
---|
| 1964 | area[amenity=bbq] {
|
---|
| 1965 | fill-color: amenity_light#f7efb7;
|
---|
| 1966 | }
|
---|
| 1967 | node[amenity=library] {
|
---|
| 1968 | icon-image: "shop/rental/library.png";
|
---|
| 1969 | text: auto;
|
---|
| 1970 | }
|
---|
| 1971 | node[amenity=police] {
|
---|
| 1972 | icon-image: "service/police.png";
|
---|
| 1973 | text: auto;
|
---|
| 1974 | }
|
---|
| 1975 | node[amenity=fire_station] {
|
---|
| 1976 | icon-image: "service/firebrigade.png";
|
---|
| 1977 | text: auto;
|
---|
| 1978 | }
|
---|
| 1979 | node[amenity=bus_station] {
|
---|
| 1980 | icon-image: "transport/bus.png";
|
---|
| 1981 | text: auto;
|
---|
| 1982 | }
|
---|
| 1983 | node[amenity=ferry_terminal] {
|
---|
| 1984 | icon-image: "nautical/ferry.png";
|
---|
| 1985 | text: auto;
|
---|
| 1986 | }
|
---|
| 1987 | node[amenity=theatre] {
|
---|
| 1988 | icon-image: "leisure/theater.png";
|
---|
| 1989 | text: auto;
|
---|
| 1990 | }
|
---|
| 1991 | node[amenity=cinema] {
|
---|
| 1992 | icon-image: "leisure/cinema.png";
|
---|
| 1993 | text: auto;
|
---|
| 1994 | }
|
---|
| 1995 | node[amenity=arts_centre] {
|
---|
| 1996 | icon-image: "service/arts_centre.png";
|
---|
| 1997 | text: auto;
|
---|
| 1998 | }
|
---|
| 1999 | node[amenity=courthouse] {
|
---|
| 2000 | icon-image: "service/administration/court_of_law.png";
|
---|
| 2001 | text: auto;
|
---|
| 2002 | }
|
---|
| 2003 | node[amenity=prison] {
|
---|
| 2004 | icon-image: "service/administration/prison.png";
|
---|
| 2005 | text: auto;
|
---|
| 2006 | }
|
---|
| 2007 | node[amenity=bank] {
|
---|
| 2008 | icon-image: "money/bank.png";
|
---|
| 2009 | text: auto;
|
---|
| 2010 | }
|
---|
| 2011 | node[amenity=bureau_de_change] {
|
---|
| 2012 | icon-image: "money/exchange.png";
|
---|
| 2013 | text: auto;
|
---|
| 2014 | }
|
---|
| 2015 | node[amenity=atm] {
|
---|
| 2016 | icon-image: "money/atm.png";
|
---|
| 2017 | text: auto;
|
---|
| 2018 | }
|
---|
| 2019 | way[amenity=bench] {
|
---|
| 2020 | width: 2;
|
---|
| 2021 | color: amenity_light#f7efb7;
|
---|
| 2022 | }
|
---|
| 2023 | node[amenity=bench] {
|
---|
| 2024 | icon-image: "leisure/bench.png";
|
---|
| 2025 | text: auto;
|
---|
| 2026 | }
|
---|
| 2027 | node[amenity=bbq] {
|
---|
| 2028 | icon-image: "leisure/bbq.png";
|
---|
| 2029 | text: auto;
|
---|
| 2030 | }
|
---|
| 2031 | node[emergency=fire_hydrant] {
|
---|
| 2032 | icon-image: "service/fire_hydrant.png";
|
---|
| 2033 | text: auto;
|
---|
| 2034 | }
|
---|
| 2035 | area[amenity=shelter],
|
---|
| 2036 | area[amenity=hunting_stand],
|
---|
| 2037 | area[amenity=marketplace],
|
---|
| 2038 | area[amenity=wlan],
|
---|
| 2039 | area[amenity=vending_machine] {
|
---|
| 2040 | fill-color: amenity_light#f7efb7;
|
---|
| 2041 | }
|
---|
| 2042 | node[amenity=shelter] {
|
---|
| 2043 | icon-image: "accommodation/shelter.png";
|
---|
| 2044 | text: auto;
|
---|
| 2045 | }
|
---|
| 2046 | node[amenity=hunting_stand] {
|
---|
| 2047 | icon-image: "hunting_stand.png";
|
---|
| 2048 | text: auto;
|
---|
| 2049 | }
|
---|
| 2050 | node[amenity=marketplace] {
|
---|
| 2051 | icon-image: "place/marketplace.png";
|
---|
| 2052 | text: auto;
|
---|
| 2053 | }
|
---|
| 2054 | node[amenity=wlan] {
|
---|
| 2055 | icon-image: "wlan.png";
|
---|
| 2056 | text: auto;
|
---|
| 2057 | }
|
---|
| 2058 | node[amenity=vending_machine] {
|
---|
| 2059 | icon-image: "transport/ticket-machine.png";
|
---|
| 2060 | /* priority="-10"*/
|
---|
| 2061 | }
|
---|
| 2062 | node[vending=excrement_bags] {
|
---|
| 2063 | icon-image: "service/excrement_bags.png";
|
---|
| 2064 | text: auto;
|
---|
| 2065 | }
|
---|
| 2066 |
|
---|
| 2067 | /**************/
|
---|
| 2068 | /* craft tags */
|
---|
| 2069 | /**************/
|
---|
| 2070 |
|
---|
| 2071 | area[craft=painter],
|
---|
| 2072 | area[craft=plumber],
|
---|
| 2073 | area[craft=pottery],
|
---|
| 2074 | area[craft=stonemason],
|
---|
| 2075 | area[craft=tiler],
|
---|
| 2076 | area[craft=window_construction] {
|
---|
| 2077 | fill-color: craft#999900;
|
---|
| 2078 | }
|
---|
| 2079 | node[craft=painter] {
|
---|
| 2080 | icon-image: "craft/painter.png";
|
---|
| 2081 | text: auto;
|
---|
| 2082 | }
|
---|
| 2083 | node[craft=plumber] {
|
---|
| 2084 | icon-image: "craft/plumber.png";
|
---|
| 2085 | text: auto;
|
---|
| 2086 | }
|
---|
| 2087 | node[craft=pottery] {
|
---|
| 2088 | icon-image: "craft/pottery.png";
|
---|
| 2089 | text: auto;
|
---|
| 2090 | }
|
---|
| 2091 | node[craft=stonemason] {
|
---|
| 2092 | icon-image: "craft/stonemason.png";
|
---|
| 2093 | text: auto;
|
---|
| 2094 | }
|
---|
| 2095 | node[craft=tiler] {
|
---|
| 2096 | icon-image: "craft/tiler.png";
|
---|
| 2097 | text: auto;
|
---|
| 2098 | }
|
---|
| 2099 | node[craft=window_construction] {
|
---|
| 2100 | icon-image: "craft/window_construction.png";
|
---|
| 2101 | text: auto;
|
---|
| 2102 | }
|
---|
| 2103 |
|
---|
| 2104 | /****************/
|
---|
| 2105 | /* tourism tags */
|
---|
| 2106 | /****************/
|
---|
| 2107 |
|
---|
| 2108 | area[tourism=hotel],
|
---|
| 2109 | area[tourism=motel],
|
---|
| 2110 | area[tourism=guest_house],
|
---|
| 2111 | area[tourism=hostel],
|
---|
| 2112 | area[tourism=chalet],
|
---|
| 2113 | area[tourism=alpine_hut],
|
---|
| 2114 | area[tourism=camp_site],
|
---|
| 2115 | area[tourism=caravan_site] {
|
---|
| 2116 | fill-color: hotel#e1a0a2;
|
---|
| 2117 | }
|
---|
| 2118 | node[tourism=hotel] {
|
---|
| 2119 | icon-image: "accommodation.png";
|
---|
| 2120 | text: auto;
|
---|
| 2121 | }
|
---|
| 2122 | node[tourism=motel] {
|
---|
| 2123 | icon-image: "accommodation/motel.png";
|
---|
| 2124 | text: auto;
|
---|
| 2125 | }
|
---|
| 2126 | node[tourism=guest_house] {
|
---|
| 2127 | icon-image: "accommodation/guest_house.png";
|
---|
| 2128 | text: auto;
|
---|
| 2129 | }
|
---|
| 2130 | node[tourism=hostel] {
|
---|
| 2131 | icon-image: "accommodation/hostel.png";
|
---|
| 2132 | text: auto;
|
---|
| 2133 | }
|
---|
| 2134 | node[tourism=chalet] {
|
---|
| 2135 | icon-image: "accommodation/chalet.png";
|
---|
| 2136 | text: auto;
|
---|
| 2137 | }
|
---|
| 2138 | node[tourism=alpine_hut] {
|
---|
| 2139 | icon-image: "accommodation/alpine_hut.png";
|
---|
| 2140 | text: auto;
|
---|
| 2141 | }
|
---|
| 2142 | node[tourism=camp_site] {
|
---|
| 2143 | icon-image: "accommodation/camping.png";
|
---|
| 2144 | text: auto;
|
---|
| 2145 | }
|
---|
| 2146 | node[tourism=caravan_site] {
|
---|
| 2147 | icon-image: "accommodation/camping/caravan.png";
|
---|
| 2148 | text: auto;
|
---|
| 2149 | }
|
---|
| 2150 | area[tourism=picnic_site],
|
---|
| 2151 | area[tourism=viewpoint],
|
---|
| 2152 | area[tourism=theme_park],
|
---|
| 2153 | area[tourism=attraction],
|
---|
| 2154 | area[tourism=zoo],
|
---|
| 2155 | area[tourism=artwork],
|
---|
| 2156 | area[tourism=museum] {
|
---|
| 2157 | fill-color: tourism#e180a2;
|
---|
| 2158 | }
|
---|
| 2159 | node[tourism=picnic_site] {
|
---|
| 2160 | icon-image: "leisure/picnic.png";
|
---|
| 2161 | text: auto;
|
---|
| 2162 | }
|
---|
| 2163 | node[tourism=viewpoint] {
|
---|
| 2164 | icon-image: "sightseeing/viewpoint.png";
|
---|
| 2165 | text: auto;
|
---|
| 2166 | }
|
---|
| 2167 | node[tourism=theme_park] {
|
---|
| 2168 | icon-image: "leisure/theme_park.png";
|
---|
| 2169 | text: auto;
|
---|
| 2170 | }
|
---|
| 2171 | node[tourism=attraction] {
|
---|
| 2172 | icon-image: "sightseeing.png";
|
---|
| 2173 | text: auto;
|
---|
| 2174 | }
|
---|
| 2175 | node[tourism=zoo] {
|
---|
| 2176 | icon-image: "leisure/zoo.png";
|
---|
| 2177 | text: auto;
|
---|
| 2178 | }
|
---|
| 2179 | way[tourism=artwork] {
|
---|
| 2180 | width: 2;
|
---|
| 2181 | color: tourism#e180a2;
|
---|
| 2182 | }
|
---|
| 2183 | node[tourism=artwork] {
|
---|
| 2184 | icon-image: "service/arts_centre.png";
|
---|
| 2185 | text: auto;
|
---|
| 2186 | }
|
---|
| 2187 | node[tourism=museum] {
|
---|
| 2188 | icon-image: "sightseeing/museum.png";
|
---|
| 2189 | text: auto;
|
---|
| 2190 | }
|
---|
| 2191 |
|
---|
| 2192 | /********************/
|
---|
| 2193 | /* information tags */
|
---|
| 2194 | /********************/
|
---|
| 2195 |
|
---|
| 2196 | area[tourism=information] {
|
---|
| 2197 | fill-color: tourism#e180a2;
|
---|
| 2198 | }
|
---|
| 2199 | node[tourism=information] {
|
---|
| 2200 | icon-image: "misc/information.png";
|
---|
| 2201 | text: auto;
|
---|
| 2202 | }
|
---|
| 2203 | node[information=guidepost] {
|
---|
| 2204 | icon-image: "misc/information/guidepost.png";
|
---|
| 2205 | text: auto;
|
---|
| 2206 | /* priority="10"*/
|
---|
| 2207 | }
|
---|
| 2208 | area[information=office] {
|
---|
| 2209 | fill-color: tourism#e180a2;
|
---|
| 2210 | }
|
---|
| 2211 | node[information=office] {
|
---|
| 2212 | icon-image: "misc/information/informationoffice.png";
|
---|
| 2213 | text: auto;
|
---|
| 2214 | /* priority="10"*/
|
---|
| 2215 | }
|
---|
| 2216 | node[information=map] {
|
---|
| 2217 | icon-image: "misc/information/map.png";
|
---|
| 2218 | text: auto;
|
---|
| 2219 | /* priority="10"*/
|
---|
| 2220 | }
|
---|
| 2221 | node[information=board] {
|
---|
| 2222 | icon-image: "misc/information/board.png";
|
---|
| 2223 | text: auto;
|
---|
| 2224 | /* priority="10"*/
|
---|
| 2225 | }
|
---|
| 2226 |
|
---|
| 2227 | /*****************/
|
---|
| 2228 | /* historic tags */
|
---|
| 2229 | /*****************/
|
---|
| 2230 |
|
---|
| 2231 | area[historic=castle],
|
---|
| 2232 | area[historic=monument],
|
---|
| 2233 | area[historic=memorial],
|
---|
| 2234 | area[historic=archaeological_site],
|
---|
| 2235 | area[historic=ruins],
|
---|
| 2236 | area[historic=battlefield],
|
---|
| 2237 | area[historic=palaeontological_site],
|
---|
| 2238 | area[historic=wayside_cross],
|
---|
| 2239 | area[historic=wayside_shrine],
|
---|
| 2240 | area[historic=boundary_stone] {
|
---|
| 2241 | fill-color: historic#663300;
|
---|
| 2242 | }
|
---|
| 2243 | node[historic=castle] {
|
---|
| 2244 | icon-image: "sightseeing/castle.png";
|
---|
| 2245 | text: auto;
|
---|
| 2246 | }
|
---|
| 2247 | node[historic=monument] {
|
---|
| 2248 | icon-image: "sightseeing/monument.png";
|
---|
| 2249 | text: auto;
|
---|
| 2250 | }
|
---|
| 2251 | node[historic=memorial] {
|
---|
| 2252 | icon-image: "sightseeing/memorial.png";
|
---|
| 2253 | text: auto;
|
---|
| 2254 | }
|
---|
| 2255 | node[historic=archaeological_site] {
|
---|
| 2256 | icon-image: "sightseeing/archaeological.png";
|
---|
| 2257 | text: auto;
|
---|
| 2258 | }
|
---|
| 2259 | node[historic=ruins] {
|
---|
| 2260 | icon-image: "sightseeing/ruins.png";
|
---|
| 2261 | text: auto;
|
---|
| 2262 | }
|
---|
| 2263 | node[historic=battlefield] {
|
---|
| 2264 | icon-image: "sightseeing/battlefield.png";
|
---|
| 2265 | text: auto;
|
---|
| 2266 | }
|
---|
| 2267 | node[historic=palaeontological_site] {
|
---|
| 2268 | icon-image: "historic/palaeontological_site.png";
|
---|
| 2269 | text: auto;
|
---|
| 2270 | }
|
---|
| 2271 | node[historic=wayside_cross] {
|
---|
| 2272 | icon-image: "religion/wayside_cross.png";
|
---|
| 2273 | text: auto;
|
---|
| 2274 | }
|
---|
| 2275 | node[historic=wayside_shrine] {
|
---|
| 2276 | icon-image: "religion/wayside_shrine.png";
|
---|
| 2277 | text: auto;
|
---|
| 2278 | }
|
---|
| 2279 | node[historic=boundary_stone] {
|
---|
| 2280 | icon-image: "historic/boundary_stone.png";
|
---|
| 2281 | text: auto;
|
---|
| 2282 | }
|
---|
| 2283 |
|
---|
| 2284 | /****************/
|
---|
| 2285 | /* landuse tags */
|
---|
| 2286 | /****************/
|
---|
| 2287 |
|
---|
| 2288 | area[landuse=farm],
|
---|
| 2289 | area[landuse=farmland],
|
---|
| 2290 | area[landuse=meadow],
|
---|
| 2291 | area[landuse=vineyard],
|
---|
| 2292 | area[landuse=orchard] {
|
---|
| 2293 | fill-color: green#b1e0c2;
|
---|
| 2294 | }
|
---|
| 2295 | node[landuse=farm] {
|
---|
| 2296 | icon-image: "misc/landmark/farm.png";
|
---|
| 2297 | text: auto;
|
---|
| 2298 | }
|
---|
| 2299 | node[landuse=farmland] {
|
---|
| 2300 | icon-image: "misc/no_icon.png";
|
---|
| 2301 | text: auto;
|
---|
| 2302 | }
|
---|
| 2303 | node[landuse=meadow] {
|
---|
| 2304 | icon-image: "misc/no_icon.png";
|
---|
| 2305 | text: auto;
|
---|
| 2306 | }
|
---|
| 2307 | node[landuse=vineyard] {
|
---|
| 2308 | icon-image: "shop/groceries/fruits.png";
|
---|
| 2309 | text: auto;
|
---|
| 2310 | }
|
---|
| 2311 | area[landuse=quarry] {
|
---|
| 2312 | fill-color: quarry#888888;
|
---|
| 2313 | }
|
---|
| 2314 | node[landuse=quarry] {
|
---|
| 2315 | icon-image: "misc/landmark/mine.png";
|
---|
| 2316 | text: auto;
|
---|
| 2317 | }
|
---|
| 2318 | area[landuse=landfill] {
|
---|
| 2319 | fill-color: landfill#663300;
|
---|
| 2320 | }
|
---|
| 2321 | node[landuse=landfill] {
|
---|
| 2322 | icon-image: "misc/no_icon.png";
|
---|
| 2323 | text: auto;
|
---|
| 2324 | }
|
---|
| 2325 | area[landuse=basin],
|
---|
| 2326 | area[landuse=reservoir] {
|
---|
| 2327 | fill-color: basin#0000bf;
|
---|
| 2328 | }
|
---|
| 2329 | node[landuse=basin],
|
---|
| 2330 | node[landuse=reservoir] {
|
---|
| 2331 | icon-image: "misc/no_icon.png";
|
---|
| 2332 | text: auto;
|
---|
| 2333 | }
|
---|
| 2334 | area[landuse=forest] {
|
---|
| 2335 | fill-color: forest#b1efc8;
|
---|
| 2336 | }
|
---|
| 2337 | node[landuse=forest] {
|
---|
| 2338 | icon-image: "misc/landmark/trees.png";
|
---|
| 2339 | text: auto;
|
---|
| 2340 | }
|
---|
| 2341 | area[landuse=allotments],
|
---|
| 2342 | area[landuse=greenhouse_horticulture],
|
---|
[7042] | 2343 | area[landuse=plant_nursery],
|
---|
[7041] | 2344 | area[landuse=grass] {
|
---|
| 2345 | fill-color: green#b1e0c2;
|
---|
| 2346 | }
|
---|
| 2347 | node[landuse=allotments] {
|
---|
| 2348 | icon-image: "misc/landmark/plant.png";
|
---|
| 2349 | text: auto;
|
---|
| 2350 | }
|
---|
| 2351 | node[landuse=greenhouse_horticulture] {
|
---|
| 2352 | icon-image: "misc/landuse/greenhouse_horticulture.png";
|
---|
| 2353 | text: auto;
|
---|
| 2354 | }
|
---|
[7042] | 2355 | node[landuse=plant_nursery],
|
---|
[7041] | 2356 | node[landuse=grass] {
|
---|
| 2357 | icon-image: "misc/landmark/plant.png";
|
---|
| 2358 | text: auto;
|
---|
| 2359 | }
|
---|
| 2360 | area[landuse=residential] {
|
---|
| 2361 | fill-color: residential#f0f0f0;
|
---|
| 2362 | }
|
---|
| 2363 | node[landuse=residential] {
|
---|
| 2364 | icon-image: "misc/landuse/residential.png";
|
---|
| 2365 | text: auto;
|
---|
| 2366 | }
|
---|
| 2367 | area[landuse=garages] {
|
---|
| 2368 | fill-color: garages#f0f0f0;
|
---|
| 2369 | }
|
---|
| 2370 | node[landuse=garages] {
|
---|
| 2371 | icon-image: "misc/landuse/garages.png";
|
---|
| 2372 | text: auto;
|
---|
| 2373 | }
|
---|
| 2374 | area[landuse=farmyard] {
|
---|
| 2375 | fill-color: farmyard#f0f0f0;
|
---|
| 2376 | }
|
---|
| 2377 | node[landuse=farmyard] {
|
---|
| 2378 | icon-image: "misc/no_icon.png";
|
---|
| 2379 | text: auto;
|
---|
| 2380 | }
|
---|
| 2381 | area[landuse=retail],
|
---|
| 2382 | area[landuse=commercial] {
|
---|
| 2383 | fill-color: retail#ffc4ee;
|
---|
| 2384 | }
|
---|
| 2385 | node[landuse=retail] {
|
---|
| 2386 | icon-image: "shop/mall.png";
|
---|
| 2387 | text: auto;
|
---|
| 2388 | }
|
---|
| 2389 | node[landuse=commercial] {
|
---|
| 2390 | icon-image: "misc/landuse/commercial.png";
|
---|
| 2391 | text: auto;
|
---|
| 2392 | }
|
---|
| 2393 | area[landuse=industrial] {
|
---|
| 2394 | fill-color: industrial#ecd8ff;
|
---|
| 2395 | }
|
---|
| 2396 | node[landuse=industrial] {
|
---|
| 2397 | icon-image: "misc/landmark/works.png";
|
---|
| 2398 | text: auto;
|
---|
| 2399 | }
|
---|
| 2400 | area[landuse=brownfield] {
|
---|
| 2401 | fill-color: brownfield#ecba32;
|
---|
| 2402 | }
|
---|
| 2403 | node[landuse=brownfield] {
|
---|
| 2404 | icon-image: "misc/no_icon.png";
|
---|
| 2405 | text: auto;
|
---|
| 2406 | }
|
---|
| 2407 | area[landuse=greenfield] {
|
---|
| 2408 | fill-color: greenfield#b1ec5c;
|
---|
| 2409 | }
|
---|
| 2410 | node[landuse=greenfield] {
|
---|
| 2411 | icon-image: "misc/no_icon.png";
|
---|
| 2412 | text: auto;
|
---|
| 2413 | }
|
---|
| 2414 | area[landuse=railway] {
|
---|
| 2415 | fill-color: railland#888888;
|
---|
| 2416 | }
|
---|
| 2417 | node[landuse=railway] {
|
---|
| 2418 | icon-image: "transport/railway_station.png";
|
---|
| 2419 | text: auto;
|
---|
| 2420 | }
|
---|
| 2421 | area[landuse=construction] {
|
---|
| 2422 | fill-color: construction#ffff00;
|
---|
| 2423 | }
|
---|
| 2424 | way[landuse=construction] {
|
---|
| 2425 | width: 1;
|
---|
| 2426 | color: construction#ffff00;
|
---|
| 2427 | dashes: 9,9;
|
---|
| 2428 | }
|
---|
| 2429 | node[landuse=construction] {
|
---|
| 2430 | icon-image: "misc/construction.png";
|
---|
| 2431 | text: auto;
|
---|
| 2432 | }
|
---|
| 2433 | area[landuse=military] {
|
---|
| 2434 | fill-color: military#b62c2c;
|
---|
| 2435 | }
|
---|
| 2436 | node[landuse=military] {
|
---|
| 2437 | icon-image: "vehicle/tank.png";
|
---|
| 2438 | text: auto;
|
---|
| 2439 | }
|
---|
| 2440 | area[landuse=cemetery] {
|
---|
| 2441 | fill-color: cemetery#b1efc8;
|
---|
| 2442 | }
|
---|
| 2443 | node[landuse=cemetery] {
|
---|
| 2444 | icon-image: "rendering/landuse/cemetery.png";
|
---|
| 2445 | text: auto;
|
---|
| 2446 | }
|
---|
| 2447 | area[landuse=village_green] {
|
---|
| 2448 | fill-color: green#b1e0c2;
|
---|
| 2449 | }
|
---|
| 2450 | node[landuse=village_green] {
|
---|
| 2451 | icon-image: "leisure/common.png";
|
---|
| 2452 | text: auto;
|
---|
| 2453 | }
|
---|
| 2454 | area[landuse=recreation_ground] {
|
---|
| 2455 | fill-color: green#b1e0c2;
|
---|
| 2456 | }
|
---|
| 2457 | node[landuse=recreation_ground] {
|
---|
| 2458 | icon-image: "leisure/common.png";
|
---|
| 2459 | text: auto;
|
---|
| 2460 | }
|
---|
| 2461 |
|
---|
| 2462 | /*****************/
|
---|
| 2463 | /* military tags */
|
---|
| 2464 | /*****************/
|
---|
| 2465 |
|
---|
| 2466 | area[military=airfield],
|
---|
| 2467 | area[military=bunker],
|
---|
| 2468 | area[military=barracks],
|
---|
| 2469 | area[military=danger_area],
|
---|
| 2470 | area[military=range] {
|
---|
| 2471 | fill-color: military#b62c2c;
|
---|
| 2472 | }
|
---|
| 2473 | node[military=airfield] {
|
---|
| 2474 | icon-image: "transport/airport/airfield.png";
|
---|
| 2475 | text: auto;
|
---|
| 2476 | }
|
---|
| 2477 | node[military=bunker] {
|
---|
| 2478 | icon-image: "misc/landmark/bunker.png";
|
---|
| 2479 | text: auto;
|
---|
| 2480 | }
|
---|
| 2481 | node[military=barracks] {
|
---|
| 2482 | icon-image: "misc/no_icon.png";
|
---|
| 2483 | text: auto;
|
---|
| 2484 | }
|
---|
| 2485 | node[military=danger_area] {
|
---|
| 2486 | icon-image: "misc/danger.png";
|
---|
| 2487 | text: auto;
|
---|
| 2488 | }
|
---|
| 2489 | node[military=range] {
|
---|
| 2490 | icon-image: "misc/landmark/range.png";
|
---|
| 2491 | text: auto;
|
---|
| 2492 | }
|
---|
| 2493 |
|
---|
| 2494 | /*************************/
|
---|
| 2495 | /* public_transport tags */
|
---|
| 2496 | /*************************/
|
---|
| 2497 |
|
---|
| 2498 | node[public_transport=stop_position] {
|
---|
| 2499 | icon-image: "transport/railway_small.png";
|
---|
| 2500 | text: auto;
|
---|
| 2501 | /* priority="-10"*/
|
---|
| 2502 | }
|
---|
| 2503 | node[highway=bus_stop] {
|
---|
| 2504 | icon-image: "transport/bus_small.png";
|
---|
| 2505 | text: auto;
|
---|
| 2506 | }
|
---|
| 2507 | node[public_transport=stop_position][bus=yes] {
|
---|
| 2508 | icon-image: "transport/bus_small.png";
|
---|
| 2509 | text: auto;
|
---|
| 2510 | /* priority="4"*/
|
---|
| 2511 | }
|
---|
| 2512 | node[public_transport=stop_position][aerial=yes] {
|
---|
| 2513 | icon-image: "transport/aerialway.png";
|
---|
| 2514 | text: auto;
|
---|
| 2515 | /* priority="6"*/
|
---|
| 2516 | }
|
---|
| 2517 | node[public_transport=stop_position][ferry=yes] {
|
---|
| 2518 | icon-image: "transport/ferry.png";
|
---|
| 2519 | text: auto;
|
---|
| 2520 | /* priority="7"*/
|
---|
| 2521 | }
|
---|
| 2522 | node[public_transport=stop_position][tram=yes] {
|
---|
| 2523 | icon-image: "transport/tram.png";
|
---|
| 2524 | text: auto;
|
---|
| 2525 | /* priority="8"*/
|
---|
| 2526 | }
|
---|
| 2527 | node[public_transport=stop_position][train=yes] {
|
---|
| 2528 | icon-image: "transport/railway_small.png";
|
---|
| 2529 | text: auto;
|
---|
| 2530 | /* priority="10"*/
|
---|
| 2531 | }
|
---|
[7154] | 2532 | way[public_transport=platform][area?], relation[type=multipolygon][public_transport=platform] {
|
---|
[7041] | 2533 | fill-color: service#809bc0;
|
---|
| 2534 | }
|
---|
[7154] | 2535 | way[public_transport=platform][!area?] {
|
---|
[7041] | 2536 | width: 1;
|
---|
| 2537 | realwidth: 1;
|
---|
| 2538 | color: service#809bc0;
|
---|
| 2539 | dashes: 9,9;
|
---|
| 2540 | dashes-background-color: livingdashed#00ff00;
|
---|
| 2541 | }
|
---|
| 2542 | node[public_transport=platform] {
|
---|
| 2543 | icon-image: "transport/bus_small.png";
|
---|
| 2544 | text: auto;
|
---|
| 2545 | /* priority="-10"*/
|
---|
| 2546 | }
|
---|
| 2547 | node[public_transport=platform][bus=yes] {
|
---|
| 2548 | icon-image: "transport/bus_small.png";
|
---|
| 2549 | text: auto;
|
---|
| 2550 | /* priority="4"*/
|
---|
| 2551 | }
|
---|
| 2552 | node[public_transport=platform][aerial=yes] {
|
---|
| 2553 | icon-image: "transport/aerialway/station.png";
|
---|
| 2554 | text: auto;
|
---|
| 2555 | /* priority="6"*/
|
---|
| 2556 | }
|
---|
| 2557 | node[public_transport=platform][ferry=yes] {
|
---|
| 2558 | icon-image: "transport/ferry.png";
|
---|
| 2559 | text: auto;
|
---|
| 2560 | /* priority="7"*/
|
---|
| 2561 | }
|
---|
| 2562 | node[public_transport=platform][tram=yes],
|
---|
| 2563 | node[public_transport=platform][train=yes] {
|
---|
| 2564 | icon-image: "transport/railway_station.png";
|
---|
| 2565 | text: auto;
|
---|
| 2566 | /* priority="10"*/
|
---|
| 2567 | }
|
---|
| 2568 |
|
---|
| 2569 | /****************/
|
---|
| 2570 | /* railway tags */
|
---|
| 2571 | /****************/
|
---|
| 2572 |
|
---|
| 2573 | area[railway=station], area[railway=tram_station],
|
---|
| 2574 | area[railway=subway_entrance],
|
---|
| 2575 | area[railway=crossing], area[railway=level_crossing] {
|
---|
| 2576 | fill-color: railwaypoint#f7efb7;
|
---|
| 2577 | }
|
---|
| 2578 | node[railway=station], node[railway=tram_station] {
|
---|
| 2579 | icon-image: "transport/railway_station.png";
|
---|
| 2580 | text: auto;
|
---|
| 2581 | }
|
---|
| 2582 | node[railway=halt] {
|
---|
| 2583 | icon-image: "transport/railway_small.png";
|
---|
| 2584 | text: auto;
|
---|
| 2585 | }
|
---|
| 2586 | node[railway=tram_stop] {
|
---|
| 2587 | icon-image: "transport/tram.png";
|
---|
| 2588 | text: auto;
|
---|
| 2589 | }
|
---|
| 2590 | node[railway=subway_entrance] {
|
---|
| 2591 | icon-image: "transport/underground.png";
|
---|
| 2592 | text: auto;
|
---|
| 2593 | }
|
---|
| 2594 | node[railway=crossing] {
|
---|
| 2595 | icon-image: "vehicle/crossing_small.png";
|
---|
| 2596 | text: auto;
|
---|
| 2597 | }
|
---|
| 2598 | node[railway=level_crossing] {
|
---|
| 2599 | icon-image: "vehicle/crossing.png";
|
---|
| 2600 | text: auto;
|
---|
| 2601 | }
|
---|
| 2602 | way[railway=rail] {
|
---|
| 2603 | width: 2;
|
---|
| 2604 | color: rail#404040;
|
---|
| 2605 | dashes: 9,9;
|
---|
| 2606 | dashes-background-color: raildashed#ffffff;
|
---|
| 2607 | }
|
---|
| 2608 | way[railway=rail][service=siding] {
|
---|
| 2609 | width: 1;
|
---|
| 2610 | /* priority="2"*/
|
---|
| 2611 | }
|
---|
| 2612 | way[railway=rail][service=yard],
|
---|
| 2613 | way[railway=rail][service=spur] {
|
---|
| 2614 | width: 1;
|
---|
| 2615 | color: railyard#552200
|
---|
| 2616 | /* priority="2"*/
|
---|
| 2617 | }
|
---|
| 2618 | /* draw tram on top of other way (highway=*) or
|
---|
| 2619 | as a standalone style */
|
---|
| 2620 | way[railway=tram]::core_railway {
|
---|
| 2621 | object-z-index: 1;
|
---|
| 2622 | modifier: false; /* don't draw default way if there is no line on default layer */
|
---|
| 2623 | width: 1;
|
---|
| 2624 | color: otherrail#808080;
|
---|
| 2625 | color: railover#202020;
|
---|
| 2626 | dashes: 9,9;
|
---|
| 2627 | casing-width: 1;
|
---|
| 2628 | casing-color: otherrail#808080;
|
---|
| 2629 | casing-linecap: round;
|
---|
| 2630 | casing-dashes: 9,9;
|
---|
| 2631 | }
|
---|
| 2632 | way[railway=light_rail] {
|
---|
| 2633 | width: 2;
|
---|
| 2634 | color: otherrail#808080;
|
---|
| 2635 | dashes: 9,9;
|
---|
| 2636 | }
|
---|
| 2637 | way[railway=subway] {
|
---|
| 2638 | width: 1;
|
---|
| 2639 | color: subway#606060;
|
---|
| 2640 | dashes: 9,9;
|
---|
| 2641 | }
|
---|
| 2642 | way[railway=preserved] {
|
---|
| 2643 | width: 1;
|
---|
| 2644 | color: oldrail#404040;
|
---|
| 2645 | dashes: 9,9;
|
---|
| 2646 | }
|
---|
| 2647 | /* disused often appears together with highway=xy */
|
---|
| 2648 | /* -> draw on separate layer with higher z-index, but use */
|
---|
| 2649 | /* modifier: false; to suppress default line when used alone. */
|
---|
| 2650 | way[railway=disused]::core_railway,
|
---|
| 2651 | way[railway=abandoned]::core_railway {
|
---|
| 2652 | width: 1;
|
---|
| 2653 | modifier: false;
|
---|
| 2654 | z-index: 1;
|
---|
| 2655 | color: oldrail#404040;
|
---|
| 2656 | dashes: 9,9;
|
---|
| 2657 | /* priority="-10000"*/
|
---|
| 2658 | }
|
---|
| 2659 | way[railway=narrow_gauge],
|
---|
| 2660 | way[railway=monorail] {
|
---|
| 2661 | width: 1;
|
---|
| 2662 | color: rail#404040;
|
---|
| 2663 | dashes: 9,9;
|
---|
| 2664 | }
|
---|
| 2665 | area[railway=turntable],
|
---|
| 2666 | area[railway=buffer_stop] {
|
---|
| 2667 | fill-color: rail#404040;
|
---|
| 2668 | }
|
---|
| 2669 | node[railway=turntable] {
|
---|
| 2670 | icon-image: "transport/turntable.png";
|
---|
| 2671 | text: auto;
|
---|
| 2672 | }
|
---|
| 2673 | node[railway=buffer_stop] {
|
---|
| 2674 | icon-image: "transport/buffer_stop.png";
|
---|
| 2675 | text: auto;
|
---|
| 2676 | }
|
---|
| 2677 | area[railway=platform]:closed {
|
---|
| 2678 | fill-color: rail#404040;
|
---|
| 2679 | }
|
---|
| 2680 | way[railway=platform] {
|
---|
| 2681 | width: 2;
|
---|
| 2682 | color: rail#404040;
|
---|
| 2683 | }
|
---|
| 2684 | way[railway=funicular] {
|
---|
| 2685 | width: 1;
|
---|
| 2686 | color: rail#404040;
|
---|
| 2687 | dashes: 9,9;
|
---|
| 2688 | }
|
---|
| 2689 | node[railway=rail], node[railway=tram], node[railway=light_rail],
|
---|
| 2690 | node[railway=subway], node[railway=preserved],
|
---|
| 2691 | node[railway=disused], node[railway=abandoned],
|
---|
| 2692 | node[railway=narrow_gauge], node[railway=monorail],
|
---|
| 2693 | node[railway=platform], node[railway=funicular],
|
---|
| 2694 | node[service=yard], node[service=siding], node[service=spur] {
|
---|
| 2695 | icon-image: "misc/deprecated.png";
|
---|
| 2696 | text: auto;
|
---|
| 2697 | }
|
---|
| 2698 |
|
---|
| 2699 | /****************/
|
---|
| 2700 | /* aeroway tags */
|
---|
| 2701 | /****************/
|
---|
| 2702 |
|
---|
| 2703 | area[aeroway=aerodrome] {
|
---|
| 2704 | fill-color: aeroway#660000;
|
---|
| 2705 | }
|
---|
| 2706 | way[aeroway=aerodrome] {
|
---|
| 2707 | width: 2;
|
---|
| 2708 | color: aeroway#660000;
|
---|
| 2709 | dashes: 9,9;
|
---|
| 2710 | }
|
---|
| 2711 | node[aeroway=aerodrome] {
|
---|
| 2712 | icon-image: "transport/airport.png";
|
---|
| 2713 | text: auto;
|
---|
| 2714 | }
|
---|
| 2715 | area[aeroway=terminal] {
|
---|
| 2716 | fill-color: terminal#bb0000;
|
---|
| 2717 | }
|
---|
| 2718 | node[aeroway=terminal] {
|
---|
| 2719 | icon-image: "transport/airport/terminal.png";
|
---|
| 2720 | text: auto;
|
---|
| 2721 | }
|
---|
| 2722 | area[aeroway=helipad] {
|
---|
| 2723 | fill-color: aeroway_dark#330000;
|
---|
| 2724 | }
|
---|
| 2725 | node[aeroway=helipad] {
|
---|
| 2726 | icon-image: "transport/airport/helipad.png";
|
---|
| 2727 | text: auto;
|
---|
| 2728 | }
|
---|
| 2729 | way[aeroway=runway] {
|
---|
| 2730 | width: 3;
|
---|
| 2731 | realwidth: 10;
|
---|
| 2732 | color: aeroway_dark#330000;
|
---|
| 2733 | }
|
---|
| 2734 | node[aeroway=runway] {
|
---|
| 2735 | icon-image: "transport/airport/runway.png";
|
---|
| 2736 | text: auto;
|
---|
| 2737 | }
|
---|
| 2738 | way[aeroway=taxiway] {
|
---|
| 2739 | width: 2;
|
---|
| 2740 | realwidth: 10;
|
---|
| 2741 | color: aeroway#660000;
|
---|
| 2742 | }
|
---|
| 2743 | node[aeroway=taxiway] {
|
---|
| 2744 | icon-image: "transport/airport/taxiway.png";
|
---|
| 2745 | text: auto;
|
---|
| 2746 | }
|
---|
| 2747 | area[aeroway=apron], area[aeroway=hangar] {
|
---|
| 2748 | fill-color: aeroway_light#990000;
|
---|
| 2749 | }
|
---|
| 2750 | node[aeroway=apron] {
|
---|
| 2751 | icon-image: "transport/airport/apron.png";
|
---|
| 2752 | text: auto;
|
---|
| 2753 | }
|
---|
| 2754 | node[aeroway=hangar] {
|
---|
| 2755 | icon-image: "transport/airport/hangar.png";
|
---|
| 2756 | text: auto;
|
---|
| 2757 | }
|
---|
| 2758 | node[aeroway=gate] {
|
---|
| 2759 | icon-image: "transport/airport/gate.png";
|
---|
| 2760 | text: auto;
|
---|
| 2761 | }
|
---|
| 2762 | node[aeroway=windsock] {
|
---|
| 2763 | icon-image: "transport/airport/windsock.png";
|
---|
| 2764 | text: auto;
|
---|
| 2765 | }
|
---|
| 2766 |
|
---|
| 2767 | /******************/
|
---|
| 2768 | /* aerialway tags */
|
---|
| 2769 | /******************/
|
---|
| 2770 |
|
---|
| 2771 | way[aerialway=cable_car],
|
---|
| 2772 | way[aerialway=gondola] {
|
---|
| 2773 | width: 1;
|
---|
| 2774 | color: aerialway#663300;
|
---|
| 2775 | dashes: 9,9;
|
---|
| 2776 | }
|
---|
| 2777 | node[aerialway=cable_car] {
|
---|
| 2778 | icon-image: "transport/aerialway/cable_car.png";
|
---|
| 2779 | text: auto;
|
---|
| 2780 | }
|
---|
| 2781 | node[aerialway=gondola] {
|
---|
| 2782 | icon-image: "transport/aerialway/gondola.png";
|
---|
| 2783 | text: auto;
|
---|
| 2784 | }
|
---|
| 2785 | way[aerialway=chair_lift] {
|
---|
| 2786 | width: 1;
|
---|
| 2787 | color: aerialway#663300;
|
---|
| 2788 | dashes: 6,6;
|
---|
| 2789 | }
|
---|
| 2790 | node[aerialway=chair_lift] {
|
---|
| 2791 | icon-image: "transport/aerialway/chair_lift.png";
|
---|
| 2792 | text: auto;
|
---|
| 2793 | }
|
---|
| 2794 | way[aerialway=drag_lift] {
|
---|
| 2795 | width: 1;
|
---|
| 2796 | color: aerialway#663300;
|
---|
| 2797 | dashes: 3,3;
|
---|
| 2798 | }
|
---|
| 2799 | node[aerialway=drag_lift] {
|
---|
| 2800 | icon-image: "transport/aerialway/drag_lift.png";
|
---|
| 2801 | text: auto;
|
---|
| 2802 | }
|
---|
| 2803 | area[aerialway=station],
|
---|
| 2804 | area[aerialway=pylon] {
|
---|
| 2805 | fill-color: aerialway#663300;
|
---|
| 2806 | }
|
---|
| 2807 | node[aerialway=station] {
|
---|
| 2808 | icon-image: "transport/aerialway/station.png";
|
---|
| 2809 | text: auto;
|
---|
| 2810 | }
|
---|
| 2811 | node[aerialway=pylon] {
|
---|
| 2812 | icon-image: "misc/landmark/power/tower_small.png";
|
---|
| 2813 | text: auto;
|
---|
| 2814 | }
|
---|
| 2815 | way[aerialway=goods] {
|
---|
| 2816 | width: 1;
|
---|
| 2817 | color: aerialway#663300;
|
---|
[7044] | 2818 | dashes: 2,2;
|
---|
[7041] | 2819 | }
|
---|
| 2820 | node[aerialway=goods] {
|
---|
| 2821 | icon-image: "transport/aerialway/goods.png";
|
---|
| 2822 | text: auto;
|
---|
| 2823 | }
|
---|
| 2824 |
|
---|
| 2825 | /****************/
|
---|
| 2826 | /* natural tags */
|
---|
| 2827 | /****************/
|
---|
| 2828 |
|
---|
| 2829 | area[natural=spring] {
|
---|
| 2830 | fill-color: light_water#00005f;
|
---|
| 2831 | }
|
---|
| 2832 | node[natural=spring] {
|
---|
| 2833 | icon-image: "misc/landmark/spring.png";
|
---|
| 2834 | text: auto;
|
---|
| 2835 | }
|
---|
| 2836 | node[natural=saddle] {
|
---|
| 2837 | icon-image: "presets/saddle.svg";
|
---|
| 2838 | text: auto;
|
---|
| 2839 | }
|
---|
| 2840 | area[natural=peak] {
|
---|
| 2841 | fill-color: peak#663300;
|
---|
| 2842 | }
|
---|
| 2843 | node[natural=peak] {
|
---|
| 2844 | icon-image: "presets/peak.svg";
|
---|
| 2845 | text: auto;
|
---|
| 2846 | }
|
---|
| 2847 | area[natural=glacier] {
|
---|
| 2848 | fill-color: glacier#ffffff;
|
---|
| 2849 | }
|
---|
| 2850 | node[natural=glacier] {
|
---|
| 2851 | icon-image: "misc/landmark/glacier_small.png";
|
---|
| 2852 | text: auto;
|
---|
| 2853 | }
|
---|
| 2854 | area[natural=volcano] {
|
---|
| 2855 | fill-color: volcano#5f0000;
|
---|
| 2856 | }
|
---|
| 2857 | node[natural=volcano] {
|
---|
| 2858 | icon-image: "misc/landmark/volcano_small.png";
|
---|
| 2859 | text: auto;
|
---|
| 2860 | }
|
---|
| 2861 | area[natural=cliff]:closed {
|
---|
| 2862 | fill-color: natural#002f00;
|
---|
| 2863 | }
|
---|
| 2864 | way[natural=cliff] {
|
---|
| 2865 | width: 2;
|
---|
| 2866 | color: natural#002f00;
|
---|
| 2867 | }
|
---|
| 2868 | node[natural=cliff] {
|
---|
| 2869 | icon-image: "misc/cliff.png";
|
---|
| 2870 | text: auto;
|
---|
| 2871 | }
|
---|
| 2872 | area[natural=scree] {
|
---|
| 2873 | fill-color: natural#002f00;
|
---|
| 2874 | }
|
---|
| 2875 | node[natural=scree] {
|
---|
| 2876 | icon-image: "misc/no_icon.png";
|
---|
| 2877 | text: auto;
|
---|
| 2878 | }
|
---|
| 2879 | area[natural=scrub] {
|
---|
| 2880 | fill-color: scrub#007000;
|
---|
| 2881 | }
|
---|
| 2882 | node[natural=scrub] {
|
---|
| 2883 | icon-image: "misc/no_icon.png";
|
---|
| 2884 | text: auto;
|
---|
| 2885 | }
|
---|
| 2886 | area[natural=fell] {
|
---|
| 2887 | fill-color: natural#002f00;
|
---|
| 2888 | }
|
---|
| 2889 | node[natural=fell] {
|
---|
| 2890 | icon-image: "misc/no_icon.png";
|
---|
| 2891 | text: auto;
|
---|
| 2892 | }
|
---|
| 2893 | area[natural=heath] {
|
---|
| 2894 | fill-color: heath#ffffc0;
|
---|
| 2895 | }
|
---|
| 2896 | node[natural=heath] {
|
---|
| 2897 | icon-image: "misc/no_icon.png";
|
---|
| 2898 | text: auto;
|
---|
| 2899 | }
|
---|
| 2900 | way[natural=tree_row] {
|
---|
| 2901 | width: 2;
|
---|
| 2902 | color: woodarea#008000;
|
---|
| 2903 | }
|
---|
| 2904 | node[natural=tree_row] {
|
---|
| 2905 | icon-image: "misc/no_icon.png";
|
---|
| 2906 | text: auto;
|
---|
| 2907 | }
|
---|
| 2908 | area[natural=wood] {
|
---|
| 2909 | fill-color: woodarea#008000;
|
---|
| 2910 | }
|
---|
| 2911 | node[natural=wood] {
|
---|
| 2912 | icon-image: "misc/landmark/trees.png";
|
---|
| 2913 | text: auto;
|
---|
| 2914 | }
|
---|
| 2915 | area[natural=grassland] {
|
---|
| 2916 | fill-color: green#b1e0c2;
|
---|
| 2917 | }
|
---|
| 2918 | node[natural=grassland] {
|
---|
| 2919 | icon-image: "misc/no_icon.png";
|
---|
| 2920 | text: auto;
|
---|
| 2921 | }
|
---|
| 2922 | area[natural=wetland] {
|
---|
| 2923 | fill-color: marsh#4f4ff3;
|
---|
| 2924 | }
|
---|
| 2925 | node[natural=wetland] {
|
---|
| 2926 | icon-image: "misc/no_icon.png";
|
---|
| 2927 | text: auto;
|
---|
| 2928 | }
|
---|
| 2929 | area[natural=water] {
|
---|
| 2930 | fill-color: water#0000ff;
|
---|
| 2931 | }
|
---|
| 2932 | node[natural=water] {
|
---|
| 2933 | icon-image: "nautical/water.png";
|
---|
| 2934 | text: auto;
|
---|
| 2935 | }
|
---|
| 2936 | way[natural=coastline] {
|
---|
| 2937 | width: 1;
|
---|
| 2938 | color: water#0000ff;
|
---|
| 2939 | }
|
---|
| 2940 | node[natural=coastline] {
|
---|
| 2941 | icon-image: "misc/coastline.png";
|
---|
| 2942 | text: auto;
|
---|
| 2943 | }
|
---|
| 2944 | area[natural=mud] {
|
---|
| 2945 | fill-color: mud#cba762;
|
---|
| 2946 | }
|
---|
| 2947 | node[natural=mud] {
|
---|
| 2948 | icon-image: "misc/mud.png";
|
---|
| 2949 | text: auto;
|
---|
| 2950 | }
|
---|
| 2951 | area[natural=beach] {
|
---|
| 2952 | fill-color: beach#f8dba2;
|
---|
| 2953 | }
|
---|
| 2954 | node[natural=beach] {
|
---|
| 2955 | icon-image: "misc/beach.png";
|
---|
| 2956 | text: auto;
|
---|
| 2957 | }
|
---|
| 2958 | area[natural=sand] {
|
---|
| 2959 | fill-color: sand#f8dba2;
|
---|
| 2960 | }
|
---|
| 2961 | node[natural=sand] {
|
---|
| 2962 | icon-image: "misc/no_icon.png";
|
---|
| 2963 | text: auto;
|
---|
| 2964 | }
|
---|
| 2965 | area[natural=bay],
|
---|
| 2966 | area[natural=land],
|
---|
| 2967 | area[natural=cave_entrance] {
|
---|
| 2968 | fill-color: natural#002f00;
|
---|
| 2969 | }
|
---|
| 2970 | node[natural=bay] {
|
---|
| 2971 | icon-image: "misc/bay.png";
|
---|
| 2972 | text: auto;
|
---|
| 2973 | }
|
---|
| 2974 | node[natural=land] {
|
---|
| 2975 | icon-image: "misc/no_icon.png";
|
---|
| 2976 | text: auto;
|
---|
| 2977 | }
|
---|
| 2978 | node[natural=cave_entrance] {
|
---|
| 2979 | icon-image: "misc/landmark/cave_entrance.png";
|
---|
| 2980 | text: auto;
|
---|
| 2981 | }
|
---|
| 2982 | node[natural=tree] {
|
---|
| 2983 | icon-image: "misc/landmark/trees.png";
|
---|
| 2984 | text: auto;
|
---|
| 2985 | }
|
---|
| 2986 | node[natural=tree][type=conifer] {
|
---|
| 2987 | icon-image: "misc/landmark/trees_conifer.png";
|
---|
| 2988 | text: auto;
|
---|
| 2989 | /* priority="10"*/
|
---|
| 2990 | }
|
---|
| 2991 | node[natural=tree][type=broad_leaved] {
|
---|
| 2992 | icon-image: "misc/landmark/trees_broad_leaved.png";
|
---|
| 2993 | text: auto;
|
---|
| 2994 | /* priority="10"*/
|
---|
| 2995 | }
|
---|
| 2996 | node[natural=tree][type=palm] {
|
---|
| 2997 | icon-image: "misc/landmark/trees_palm.png";
|
---|
| 2998 | text: auto;
|
---|
| 2999 | /* priority="10"*/
|
---|
| 3000 | }
|
---|
| 3001 |
|
---|
| 3002 | /*****************/
|
---|
| 3003 | /* waterway tags */
|
---|
| 3004 | /*****************/
|
---|
| 3005 |
|
---|
| 3006 | way[waterway=river] {
|
---|
| 3007 | width: 2;
|
---|
| 3008 | realwidth: 5;
|
---|
| 3009 | color: water#0000ff;
|
---|
| 3010 | }
|
---|
| 3011 | area[waterway=riverbank] {
|
---|
| 3012 | fill-color: riverbank#0000cf;
|
---|
| 3013 | /* priority="10000"*/
|
---|
| 3014 | width: 1;
|
---|
| 3015 | realwidth: 5;
|
---|
| 3016 | color: riverbank#0000cf;
|
---|
| 3017 | }
|
---|
| 3018 | way[waterway=canal], way[waterway=wadi] {
|
---|
| 3019 | width: 2;
|
---|
| 3020 | realwidth: 2;
|
---|
| 3021 | color: water#0000ff;
|
---|
| 3022 | }
|
---|
| 3023 | way[waterway=stream] {
|
---|
| 3024 | width: 1;
|
---|
| 3025 | realwidth: 1;
|
---|
| 3026 | color: stream#6600cc;
|
---|
| 3027 | }
|
---|
| 3028 | way[waterway=ditch], way[waterway=drain] {
|
---|
| 3029 | width: 1;
|
---|
| 3030 | realwidth: 1;
|
---|
| 3031 | color: water#0000ff;
|
---|
| 3032 | }
|
---|
| 3033 | area[waterway=dock] {
|
---|
| 3034 | fill-color: dock#0000cf;
|
---|
| 3035 | }
|
---|
| 3036 | node[waterway=dock] {
|
---|
| 3037 | icon-image: "nautical/boatyard.png";
|
---|
| 3038 | text: auto;
|
---|
| 3039 | }
|
---|
| 3040 | node[waterway=lock_gate] {
|
---|
| 3041 | icon-image: "nautical/lock_gate.png";
|
---|
| 3042 | text: auto;
|
---|
| 3043 | }
|
---|
| 3044 | node[waterway=turning_point] {
|
---|
| 3045 | icon-image: "nautical/turning.png";
|
---|
| 3046 | text: auto;
|
---|
| 3047 | }
|
---|
| 3048 | area[waterway=boatyard] {
|
---|
| 3049 | fill-color: manmade#d8d8d8;
|
---|
| 3050 | }
|
---|
| 3051 | node[waterway=boatyard] {
|
---|
| 3052 | icon-image: "nautical/boatyard.png";
|
---|
| 3053 | text: auto;
|
---|
| 3054 | }
|
---|
| 3055 | node[waterway=water_point] {
|
---|
| 3056 | icon-image: "accommodation/camping/water.png";
|
---|
| 3057 | text: auto;
|
---|
| 3058 | }
|
---|
| 3059 | node[waterway=waste_disposal] {
|
---|
| 3060 | icon-image: "accommodation/camping/wastewater.png";
|
---|
| 3061 | text: auto;
|
---|
| 3062 | }
|
---|
| 3063 | node[waterway=mooring] {
|
---|
| 3064 | icon-image: "nautical/marina.png";
|
---|
| 3065 | text: auto;
|
---|
| 3066 | }
|
---|
| 3067 | way[waterway=weir] {
|
---|
| 3068 | width: 2;
|
---|
| 3069 | color: manmade#d8d8d8;
|
---|
| 3070 | }
|
---|
| 3071 | node[waterway=weir] {
|
---|
| 3072 | icon-image: "nautical/weir.png";
|
---|
| 3073 | text: auto;
|
---|
| 3074 | }
|
---|
| 3075 | way[waterway=rapids] {
|
---|
| 3076 | width: 2;
|
---|
| 3077 | color: rapids#8080ff;
|
---|
| 3078 | }
|
---|
| 3079 | node[waterway=rapids] {
|
---|
| 3080 | icon-image: "misc/no_icon.png";
|
---|
| 3081 | text: auto;
|
---|
| 3082 | }
|
---|
| 3083 | area[waterway=dam]:closed {
|
---|
| 3084 | fill-color: manmade#d8d8d8;
|
---|
| 3085 | }
|
---|
| 3086 | way[waterway=dam] {
|
---|
| 3087 | width: 2;
|
---|
| 3088 | color: manmade#d8d8d8;
|
---|
| 3089 | }
|
---|
| 3090 | node[waterway=dam] {
|
---|
| 3091 | icon-image: "nautical/dam.png";
|
---|
| 3092 | text: auto;
|
---|
| 3093 | }
|
---|
| 3094 | /* it's not possible to have both line and area, line seems more likely */
|
---|
| 3095 | way[waterway=waterfall] {
|
---|
| 3096 | width: 2;
|
---|
| 3097 | color: manmade#d8d8d8;
|
---|
| 3098 | }
|
---|
| 3099 | node[waterway=waterfall] {
|
---|
| 3100 | icon-image: "nautical/waterfall.png";
|
---|
| 3101 | text: auto;
|
---|
| 3102 | }
|
---|
| 3103 | node[waterway=river], node[waterway=riverbank],
|
---|
| 3104 | node[waterway=canal], node[waterway=wadi],
|
---|
| 3105 | node[waterway=stream],
|
---|
| 3106 | node[waterway=ditch], node[waterway=drain] {
|
---|
| 3107 | icon-image: "misc/deprecated.png";
|
---|
| 3108 | text: auto;
|
---|
| 3109 | }
|
---|
| 3110 |
|
---|
| 3111 | /**************/
|
---|
| 3112 | /* route tags */
|
---|
| 3113 | /**************/
|
---|
| 3114 |
|
---|
| 3115 | way[route=bus],
|
---|
| 3116 | way[route=ferry],
|
---|
| 3117 | way[route=flight],
|
---|
| 3118 | way[route=ncn],
|
---|
| 3119 | way[route=subsea],
|
---|
| 3120 | way[route=ski],
|
---|
| 3121 | way[route=tour],
|
---|
| 3122 | way[route=pub_crawl] {
|
---|
| 3123 | width: 1;
|
---|
| 3124 | color: route#809bc0;
|
---|
| 3125 | dashes: 9,9;
|
---|
| 3126 | }
|
---|
| 3127 | node[route=bus],
|
---|
| 3128 | node[route=ferry],
|
---|
| 3129 | node[route=flight],
|
---|
| 3130 | node[route=ncn],
|
---|
| 3131 | node[route=subsea],
|
---|
| 3132 | node[route=ski],
|
---|
| 3133 | node[route=tour],
|
---|
| 3134 | node[route=pub_crawl] {
|
---|
| 3135 | icon-image: "misc/deprecated.png";
|
---|
| 3136 | text: auto;
|
---|
| 3137 | }
|
---|
| 3138 |
|
---|
| 3139 | /**************/
|
---|
| 3140 | /* sport tags */
|
---|
| 3141 | /**************/
|
---|
| 3142 |
|
---|
| 3143 | area[sport="9pin"],
|
---|
| 3144 | area[sport="10pin"],
|
---|
| 3145 | area[sport=athletics],
|
---|
| 3146 | area[sport=soccer],
|
---|
| 3147 | area[sport=australian_football],
|
---|
| 3148 | area[sport=american_football],
|
---|
| 3149 | area[sport=canadian_football],
|
---|
| 3150 | area[sport=gaelic_football],
|
---|
| 3151 | area[sport=rugby_league],
|
---|
| 3152 | area[sport=rugby_union] {
|
---|
| 3153 | fill-color: sport#bde3cb;
|
---|
| 3154 | }
|
---|
| 3155 | node[sport="9pin"] {
|
---|
| 3156 | icon-image: "sport/10pin.png";
|
---|
| 3157 | text: auto;
|
---|
| 3158 | }
|
---|
| 3159 | node[sport="10pin"] {
|
---|
| 3160 | icon-image: "sport/10pin.png";
|
---|
| 3161 | text: auto;
|
---|
| 3162 | }
|
---|
| 3163 | node[sport=athletics] {
|
---|
| 3164 | icon-image: "sport/athletics.png";
|
---|
| 3165 | text: auto;
|
---|
| 3166 | }
|
---|
| 3167 | node[sport=soccer],
|
---|
| 3168 | node[sport=australian_football],
|
---|
| 3169 | node[sport=american_football],
|
---|
| 3170 | node[sport=canadian_football],
|
---|
| 3171 | node[sport=gaelic_football] {
|
---|
| 3172 | icon-image: "sport/soccer.png";
|
---|
| 3173 | text: auto;
|
---|
| 3174 | }
|
---|
| 3175 | node[sport=rugby_league],
|
---|
| 3176 | node[sport=rugby_union] {
|
---|
| 3177 | icon-image: "sport/football.png";
|
---|
| 3178 | text: auto;
|
---|
| 3179 | }
|
---|
| 3180 | area[sport=baseball],
|
---|
| 3181 | area[sport=basketball],
|
---|
| 3182 | area[sport=boules],
|
---|
| 3183 | area[sport=bowls],
|
---|
| 3184 | area[sport=canoe],
|
---|
| 3185 | area[sport=chess],
|
---|
| 3186 | area[sport=climbing],
|
---|
| 3187 | area[sport=cricket],
|
---|
| 3188 | area[sport=cricket_nets],
|
---|
| 3189 | area[sport=croquet] {
|
---|
| 3190 | fill-color: sport#bde3cb;
|
---|
| 3191 | }
|
---|
| 3192 | node[sport=baseball] {
|
---|
| 3193 | icon-image: "sport/baseball.png";
|
---|
| 3194 | text: auto;
|
---|
| 3195 | }
|
---|
| 3196 | node[sport=basketball] {
|
---|
| 3197 | icon-image: "sport/basketball.png";
|
---|
| 3198 | text: auto;
|
---|
| 3199 | }
|
---|
| 3200 | node[sport=boules] {
|
---|
| 3201 | icon-image: "sport/boule.png";
|
---|
| 3202 | text: auto;
|
---|
| 3203 | }
|
---|
| 3204 | node[sport=bowls] {
|
---|
| 3205 | icon-image: "sport/boule.png";
|
---|
| 3206 | text: auto;
|
---|
| 3207 | }
|
---|
| 3208 | node[sport=canoe] {
|
---|
| 3209 | icon-image: "sport/canoe.png";
|
---|
| 3210 | text: auto;
|
---|
| 3211 | }
|
---|
| 3212 | node[sport=chess] {
|
---|
| 3213 | icon-image: "sport/chess.png";
|
---|
| 3214 | text: auto;
|
---|
| 3215 | }
|
---|
| 3216 | node[sport=climbing] {
|
---|
| 3217 | icon-image:"sport/climbing.png" ;
|
---|
| 3218 | text: auto;
|
---|
| 3219 | }
|
---|
| 3220 | node[sport=cricket] {
|
---|
| 3221 | icon-image: "sport/cricket.png";
|
---|
| 3222 | text: auto;
|
---|
| 3223 | }
|
---|
| 3224 | node[sport=cricket_nets] {
|
---|
| 3225 | icon-image: "misc/no_icon.png";
|
---|
| 3226 | text: auto;
|
---|
| 3227 | }
|
---|
| 3228 | node[sport=croquet] {
|
---|
| 3229 | icon-image: "sport/croquet.png";
|
---|
| 3230 | text: auto;
|
---|
| 3231 | }
|
---|
| 3232 | area[sport=cycling],
|
---|
| 3233 | area[sport=dog_racing],
|
---|
| 3234 | area[sport=equestrian],
|
---|
| 3235 | area[sport=golf],
|
---|
| 3236 | area[sport=gymnastics],
|
---|
| 3237 | area[sport=hockey],
|
---|
| 3238 | area[sport=horse_racing],
|
---|
| 3239 | area[sport=karting],
|
---|
| 3240 | area[sport=motocross],
|
---|
| 3241 | area[sport=motor] {
|
---|
| 3242 | fill-color: sport#bde3cb;
|
---|
| 3243 | }
|
---|
| 3244 | node[sport=cycling] {
|
---|
| 3245 | icon-image: "sport/cycling.png";
|
---|
| 3246 | text: auto;
|
---|
| 3247 | }
|
---|
| 3248 | node[sport=dog_racing] {
|
---|
| 3249 | icon-image: "leisure/dog.png";
|
---|
| 3250 | text: auto;
|
---|
| 3251 | }
|
---|
| 3252 | node[sport=equestrian] {
|
---|
| 3253 | icon-image: "sport/riding.png";
|
---|
| 3254 | text: auto;
|
---|
| 3255 | }
|
---|
| 3256 | node[sport=golf] {
|
---|
| 3257 | icon-image: "sport/golf.png";
|
---|
| 3258 | text: auto;
|
---|
| 3259 | }
|
---|
| 3260 | node[sport=gymnastics] {
|
---|
| 3261 | icon-image: "sport/multi.png";
|
---|
| 3262 | text: auto;
|
---|
| 3263 | }
|
---|
| 3264 | node[sport=hockey] {
|
---|
| 3265 | icon-image: "sport/hockey.png";
|
---|
| 3266 | text: auto;
|
---|
| 3267 | }
|
---|
| 3268 | node[sport=horse_racing] {
|
---|
| 3269 | icon-image: "sport/riding.png";
|
---|
| 3270 | text: auto;
|
---|
| 3271 | }
|
---|
| 3272 | node[sport=karting] {
|
---|
| 3273 | icon-image: "sport/karting.png";
|
---|
| 3274 | text: auto;
|
---|
| 3275 | }
|
---|
| 3276 | node[sport=motocross] {
|
---|
| 3277 | icon-image: "sport/motocross.png";
|
---|
| 3278 | text: auto;
|
---|
| 3279 | }
|
---|
| 3280 | node[sport=motor] {
|
---|
| 3281 | icon-image: "sport/motor.png";
|
---|
| 3282 | text: auto;
|
---|
| 3283 | }
|
---|
| 3284 | area[sport=multi],
|
---|
| 3285 | area[sport=pelota],
|
---|
| 3286 | area[sport=racquet],
|
---|
| 3287 | area[sport=skating],
|
---|
| 3288 | area[sport=skateboard],
|
---|
| 3289 | area[sport=swimming],
|
---|
| 3290 | area[sport=skiing],
|
---|
| 3291 | area[sport=table_tennis],
|
---|
| 3292 | area[sport=tennis],
|
---|
| 3293 | area[sport=paintball] {
|
---|
| 3294 | fill-color: sport#bde3cb;
|
---|
| 3295 | }
|
---|
| 3296 | node[sport=multi] {
|
---|
| 3297 | icon-image: "sport/multi.png";
|
---|
| 3298 | text: auto;
|
---|
| 3299 | }
|
---|
| 3300 | node[sport=pelota] {
|
---|
| 3301 | icon-image: "sport/pelota.png";
|
---|
| 3302 | text: auto;
|
---|
| 3303 | }
|
---|
| 3304 | node[sport=racquet] {
|
---|
| 3305 | icon-image: "sport/racquetball.png";
|
---|
| 3306 | text: auto;
|
---|
| 3307 | }
|
---|
| 3308 | node[sport=skating] {
|
---|
| 3309 | icon-image: "sport/skating.png";
|
---|
| 3310 | text: auto;
|
---|
| 3311 | }
|
---|
| 3312 | node[sport=skateboard] {
|
---|
| 3313 | icon-image: "sport/skateboard.png";
|
---|
| 3314 | text: auto;
|
---|
| 3315 | }
|
---|
| 3316 | node[sport=swimming] {
|
---|
| 3317 | icon-image: "sport/pool.png";
|
---|
| 3318 | text: auto;
|
---|
| 3319 | }
|
---|
| 3320 | node[sport=skiing] {
|
---|
| 3321 | icon-image: "sport/skiing.png";
|
---|
| 3322 | text: auto;
|
---|
| 3323 | }
|
---|
| 3324 | node[sport=table_tennis] {
|
---|
| 3325 | icon-image: "sport/table_tennis.png";
|
---|
| 3326 | text: auto;
|
---|
| 3327 | }
|
---|
| 3328 | node[sport=tennis] {
|
---|
| 3329 | icon-image: "sport/tennis.png";
|
---|
| 3330 | text: auto;
|
---|
| 3331 | }
|
---|
| 3332 | node[sport=paintball] {
|
---|
| 3333 | icon-image: "misc/no_icon.png";
|
---|
| 3334 | text: auto;
|
---|
| 3335 | }
|
---|
| 3336 | area[sport=squash],
|
---|
| 3337 | area[sport=shooting],
|
---|
| 3338 | area[sport=volleyball],
|
---|
| 3339 | area[sport=beachvolleyball],
|
---|
| 3340 | area[sport=bowling],
|
---|
| 3341 | area[sport=handball],
|
---|
| 3342 | area[sport=rowing],
|
---|
| 3343 | area[sport=sailing],
|
---|
| 3344 | area[sport=diving],
|
---|
| 3345 | area[sport=badminton] {
|
---|
| 3346 | fill-color: sport#bde3cb;
|
---|
| 3347 | }
|
---|
| 3348 | node[sport=squash] {
|
---|
| 3349 | icon-image: "misc/no_icon.png";
|
---|
| 3350 | text: auto;
|
---|
| 3351 | }
|
---|
| 3352 | node[sport=shooting] {
|
---|
| 3353 | icon-image: "misc/no_icon.png";
|
---|
| 3354 | text: auto;
|
---|
| 3355 | }
|
---|
| 3356 | node[sport=volleyball] {
|
---|
| 3357 | icon-image: "sport/volleyball.png";
|
---|
| 3358 | text: auto;
|
---|
| 3359 | }
|
---|
| 3360 | node[sport=beachvolleyball] {
|
---|
| 3361 | icon-image: "sport/beachvolleyball.png";
|
---|
| 3362 | text: auto;
|
---|
| 3363 | }
|
---|
| 3364 | node[sport=bowling] {
|
---|
| 3365 | icon-image: "sport/10pin.png";
|
---|
| 3366 | text: auto;
|
---|
| 3367 | }
|
---|
| 3368 | node[sport=handball] {
|
---|
| 3369 | icon-image: "sport/handball.png";
|
---|
| 3370 | text: auto;
|
---|
| 3371 | }
|
---|
| 3372 | node[sport=rowing] {
|
---|
| 3373 | icon-image: "sport/rowing.png";
|
---|
| 3374 | text: auto;
|
---|
| 3375 | }
|
---|
| 3376 | node[sport=sailing] {
|
---|
| 3377 | icon-image: "misc/no_icon.png";
|
---|
| 3378 | text: auto;
|
---|
| 3379 | }
|
---|
| 3380 | node[sport=diving] {
|
---|
| 3381 | icon-image: "sport/diving.png";
|
---|
| 3382 | text: auto;
|
---|
| 3383 | }
|
---|
| 3384 | node[sport=badminton] {
|
---|
| 3385 | icon-image: "misc/no_icon.png";
|
---|
| 3386 | text: auto;
|
---|
| 3387 | }
|
---|
| 3388 | area[sport=archery],
|
---|
| 3389 | area[sport=fishing],
|
---|
| 3390 | area[sport=safety_training],
|
---|
| 3391 | area[sport=model_aerodrome],
|
---|
| 3392 | area[sport=rc_car] {
|
---|
| 3393 | fill-color: sport#bde3cb;
|
---|
| 3394 | }
|
---|
| 3395 | node[sport=archery] {
|
---|
| 3396 | icon-image: "sport/archery.png";
|
---|
| 3397 | text: auto;
|
---|
| 3398 | }
|
---|
| 3399 | node[sport=fishing] {
|
---|
| 3400 | icon-image: "sport/fishing.png";
|
---|
| 3401 | text: auto;
|
---|
| 3402 | }
|
---|
| 3403 | node[sport=safety_training] {
|
---|
| 3404 | icon-image: "sport/safety_training.png";
|
---|
| 3405 | text: auto;
|
---|
| 3406 | }
|
---|
| 3407 | node[sport=model_aerodrome] {
|
---|
| 3408 | icon-image: "transport/airport.png";
|
---|
| 3409 | text: auto;
|
---|
| 3410 | }
|
---|
| 3411 | node[sport=rc_car] {
|
---|
| 3412 | icon-image: "transport/car.png";
|
---|
| 3413 | text: auto;
|
---|
| 3414 | }
|
---|
| 3415 |
|
---|
| 3416 | /*******************/
|
---|
| 3417 | /* properties tags */
|
---|
| 3418 | /*******************/
|
---|
| 3419 |
|
---|
| 3420 | node[mountain_pass?] {
|
---|
| 3421 | icon-image: "misc/landmark/mountain_pass.png";
|
---|
| 3422 | text: auto;
|
---|
| 3423 | }
|
---|
| 3424 |
|
---|
| 3425 | /*****************/
|
---|
| 3426 | /* boundary tags */
|
---|
| 3427 | /*****************/
|
---|
| 3428 |
|
---|
| 3429 | way[boundary=national]::core_boundary,
|
---|
| 3430 | way[boundary=administrative]::core_boundary,
|
---|
| 3431 | way[boundary=postal_code]::core_boundary,
|
---|
| 3432 | way[boundary=political]::core_boundary,
|
---|
| 3433 | way[boundary=national_park]::core_boundary {
|
---|
| 3434 | z-index: 2;
|
---|
| 3435 | modifier: false;
|
---|
| 3436 | width: 1;
|
---|
| 3437 | color: boundary#FF6600;
|
---|
| 3438 | dashes: 9,9;
|
---|
| 3439 | /* priority="-10"*/
|
---|
| 3440 | }
|
---|
| 3441 | way[admin_level=9]::core_boundary,
|
---|
| 3442 | relation[admin_level=9] > way::core_boundary,
|
---|
| 3443 | way[admin_level=10]::core_boundary,
|
---|
| 3444 | relation[admin_level=10] > way::core_boundary {
|
---|
| 3445 | z-index: 2;
|
---|
| 3446 | modifier: false;
|
---|
| 3447 | width: 1;
|
---|
| 3448 | color: boundary#FF6600;
|
---|
| 3449 | dashes: 9,9;
|
---|
| 3450 | }
|
---|
| 3451 | way[admin_level=7]::core_boundary,
|
---|
| 3452 | relation[admin_level=7] > way::core_boundary,
|
---|
| 3453 | way[admin_level=8]::core_boundary,
|
---|
| 3454 | relation[admin_level=8] > way::core_boundary {
|
---|
| 3455 | z-index: 2;
|
---|
| 3456 | modifier: false;
|
---|
| 3457 | width: 2;
|
---|
| 3458 | color: boundary#FF6600;
|
---|
| 3459 | dashes: 9,9;
|
---|
| 3460 | }
|
---|
| 3461 | way[admin_level=5]::core_boundary,
|
---|
| 3462 | relation[admin_level=5] > way::core_boundary,
|
---|
| 3463 | way[admin_level=6]::core_boundary,
|
---|
| 3464 | relation[admin_level=6] > way::core_boundary {
|
---|
| 3465 | z-index: 2;
|
---|
| 3466 | modifier: false;
|
---|
| 3467 | width: 3;
|
---|
| 3468 | color: boundary#FF6600;
|
---|
| 3469 | dashes: 9,9;
|
---|
| 3470 | }
|
---|
| 3471 | way[admin_level=3]::core_boundary,
|
---|
| 3472 | relation[admin_level=3] > way::core_boundary,
|
---|
| 3473 | way[admin_level=4]::core_boundary,
|
---|
| 3474 | relation[admin_level=4] > way::core_boundary {
|
---|
| 3475 | z-index: 2;
|
---|
| 3476 | modifier: false;
|
---|
| 3477 | width: 4;
|
---|
| 3478 | color: boundary#FF6600;
|
---|
| 3479 | dashes: 9,9;
|
---|
| 3480 | }
|
---|
| 3481 | way[admin_level=1]::core_boundary,
|
---|
| 3482 | relation[admin_level=1] > way::core_boundary,
|
---|
| 3483 | way[admin_level=2]::core_boundary,
|
---|
| 3484 | relation[admin_level=2] > way::core_boundary {
|
---|
| 3485 | z-index: 2;
|
---|
| 3486 | modifier: false;
|
---|
| 3487 | width: 5;
|
---|
| 3488 | color: boundary#FF6600;
|
---|
| 3489 | dashes: 9,9;
|
---|
| 3490 | }
|
---|
| 3491 | node[boundary=national],
|
---|
| 3492 | node[boundary=administrative],
|
---|
| 3493 | node[boundary=postal_code],
|
---|
| 3494 | node[boundary=political],
|
---|
| 3495 | node[boundary=national_park] {
|
---|
| 3496 | icon-image: "misc/deprecated.png";
|
---|
| 3497 | text: auto;
|
---|
| 3498 | }
|
---|
| 3499 | /* "deprecated" tags
|
---|
| 3500 | historic=museum -> tourism=museum
|
---|
| 3501 | man_made=power_wind -> power=generator and power_source=wind
|
---|
| 3502 | man_made=power_hydro -> power=generator and power_source=hydro
|
---|
| 3503 | man_made=power_fossil -> power=generator and power_source=fossil
|
---|
| 3504 | man_made=power_nuclear -> power=generator and power_source=nuclear
|
---|
| 3505 | amenity=park_bench -> amenity=bench
|
---|
| 3506 | amenity=signpost -> information=guidepost
|
---|
| 3507 | amenity=emergency_phone -> emergency=phone
|
---|
| 3508 | highway minor - classification now more detailed
|
---|
| 3509 | highway=stile -> barrier=stile
|
---|
| 3510 | highway=gate -> barrier=gate
|
---|
| 3511 | highway=cattle_grid -> barrier=cattle_grid
|
---|
| 3512 | highway=toll_booth -> barrier=toll_booth
|
---|
| 3513 | highway=viaduct -> bridge=viaduct
|
---|
| 3514 | railway=viaduct -> bridge=viaduct
|
---|
| 3515 | waterway=aqueduct -> bridge=aqueduct
|
---|
| 3516 | natural=marsh -> natural=wetland
|
---|
| 3517 | leisure=zoo -> tourism=zoo
|
---|
| 3518 | power=station -> power=plant or power=sub_station
|
---|
| 3519 | */
|
---|
| 3520 |
|
---|