Ticket #10546: elemstyles7564_fix_climbing_together_with_peak.diff
| File elemstyles7564_fix_climbing_together_with_peak.diff, 25.8 KB (added by , 12 years ago) |
|---|
-
styles/standard/elemstyles.mapcss
3317 3317 text: auto; 3318 3318 } 3319 3319 3320 /************** **/3321 /* naturaltags */3322 /************** **/3320 /**************/ 3321 /* sport tags */ 3322 /**************/ 3323 3323 3324 area[natural=spring] { 3325 fill-color: light_water#00005f; 3324 area[sport="9pin"], 3325 area[sport="10pin"], 3326 area[sport=athletics], 3327 area[sport=soccer], 3328 area[sport=australian_football], 3329 area[sport=american_football], 3330 area[sport=canadian_football], 3331 area[sport=gaelic_football], 3332 area[sport=rugby_league], 3333 area[sport=rugby_union] { 3334 fill-color: sport#bde3cb; 3326 3335 } 3327 node[ natural=spring] {3328 icon-image: " misc/landmark/spring.png";3336 node[sport="9pin"] { 3337 icon-image: "sport/10pin.png"; 3329 3338 set icon_z17; 3330 3339 text: auto; 3331 3340 } 3332 node[ natural=saddle] {3333 icon-image: " presets/saddle.svg";3334 set icon_z 0;3341 node[sport="10pin"] { 3342 icon-image: "sport/10pin.png"; 3343 set icon_z17; 3335 3344 text: auto; 3336 set text_z0;3337 }3338 area[natural=peak] {3339 fill-color: peak#663300;3340 3345 } 3341 node[ natural=peak] {3342 icon-image: " presets/peak.svg";3343 set icon_z 0;3346 node[sport=athletics] { 3347 icon-image: "sport/athletics.png"; 3348 set icon_z17; 3344 3349 text: auto; 3345 set text_z0;3346 3350 } 3347 node[natural=peak][tourism=viewpoint] { 3348 icon-image: "sightseeing/peak_viewpoint.svg"; 3349 set icon_z0; 3351 node[sport=soccer], 3352 node[sport=australian_football], 3353 node[sport=american_football], 3354 node[sport=canadian_football], 3355 node[sport=gaelic_football] { 3356 icon-image: "sport/soccer.png"; 3357 set icon_z17; 3350 3358 text: auto; 3351 set text_z0;3352 }3353 area[natural=glacier] {3354 fill-color: glacier#ffffff;3355 3359 } 3356 node[natural=glacier] { 3357 icon-image: "misc/landmark/glacier_small.png"; 3358 set icon_z0; 3360 node[sport=rugby_league], 3361 node[sport=rugby_union] { 3362 icon-image: "sport/football.png"; 3363 set icon_z17; 3359 3364 text: auto; 3360 set text_z0;3361 3365 } 3362 area[natural=volcano] { 3363 fill-color: volcano#5f0000; 3366 area[sport=baseball], 3367 area[sport=basketball], 3368 area[sport=boules], 3369 area[sport=bowls], 3370 area[sport=canoe], 3371 area[sport=chess], 3372 area[sport=climbing]:closed, 3373 area[sport=cricket], 3374 area[sport=cricket_nets], 3375 area[sport=croquet] { 3376 fill-color: sport#bde3cb; 3364 3377 } 3365 node[ natural=volcano] {3366 icon-image: " misc/landmark/volcano_small.png";3367 set icon_z 0;3378 node[sport=baseball] { 3379 icon-image: "sport/baseball.png"; 3380 set icon_z17; 3368 3381 text: auto; 3369 set text_z0;3370 }3371 area[natural=cliff]:closed {3372 fill-color: natural#002f00;3373 }3374 way[natural=cliff] {3375 repeat-image: "misc/cliff-pattern.png";3376 repeat-image-align: top;3377 width: 1;3378 color: #b2b2b2;3379 3382 } 3380 node[ natural=cliff] {3381 icon-image: " misc/cliff.png";3383 node[sport=basketball] { 3384 icon-image: "sport/basketball.png"; 3382 3385 set icon_z17; 3383 3386 text: auto; 3384 3387 } 3385 area[natural=scree] { 3386 fill-color: natural#002f00; 3387 } 3388 node[natural=scree] { 3389 icon-image: "misc/no_icon.png"; 3388 node[sport=boules] { 3389 icon-image: "sport/boule.png"; 3390 3390 set icon_z17; 3391 3391 text: auto; 3392 3392 } 3393 area[natural=scrub] { 3394 fill-color: scrub#007000; 3395 } 3396 node[natural=scrub] { 3397 icon-image: "presets/scrub.svg"; 3393 node[sport=bowls] { 3394 icon-image: "sport/boule.png"; 3398 3395 set icon_z17; 3399 3396 text: auto; 3400 3397 } 3401 area[natural=fell] { 3402 fill-color: natural#002f00; 3403 } 3404 node[natural=fell] { 3405 icon-image: "misc/no_icon.png"; 3398 node[sport=canoe] { 3399 icon-image: "sport/canoe.png"; 3406 3400 set icon_z17; 3407 3401 text: auto; 3408 3402 } 3409 area[natural=heath] { 3410 fill-color: heath#ffffc0; 3411 } 3412 node[natural=heath] { 3413 icon-image: "misc/no_icon.png"; 3403 node[sport=chess] { 3404 icon-image: "sport/chess.png"; 3414 3405 set icon_z17; 3415 3406 text: auto; 3416 3407 } 3417 way[natural=tree_row] { 3418 width: 2; 3419 color: woodarea#008000; 3420 } 3421 node[natural=tree_row] { 3422 icon-image: "misc/no_icon.png"; 3408 node[sport=climbing] { 3409 icon-image: "sport/climbing.png"; 3423 3410 set icon_z17; 3424 3411 text: auto; 3425 3412 } 3426 area[natural=wood] { 3427 fill-color: woodarea#008000; 3428 } 3429 node[natural=wood] { 3430 icon-image: "misc/landmark/trees.png"; 3413 node[sport=cricket] { 3414 icon-image: "sport/cricket.png"; 3431 3415 set icon_z17; 3432 3416 text: auto; 3433 3417 } 3434 area[natural=grassland] { 3435 fill-color: green#b1e0c2; 3436 } 3437 node[natural=grassland] { 3418 node[sport=cricket_nets] { 3438 3419 icon-image: "misc/no_icon.png"; 3439 3420 set icon_z17; 3440 3421 text: auto; 3441 3422 } 3442 area[natural=wetland] { 3443 fill-color: marsh#4f4ff3; 3444 } 3445 node[natural=wetland] { 3446 icon-image: "misc/no_icon.png"; 3423 node[sport=croquet] { 3424 icon-image: "sport/croquet.png"; 3447 3425 set icon_z17; 3448 3426 text: auto; 3449 3427 } 3450 area[natural=water] { 3451 fill-color: water#0000ff; 3428 area[sport=cycling], 3429 area[sport=dog_racing], 3430 area[sport=equestrian], 3431 area[sport=golf], 3432 area[sport=gymnastics], 3433 area[sport=hockey], 3434 area[sport=horse_racing], 3435 area[sport=karting], 3436 area[sport=motocross], 3437 area[sport=motor] { 3438 fill-color: sport#bde3cb; 3452 3439 } 3453 node[ natural=water] {3454 icon-image: " nautical/water.png";3440 node[sport=cycling] { 3441 icon-image: "sport/cycling.png"; 3455 3442 set icon_z17; 3456 3443 text: auto; 3457 3444 } 3458 way[natural=coastline] { 3459 width: 1; 3460 color: water#0000ff; 3461 } 3462 node[natural=coastline] { 3463 icon-image: "misc/coastline.png"; 3445 node[sport=dog_racing] { 3446 icon-image: "leisure/dog.png"; 3464 3447 set icon_z17; 3465 3448 text: auto; 3466 3449 } 3467 area[natural=mud] { 3468 fill-color: mud#cba762; 3450 node[sport=equestrian] { 3451 icon-image: "sport/riding.png"; 3452 set icon_z17; 3453 text: auto; 3469 3454 } 3470 node[ natural=mud] {3471 icon-image: " misc/mud.png";3455 node[sport=golf] { 3456 icon-image: "sport/golf.png"; 3472 3457 set icon_z17; 3473 3458 text: auto; 3474 3459 } 3475 area[natural=beach] { 3476 fill-color: beach#f8dba2; 3460 node[sport=gymnastics] { 3461 icon-image: "sport/multi.png"; 3462 set icon_z17; 3463 text: auto; 3477 3464 } 3478 node[ natural=beach] {3479 icon-image: " misc/beach.png";3465 node[sport=hockey] { 3466 icon-image: "sport/hockey.png"; 3480 3467 set icon_z17; 3481 3468 text: auto; 3482 3469 } 3483 area[natural=sand] { 3484 fill-color: sand#f8dba2; 3470 node[sport=horse_racing] { 3471 icon-image: "sport/riding.png"; 3472 set icon_z17; 3473 text: auto; 3485 3474 } 3486 node[ natural=sand] {3487 icon-image: " misc/no_icon.png";3475 node[sport=karting] { 3476 icon-image: "sport/karting.png"; 3488 3477 set icon_z17; 3489 3478 text: auto; 3490 3479 } 3491 area[natural=bay], 3492 area[natural=land], 3493 area[natural=cave_entrance] { 3494 fill-color: natural#002f00;3480 node[sport=motocross] { 3481 icon-image: "sport/motocross.png"; 3482 set icon_z17; 3483 text: auto; 3495 3484 } 3496 node[ natural=bay] {3497 icon-image: " misc/bay.png";3485 node[sport=motor] { 3486 icon-image: "sport/motor.png"; 3498 3487 set icon_z17; 3499 3488 text: auto; 3500 3489 } 3501 node[natural=land] { 3502 icon-image: "misc/no_icon.png"; 3490 area[sport=multi], 3491 area[sport=pelota], 3492 area[sport=racquet], 3493 area[sport=skating], 3494 area[sport=skateboard] { 3495 fill-color: sport#bde3cb; 3496 } 3497 node[sport=multi] { 3498 icon-image: "sport/multi.png"; 3503 3499 set icon_z17; 3504 3500 text: auto; 3505 3501 } 3506 node[ natural=cave_entrance] {3507 icon-image: " misc/landmark/cave_entrance.png";3502 node[sport=pelota] { 3503 icon-image: "sport/pelota.png"; 3508 3504 set icon_z17; 3509 3505 text: auto; 3510 3506 } 3511 node[ natural=tree] {3512 icon-image: " misc/landmark/trees.png";3507 node[sport=racquet] { 3508 icon-image: "sport/racquetball.png"; 3513 3509 set icon_z17; 3514 3510 text: auto; 3515 3511 } 3516 node[natural=tree][type=conifer], 3517 node[natural=tree][leaf_type=needleleaved] { 3518 icon-image: "misc/landmark/trees_conifer.png"; 3512 node[sport=skating] { 3513 icon-image: "sport/skating.png"; 3519 3514 set icon_z17; 3520 3515 text: auto; 3521 3516 } 3522 node[natural=tree][type=broad_leaved], 3523 node[natural=tree][leaf_type=broadleaved] { 3524 icon-image: "misc/landmark/trees_broad_leaved.png"; 3517 node[sport=skateboard] { 3518 icon-image: "sport/skateboard.png"; 3525 3519 set icon_z17; 3526 3520 text: auto; 3527 3521 } 3528 node[natural=tree][type=palm] { 3529 icon-image: "misc/landmark/trees_palm.png"; 3522 area[sport=swimming] { 3523 fill-color: swimming_pool#51c4ef; 3524 } 3525 node[sport=swimming] { 3526 icon-image: "sport/pool.png"; 3530 3527 set icon_z17; 3531 3528 text: auto; 3532 3529 } 3533 3534 /*****************/ 3535 /* waterway tags */ 3536 /*****************/ 3537 3538 way[waterway=river] { 3539 width: 2; 3540 color: water#0000ff; 3541 } 3542 area[waterway=riverbank] { 3543 fill-color: riverbank#0000cf; 3544 width: 1; 3545 color: riverbank#0000cf; 3546 } 3547 way[waterway=canal], way[waterway=wadi] { 3548 width: 2; 3549 color: water#0000ff; 3550 } 3551 way[waterway=stream] { 3552 width: 1; 3553 color: stream#6600cc; 3554 } 3555 way[waterway=ditch], way[waterway=drain] { 3556 width: 1; 3557 color: water#0000ff; 3530 area[sport=skiing], 3531 area[sport=table_tennis], 3532 area[sport=tennis], 3533 area[sport=paintball] { 3534 fill-color: sport#bde3cb; 3558 3535 } 3559 area[waterway=dock] { 3560 fill-color: dock#0000cf; 3536 node[sport=skiing] { 3537 icon-image: "sport/skiing.png"; 3538 set icon_z17; 3539 text: auto; 3561 3540 } 3562 node[ waterway=dock] {3563 icon-image: " nautical/boatyard.png";3541 node[sport=table_tennis] { 3542 icon-image: "sport/table_tennis.png"; 3564 3543 set icon_z17; 3565 3544 text: auto; 3566 3545 } 3567 node[ waterway=lock_gate] {3568 icon-image: " nautical/lock_gate.png";3546 node[sport=tennis] { 3547 icon-image: "sport/tennis.png"; 3569 3548 set icon_z17; 3570 3549 text: auto; 3571 3550 } 3572 node[ waterway=turning_point] {3573 icon-image: " nautical/turning.png";3551 node[sport=paintball] { 3552 icon-image: "misc/no_icon.png"; 3574 3553 set icon_z17; 3575 3554 text: auto; 3576 3555 } 3577 area[waterway=boatyard] { 3578 fill-color: manmade#d8d8d8; 3556 area[sport=squash], 3557 area[sport=shooting], 3558 area[sport=volleyball], 3559 area[sport=beachvolleyball], 3560 area[sport=bowling], 3561 area[sport=handball], 3562 area[sport=rowing], 3563 area[sport=sailing], 3564 area[sport=diving], 3565 area[sport=badminton] { 3566 fill-color: sport#bde3cb; 3579 3567 } 3580 node[ waterway=boatyard] {3581 icon-image: " nautical/boatyard.png";3568 node[sport=squash] { 3569 icon-image: "misc/no_icon.png"; 3582 3570 set icon_z17; 3583 3571 text: auto; 3584 3572 } 3585 node[ waterway=water_point] {3586 icon-image: " accommodation/camping/water.png";3573 node[sport=shooting] { 3574 icon-image: "misc/no_icon.png"; 3587 3575 set icon_z17; 3588 3576 text: auto; 3589 3577 } 3590 node[ waterway=waste_disposal] {3591 icon-image: " accommodation/camping/wastewater.png";3578 node[sport=volleyball] { 3579 icon-image: "sport/volleyball.png"; 3592 3580 set icon_z17; 3593 3581 text: auto; 3594 3582 } 3595 node[ waterway=mooring] {3596 icon-image: " nautical/marina.png";3583 node[sport=beachvolleyball] { 3584 icon-image: "sport/beachvolleyball.png"; 3597 3585 set icon_z17; 3598 3586 text: auto; 3599 3587 } 3600 way[waterway=weir] { 3601 width: 2; 3602 color: manmade#d8d8d8; 3603 } 3604 node[waterway=weir] { 3605 icon-image: "nautical/weir.png"; 3588 node[sport=bowling] { 3589 icon-image: "sport/10pin.png"; 3606 3590 set icon_z17; 3607 3591 text: auto; 3608 3592 } 3609 way[waterway=rapids] { 3610 width: 2; 3611 color: rapids#8080ff; 3612 } 3613 node[waterway=rapids] { 3614 icon-image: "misc/no_icon.png"; 3593 node[sport=handball] { 3594 icon-image: "sport/handball.png"; 3615 3595 set icon_z17; 3616 3596 text: auto; 3617 3597 } 3618 area[waterway=dam]:closed { 3619 fill-color: manmade#d8d8d8; 3620 } 3621 way[waterway=dam] { 3622 width: 2; 3623 color: manmade#d8d8d8; 3624 } 3625 node[waterway=dam] { 3626 icon-image: "nautical/dam.png"; 3598 node[sport=rowing] { 3599 icon-image: "sport/rowing.png"; 3627 3600 set icon_z17; 3628 3601 text: auto; 3629 3602 } 3630 /* it's not possible to have both line and area, line seems more likely */ 3631 way[waterway=waterfall] { 3632 width: 2; 3633 color: manmade#d8d8d8; 3634 } 3635 node[waterway=waterfall] { 3636 icon-image: "nautical/waterfall.png"; 3603 node[sport=sailing] { 3604 icon-image: "misc/no_icon.png"; 3637 3605 set icon_z17; 3638 3606 text: auto; 3639 3607 } 3640 node[waterway=river], node[waterway=riverbank], 3641 node[waterway=canal], node[waterway=wadi], 3642 node[waterway=stream], 3643 node[waterway=ditch], node[waterway=drain] { 3644 icon-image: "misc/deprecated.png"; 3608 node[sport=diving] { 3609 icon-image: "sport/diving.png"; 3645 3610 set icon_z17; 3646 3611 text: auto; 3647 3612 } 3648 3649 /**************/ 3650 /* route tags */ 3651 /**************/ 3652 3653 way[route=bus], 3654 way[route=ferry], 3655 way[route=flight], 3656 way[route=ncn], 3657 way[route=subsea], 3658 way[route=ski], 3659 way[route=tour], 3660 way[route=pub_crawl] { 3661 width: 1; 3662 color: route#809bc0; 3663 dashes: 9,9; 3664 } 3665 node[route=bus], 3666 node[route=ferry], 3667 node[route=flight], 3668 node[route=ncn], 3669 node[route=subsea], 3670 node[route=ski], 3671 node[route=tour], 3672 node[route=pub_crawl] { 3673 icon-image: "misc/deprecated.png"; 3613 node[sport=badminton] { 3614 icon-image: "misc/no_icon.png"; 3674 3615 set icon_z17; 3675 3616 text: auto; 3676 3617 } 3677 3678 /**************/ 3679 /* sport tags */ 3680 /**************/ 3681 3682 area[sport="9pin"], 3683 area[sport="10pin"], 3684 area[sport=athletics], 3685 area[sport=soccer], 3686 area[sport=australian_football], 3687 area[sport=american_football], 3688 area[sport=canadian_football], 3689 area[sport=gaelic_football], 3690 area[sport=rugby_league], 3691 area[sport=rugby_union] { 3618 area[sport=archery], 3619 area[sport=fishing], 3620 area[sport=safety_training], 3621 area[sport=model_aerodrome], 3622 area[sport=rc_car] { 3692 3623 fill-color: sport#bde3cb; 3693 3624 } 3694 node[sport= "9pin"] {3695 icon-image: "sport/ 10pin.png";3625 node[sport=archery] { 3626 icon-image: "sport/archery.png"; 3696 3627 set icon_z17; 3697 3628 text: auto; 3698 3629 } 3699 node[sport= "10pin"] {3700 icon-image: "sport/ 10pin.png";3630 node[sport=fishing] { 3631 icon-image: "sport/fishing.png"; 3701 3632 set icon_z17; 3702 3633 text: auto; 3703 3634 } 3704 node[sport= athletics] {3705 icon-image: "sport/ athletics.png";3635 node[sport=safety_training] { 3636 icon-image: "sport/safety_training.png"; 3706 3637 set icon_z17; 3707 3638 text: auto; 3708 3639 } 3709 node[sport=soccer], 3710 node[sport=australian_football], 3711 node[sport=american_football], 3712 node[sport=canadian_football], 3713 node[sport=gaelic_football] { 3714 icon-image: "sport/soccer.png"; 3640 node[sport=model_aerodrome] { 3641 icon-image: "transport/airport.png"; 3715 3642 set icon_z17; 3716 3643 text: auto; 3717 3644 } 3718 node[sport=rugby_league], 3719 node[sport=rugby_union] { 3720 icon-image: "sport/football.png"; 3645 node[sport=rc_car] { 3646 icon-image: "transport/car.png"; 3721 3647 set icon_z17; 3722 3648 text: auto; 3723 3649 } 3724 area[sport=baseball], 3725 area[sport=basketball], 3726 area[sport=boules], 3727 area[sport=bowls], 3728 area[sport=canoe], 3729 area[sport=chess], 3730 area[sport=climbing]:closed, 3731 area[sport=cricket], 3732 area[sport=cricket_nets], 3733 area[sport=croquet] { 3734 fill-color: sport#bde3cb; 3650 3651 /****************/ 3652 /* natural tags */ 3653 /****************/ 3654 3655 area[natural=spring] { 3656 fill-color: light_water#00005f; 3735 3657 } 3736 node[ sport=baseball] {3737 icon-image: " sport/baseball.png";3658 node[natural=spring] { 3659 icon-image: "misc/landmark/spring.png"; 3738 3660 set icon_z17; 3739 3661 text: auto; 3740 3662 } 3741 node[ sport=basketball] {3742 icon-image: " sport/basketball.png";3743 set icon_z 17;3663 node[natural=saddle] { 3664 icon-image: "presets/saddle.svg"; 3665 set icon_z0; 3744 3666 text: auto; 3667 set text_z0; 3745 3668 } 3746 node[sport=boules] { 3747 icon-image: "sport/boule.png"; 3748 set icon_z17; 3749 text: auto; 3669 area[natural=peak] { 3670 fill-color: peak#663300; 3750 3671 } 3751 node[ sport=bowls] {3752 icon-image: " sport/boule.png";3753 set icon_z 17;3672 node[natural=peak] { 3673 icon-image: "presets/peak.svg"; 3674 set icon_z0; 3754 3675 text: auto; 3676 set text_z0; 3755 3677 } 3756 node[ sport=canoe] {3757 icon-image: "s port/canoe.png";3758 set icon_z 17;3678 node[natural=peak][tourism=viewpoint] { 3679 icon-image: "sightseeing/peak_viewpoint.svg"; 3680 set icon_z0; 3759 3681 text: auto; 3682 set text_z0; 3760 3683 } 3761 node[sport=chess] { 3762 icon-image: "sport/chess.png"; 3763 set icon_z17; 3684 area[natural=glacier] { 3685 fill-color: glacier#ffffff; 3686 } 3687 node[natural=glacier] { 3688 icon-image: "misc/landmark/glacier_small.png"; 3689 set icon_z0; 3764 3690 text: auto; 3691 set text_z0; 3765 3692 } 3766 node[sport=climbing] { 3767 icon-image: "sport/climbing.png"; 3768 set icon_z17; 3693 area[natural=volcano] { 3694 fill-color: volcano#5f0000; 3695 } 3696 node[natural=volcano] { 3697 icon-image: "misc/landmark/volcano_small.png"; 3698 set icon_z0; 3769 3699 text: auto; 3700 set text_z0; 3770 3701 } 3771 node[sport=cricket] { 3772 icon-image: "sport/cricket.png"; 3702 area[natural=cliff]:closed { 3703 fill-color: natural#002f00; 3704 } 3705 way[natural=cliff] { 3706 repeat-image: "misc/cliff-pattern.png"; 3707 repeat-image-align: top; 3708 width: 1; 3709 color: #b2b2b2; 3710 } 3711 node[natural=cliff] { 3712 icon-image: "misc/cliff.png"; 3773 3713 set icon_z17; 3774 3714 text: auto; 3775 3715 } 3776 node[sport=cricket_nets] { 3716 area[natural=scree] { 3717 fill-color: natural#002f00; 3718 } 3719 node[natural=scree] { 3777 3720 icon-image: "misc/no_icon.png"; 3778 3721 set icon_z17; 3779 3722 text: auto; 3780 3723 } 3781 node[sport=croquet] { 3782 icon-image: "sport/croquet.png"; 3724 area[natural=scrub] { 3725 fill-color: scrub#007000; 3726 } 3727 node[natural=scrub] { 3728 icon-image: "presets/scrub.svg"; 3783 3729 set icon_z17; 3784 3730 text: auto; 3785 3731 } 3786 area[sport=cycling], 3787 area[sport=dog_racing], 3788 area[sport=equestrian], 3789 area[sport=golf], 3790 area[sport=gymnastics], 3791 area[sport=hockey], 3792 area[sport=horse_racing], 3793 area[sport=karting], 3794 area[sport=motocross], 3795 area[sport=motor] { 3796 fill-color: sport#bde3cb; 3732 area[natural=fell] { 3733 fill-color: natural#002f00; 3797 3734 } 3798 node[ sport=cycling] {3799 icon-image: " sport/cycling.png";3735 node[natural=fell] { 3736 icon-image: "misc/no_icon.png"; 3800 3737 set icon_z17; 3801 3738 text: auto; 3802 3739 } 3803 node[sport=dog_racing] { 3804 icon-image: "leisure/dog.png"; 3805 set icon_z17; 3806 text: auto; 3740 area[natural=heath] { 3741 fill-color: heath#ffffc0; 3807 3742 } 3808 node[ sport=equestrian] {3809 icon-image: " sport/riding.png";3743 node[natural=heath] { 3744 icon-image: "misc/no_icon.png"; 3810 3745 set icon_z17; 3811 3746 text: auto; 3812 3747 } 3813 node[sport=golf] { 3814 icon-image: "sport/golf.png"; 3815 set icon_z17; 3816 text: auto; 3748 way[natural=tree_row] { 3749 width: 2; 3750 color: woodarea#008000; 3817 3751 } 3818 node[ sport=gymnastics] {3819 icon-image: " sport/multi.png";3752 node[natural=tree_row] { 3753 icon-image: "misc/no_icon.png"; 3820 3754 set icon_z17; 3821 3755 text: auto; 3822 3756 } 3823 node[sport=hockey] { 3824 icon-image: "sport/hockey.png"; 3757 area[natural=wood] { 3758 fill-color: woodarea#008000; 3759 } 3760 node[natural=wood] { 3761 icon-image: "misc/landmark/trees.png"; 3825 3762 set icon_z17; 3826 3763 text: auto; 3827 3764 } 3828 node[sport=horse_racing] { 3829 icon-image: "sport/riding.png"; 3765 area[natural=grassland] { 3766 fill-color: green#b1e0c2; 3767 } 3768 node[natural=grassland] { 3769 icon-image: "misc/no_icon.png"; 3830 3770 set icon_z17; 3831 3771 text: auto; 3832 3772 } 3833 node[sport=karting] { 3834 icon-image: "sport/karting.png"; 3773 area[natural=wetland] { 3774 fill-color: marsh#4f4ff3; 3775 } 3776 node[natural=wetland] { 3777 icon-image: "misc/no_icon.png"; 3835 3778 set icon_z17; 3836 3779 text: auto; 3837 3780 } 3838 node[sport=motocross] { 3839 icon-image: "sport/motocross.png"; 3781 area[natural=water] { 3782 fill-color: water#0000ff; 3783 } 3784 node[natural=water] { 3785 icon-image: "nautical/water.png"; 3840 3786 set icon_z17; 3841 3787 text: auto; 3842 3788 } 3843 node[sport=motor] { 3844 icon-image: "sport/motor.png"; 3789 way[natural=coastline] { 3790 width: 1; 3791 color: water#0000ff; 3792 } 3793 node[natural=coastline] { 3794 icon-image: "misc/coastline.png"; 3845 3795 set icon_z17; 3846 3796 text: auto; 3847 3797 } 3848 area[sport=multi], 3849 area[sport=pelota], 3850 area[sport=racquet], 3851 area[sport=skating], 3852 area[sport=skateboard] { 3853 fill-color: sport#bde3cb; 3798 area[natural=mud] { 3799 fill-color: mud#cba762; 3854 3800 } 3855 node[ sport=multi] {3856 icon-image: " sport/multi.png";3801 node[natural=mud] { 3802 icon-image: "misc/mud.png"; 3857 3803 set icon_z17; 3858 3804 text: auto; 3859 3805 } 3860 node[sport=pelota] { 3861 icon-image: "sport/pelota.png"; 3806 area[natural=beach] { 3807 fill-color: beach#f8dba2; 3808 } 3809 node[natural=beach] { 3810 icon-image: "misc/beach.png"; 3862 3811 set icon_z17; 3863 3812 text: auto; 3864 3813 } 3865 node[sport=racquet] { 3866 icon-image: "sport/racquetball.png"; 3814 area[natural=sand] { 3815 fill-color: sand#f8dba2; 3816 } 3817 node[natural=sand] { 3818 icon-image: "misc/no_icon.png"; 3867 3819 set icon_z17; 3868 3820 text: auto; 3869 3821 } 3870 node[sport=skating] { 3871 icon-image: "sport/skating.png"; 3822 area[natural=bay], 3823 area[natural=land], 3824 area[natural=cave_entrance] { 3825 fill-color: natural#002f00; 3826 } 3827 node[natural=bay] { 3828 icon-image: "misc/bay.png"; 3872 3829 set icon_z17; 3873 3830 text: auto; 3874 3831 } 3875 node[ sport=skateboard] {3876 icon-image: " sport/skateboard.png";3832 node[natural=land] { 3833 icon-image: "misc/no_icon.png"; 3877 3834 set icon_z17; 3878 3835 text: auto; 3879 3836 } 3880 area[sport=swimming] { 3881 fill-color: swimming_pool#51c4ef; 3882 } 3883 node[sport=swimming] { 3884 icon-image: "sport/pool.png"; 3837 node[natural=cave_entrance] { 3838 icon-image: "misc/landmark/cave_entrance.png"; 3885 3839 set icon_z17; 3886 3840 text: auto; 3887 3841 } 3888 area[sport=skiing], 3889 area[sport=table_tennis], 3890 area[sport=tennis], 3891 area[sport=paintball] { 3892 fill-color: sport#bde3cb; 3893 } 3894 node[sport=skiing] { 3895 icon-image: "sport/skiing.png"; 3842 node[natural=tree] { 3843 icon-image: "misc/landmark/trees.png"; 3896 3844 set icon_z17; 3897 3845 text: auto; 3898 3846 } 3899 node[sport=table_tennis] { 3900 icon-image: "sport/table_tennis.png"; 3847 node[natural=tree][type=conifer], 3848 node[natural=tree][leaf_type=needleleaved] { 3849 icon-image: "misc/landmark/trees_conifer.png"; 3901 3850 set icon_z17; 3902 3851 text: auto; 3903 3852 } 3904 node[sport=tennis] { 3905 icon-image: "sport/tennis.png"; 3853 node[natural=tree][type=broad_leaved], 3854 node[natural=tree][leaf_type=broadleaved] { 3855 icon-image: "misc/landmark/trees_broad_leaved.png"; 3906 3856 set icon_z17; 3907 3857 text: auto; 3908 3858 } 3909 node[ sport=paintball] {3910 icon-image: "misc/ no_icon.png";3859 node[natural=tree][type=palm] { 3860 icon-image: "misc/landmark/trees_palm.png"; 3911 3861 set icon_z17; 3912 3862 text: auto; 3913 3863 } 3914 area[sport=squash], 3915 area[sport=shooting], 3916 area[sport=volleyball], 3917 area[sport=beachvolleyball], 3918 area[sport=bowling], 3919 area[sport=handball], 3920 area[sport=rowing], 3921 area[sport=sailing], 3922 area[sport=diving], 3923 area[sport=badminton] { 3924 fill-color: sport#bde3cb; 3864 3865 /*****************/ 3866 /* waterway tags */ 3867 /*****************/ 3868 3869 way[waterway=river] { 3870 width: 2; 3871 color: water#0000ff; 3925 3872 } 3926 node[sport=squash] {3927 icon-image: "misc/no_icon.png";3928 set icon_z17;3929 text: auto;3873 area[waterway=riverbank] { 3874 fill-color: riverbank#0000cf; 3875 width: 1; 3876 color: riverbank#0000cf; 3930 3877 } 3931 node[sport=shooting] { 3932 icon-image: "misc/no_icon.png"; 3878 way[waterway=canal], way[waterway=wadi] { 3879 width: 2; 3880 color: water#0000ff; 3881 } 3882 way[waterway=stream] { 3883 width: 1; 3884 color: stream#6600cc; 3885 } 3886 way[waterway=ditch], way[waterway=drain] { 3887 width: 1; 3888 color: water#0000ff; 3889 } 3890 area[waterway=dock] { 3891 fill-color: dock#0000cf; 3892 } 3893 node[waterway=dock] { 3894 icon-image: "nautical/boatyard.png"; 3933 3895 set icon_z17; 3934 3896 text: auto; 3935 3897 } 3936 node[ sport=volleyball] {3937 icon-image: " sport/volleyball.png";3898 node[waterway=lock_gate] { 3899 icon-image: "nautical/lock_gate.png"; 3938 3900 set icon_z17; 3939 3901 text: auto; 3940 3902 } 3941 node[ sport=beachvolleyball] {3942 icon-image: " sport/beachvolleyball.png";3903 node[waterway=turning_point] { 3904 icon-image: "nautical/turning.png"; 3943 3905 set icon_z17; 3944 3906 text: auto; 3945 3907 } 3946 node[sport=bowling] { 3947 icon-image: "sport/10pin.png"; 3908 area[waterway=boatyard] { 3909 fill-color: manmade#d8d8d8; 3910 } 3911 node[waterway=boatyard] { 3912 icon-image: "nautical/boatyard.png"; 3948 3913 set icon_z17; 3949 3914 text: auto; 3950 3915 } 3951 node[ sport=handball] {3952 icon-image: " sport/handball.png";3916 node[waterway=water_point] { 3917 icon-image: "accommodation/camping/water.png"; 3953 3918 set icon_z17; 3954 3919 text: auto; 3955 3920 } 3956 node[ sport=rowing] {3957 icon-image: " sport/rowing.png";3921 node[waterway=waste_disposal] { 3922 icon-image: "accommodation/camping/wastewater.png"; 3958 3923 set icon_z17; 3959 3924 text: auto; 3960 3925 } 3961 node[ sport=sailing] {3962 icon-image: " misc/no_icon.png";3926 node[waterway=mooring] { 3927 icon-image: "nautical/marina.png"; 3963 3928 set icon_z17; 3964 3929 text: auto; 3965 3930 } 3966 node[sport=diving] { 3967 icon-image: "sport/diving.png"; 3931 way[waterway=weir] { 3932 width: 2; 3933 color: manmade#d8d8d8; 3934 } 3935 node[waterway=weir] { 3936 icon-image: "nautical/weir.png"; 3968 3937 set icon_z17; 3969 3938 text: auto; 3970 3939 } 3971 node[sport=badminton] { 3940 way[waterway=rapids] { 3941 width: 2; 3942 color: rapids#8080ff; 3943 } 3944 node[waterway=rapids] { 3972 3945 icon-image: "misc/no_icon.png"; 3973 3946 set icon_z17; 3974 3947 text: auto; 3975 3948 } 3976 area[sport=archery], 3977 area[sport=fishing], 3978 area[sport=safety_training], 3979 area[sport=model_aerodrome], 3980 area[sport=rc_car] { 3981 fill-color: sport#bde3cb; 3949 area[waterway=dam]:closed { 3950 fill-color: manmade#d8d8d8; 3982 3951 } 3983 node[sport=archery] { 3984 icon-image: "sport/archery.png"; 3985 set icon_z17; 3986 text: auto; 3952 way[waterway=dam] { 3953 width: 2; 3954 color: manmade#d8d8d8; 3987 3955 } 3988 node[ sport=fishing] {3989 icon-image: " sport/fishing.png";3956 node[waterway=dam] { 3957 icon-image: "nautical/dam.png"; 3990 3958 set icon_z17; 3991 3959 text: auto; 3992 3960 } 3993 node[sport=safety_training] { 3994 icon-image: "sport/safety_training.png"; 3961 /* it's not possible to have both line and area, line seems more likely */ 3962 way[waterway=waterfall] { 3963 width: 2; 3964 color: manmade#d8d8d8; 3965 } 3966 node[waterway=waterfall] { 3967 icon-image: "nautical/waterfall.png"; 3995 3968 set icon_z17; 3996 3969 text: auto; 3997 3970 } 3998 node[sport=model_aerodrome] { 3999 icon-image: "transport/airport.png"; 3971 node[waterway=river], node[waterway=riverbank], 3972 node[waterway=canal], node[waterway=wadi], 3973 node[waterway=stream], 3974 node[waterway=ditch], node[waterway=drain] { 3975 icon-image: "misc/deprecated.png"; 4000 3976 set icon_z17; 4001 3977 text: auto; 4002 3978 } 4003 node[sport=rc_car] { 4004 icon-image: "transport/car.png"; 3979 3980 /**************/ 3981 /* route tags */ 3982 /**************/ 3983 3984 way[route=bus], 3985 way[route=ferry], 3986 way[route=flight], 3987 way[route=ncn], 3988 way[route=subsea], 3989 way[route=ski], 3990 way[route=tour], 3991 way[route=pub_crawl] { 3992 width: 1; 3993 color: route#809bc0; 3994 dashes: 9,9; 3995 } 3996 node[route=bus], 3997 node[route=ferry], 3998 node[route=flight], 3999 node[route=ncn], 4000 node[route=subsea], 4001 node[route=ski], 4002 node[route=tour], 4003 node[route=pub_crawl] { 4004 icon-image: "misc/deprecated.png"; 4005 4005 set icon_z17; 4006 4006 text: auto; 4007 4007 }
