Ignore:
Timestamp:
2018-06-24T19:29:55+02:00 (6 years ago)
Author:
Don-vip
Message:

fix #16147 - add rendering and validator rules for pressurised waterways

File:
1 edited

Legend:

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

    r13946 r13972  
    14481448    repeat-image: "presets/misc/embankment-pattern-centered.png";
    14491449}
    1450 way[man_made=pipeline] {
     1450way[man_made=pipeline][!waterway] {
    14511451    width: 2;
    14521452    color: pipeline#660000;
     
    43134313    color: riverbank#0000cf;
    43144314}
     4315way[waterway=pressurised],
    43154316way[waterway=canal] {
    43164317    width: 2;
     
    43224323    casing-color: lock#303030;
    43234324    casing-dashes: 5,20;
     4325}
     4326way[waterway=pressurised][tunnel] {
     4327    casing-width: 1;
     4328    casing-color: tunnel#964B00;
     4329}
     4330way[waterway=pressurised][man_made=pipeline] {
     4331    casing-width: 1;
     4332    casing-color: pipeline#660000;
    43244333}
    43254334way[waterway=stream] {
Note: See TracChangeset for help on using the changeset viewer.