Ignore:
Timestamp:
2014-05-21T20:11:53+02:00 (10 years ago)
Author:
bastiK
Message:

see #9144 - remove generic style for area=yes. refinements for tags where area=yes/no is meaningful

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/styles/standard/elemstyles.mapcss

    r7157 r7159  
    2929    text: auto;
    3030/*    priority="-100000"*/
    31 }
    32 area[area?] {
    33     fill-color: area#ffffff;
    34 /*     priority="-10000"*/
    3531}
    3632
     
    550546    color: street#c0c0c0;
    551547}
     548area[highway=service][area?] {
     549    fill-color: service#809bc0;
     550}
    552551way[highway=service] {
    553552    width: 1;
     
    564563    realwidth: 2;
    565564    color: bicycle#b100ff;
     565}
     566area[highway=footway][area?] {
     567    fill-color: foot#00ff00;
    566568}
    567569way[highway=footway] {
     
    11481150area[leisure=golf_course],
    11491151area[leisure=stadium],
    1150 area[leisure=track]:closed,
     1152area[leisure=track][!area?!]:closed,
    11511153area[leisure=pitch],
    11521154area[leisure=water_park] {
     
    25322534/*    priority="10"*/
    25332535}
    2534 way[public_transport=platform][area?], relation[type=multipolygon][public_transport=platform] {
     2536area[public_transport=platform]:closed {
    25352537    fill-color: service#809bc0;
    25362538}
    2537 way[public_transport=platform][!area?] {
    2538     width: 1;
     2539way[public_transport=platform]!:closed {
     2540    width: 3;
    25392541    realwidth: 1;
    25402542    color: service#809bc0;
    2541     dashes: 9,9;
    2542     dashes-background-color: livingdashed#00ff00;
     2543    dashes: 12,3;
    25432544}
    25442545node[public_transport=platform] {
Note: See TracChangeset for help on using the changeset viewer.