Changeset 7172 in josm for trunk/styles/standard


Ignore:
Timestamp:
2014-05-23T18:25:10+02:00 (10 years ago)
Author:
bastiK
Message:

applied #9258 - display bicycle=yes; foot=designated; highway=path in default paint style (patch by Klumbumbus)

File:
1 edited

Legend:

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

    r7160 r7172  
    601601    dashes-background-color: foot#00ff00;
    602602/*    priority="200"*/
     603}
     604way[highway=cycleway][foot=yes],
     605way[highway=path][bicycle=designated][foot=yes],
     606way[highway=path][bicycle=official][foot=yes] {
     607    width: 1;
     608    realwidth: 2;
     609    color: bicycle#b100ff;
     610    dashes: 21,7;
     611    dashes-background-color: foot#00ff00;
     612}
     613way[highway=footway][bicycle=yes],
     614way[highway=path][bicycle=yes][foot=designated],
     615way[highway=path][bicycle=yes][foot=official] {
     616    width: 1;
     617    realwidth: 2;
     618    color: foot#00ff00;
     619    dashes: 21,7;
     620    dashes-background-color: bicycle#b100ff;
    603621}
    604622way[highway=pedestrian][area?], relation[type=multipolygon][highway=pedestrian] {
Note: See TracChangeset for help on using the changeset viewer.