Changeset 7612 in josm for trunk


Ignore:
Timestamp:
2014-10-13T09:06:37+02:00 (10 years ago)
Author:
Don-vip
Message:

fix #10627 - display bridge also for railway=abandoned and railway=disused (patch by Klumbumbus)

File:
1 edited

Legend:

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

    r7611 r7612  
    31403140/* -> draw on separate layer with higher z-index, but use */
    31413141/* modifier: false; to suppress default line when used alone. */
    3142 way[railway=disused]::core_railway,
    3143 way[railway=abandoned]::core_railway {
     3142/* use default layer when used without highway=* to display bridge correctly */
     3143way[railway=disused][highway]::core_railway,
     3144way[railway=disused][!highway],
     3145way[railway=abandoned][highway]::core_railway,
     3146way[railway=abandoned][!highway] {
    31443147    width: 1;
    31453148    modifier: false;
Note: See TracChangeset for help on using the changeset viewer.