Changeset 7154 in josm


Ignore:
Timestamp:
2014-05-20T23:18:38+02:00 (10 years ago)
Author:
bastiK
Message:

see #9144 - Always treat multipolygons as area

File:
1 edited

Legend:

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

    r7148 r7154  
    598598/*    priority="200"*/
    599599}
     600way[highway=pedestrian][area?], relation[type=multipolygon][highway=pedestrian] {
     601    width: 3;
     602    realwidth: 5;
     603    color: foot#00ff00;
     604    fill-color: foot#00ff00;
     605}
    600606way[highway=pedestrian] {
    601607    width: 3;
    602608    realwidth: 5;
    603609    color: foot#00ff00;
    604 }
    605 area[highway=pedestrian][area?]:closed {
    606     width: 3;
    607     realwidth: 5;
    608     color: foot#00ff00;
    609     fill-color: foot#00ff00;
    610610}
    611611way[highway=steps] {
     
    25302530/*    priority="10"*/
    25312531}
    2532 area[public_transport=platform]:closed {
     2532way[public_transport=platform][area?], relation[type=multipolygon][public_transport=platform] {
    25332533    fill-color: service#809bc0;
    25342534}
    2535 way[public_transport=platform] {
     2535way[public_transport=platform][!area?] {
    25362536    width: 1;
    25372537    realwidth: 1;
Note: See TracChangeset for help on using the changeset viewer.