Changes between Version 4 and Version 5 of Styles/Waterways


Ignore:
Timestamp:
2023-10-06T02:29:33+02:00 (2 years ago)
Author:
pierzen
Comment:

add styles for dam and weir nodes

Legend:

Unmodified
Added
Removed
Modified
  • Styles/Waterways

    v4 v5  
    1 Colors waterways and flags various typology errors with red triangles (ie  disconnected segments, opposite direction, transition from river to stream)
     1Colors waterways features and caracteristics  and flags typology errors with red triangles (ie  disconnected segments, transition from river to stream). Styling of Waterways and natural features characteristics (ie. tunnel, bridge, intermitent) looks alike OSM Carto Style.
    22
    33[[Image(waterways-guide.png)]]
     
    99  title: "waterways";
    1010  version: "1.[[revision]]_[[date]]";
    11   description: "Colors waterways features and caracteristics  and flags typology errors with red triangles (ie  disconnected segments, transition from river to stream).";
     11  description: "Colors waterways features and caracteristics  and flags typology errors with red triangles (ie  disconnected segments, transition from river to stream). Styling of Waterways and natural features characteristics (ie. tunnel, bridge, intermitent) looks alike OSM Carto Style.";
    1212  icon: "waterways.png";
    1313  author: "Pierre Béland";
     
    304304        symbol-stroke-opacity:1;
    305305}
    306 node|z14-[waterway=dam], way > node|z14[waterway=dam] {
     306node|z6-9[waterway=dam] {
    307307  z-index: 10;
    308   symbol-size:12;
    309   symbol-shape: rectangle;
    310   symbol-stroke-color: #808080;
     308  symbol-size:10;
     309  symbol-shape: circle;
     310  symbol-stroke-color: #333333;
    311311  symbol-stroke-width: 2;
    312   symbol-fill-color: white;}
     312  symbol-fill-color: #adadad;
     313  symbol-stroke-opacity:1;
     314  symbol-fill-opacity:1;
     315}
     316node|z10-[waterway=dam] {
     317  z-index: 10;
     318  symbol-size:30;
     319  symbol-shape: circle;
     320  symbol-stroke-color: #333333;
     321  symbol-stroke-width: 2;
     322  symbol-fill-color: #adadad;
     323  symbol-stroke-opacity:1;
     324  symbol-fill-opacity:1;
     325}
     326node|z6-9[waterway=weir] {
     327  z-index: 10;
     328  symbol-size:10;
     329  symbol-shape: circle;
     330  symbol-shape: circle;
     331  symbol-stroke-color: #333333;
     332  symbol-stroke-width: 2;
     333  symbol-fill-color: #6f9ddc;
     334  symbol-stroke-opacity:1;
     335  symbol-fill-opacity:0.4;
     336}
     337node|z10-[waterway=weir] {
     338  z-index: 10;
     339  symbol-size:30;
     340  symbol-shape: circle;
     341  symbol-stroke-color: #333333;
     342  symbol-stroke-width: 2;
     343  symbol-fill-color: #6f9ddc;
     344  symbol-stroke-opacity:1;
     345  symbol-fill-opacity:0.4;
     346}
    313347
    314348way[waterway=canal] > node|z16- {   
     
    423457        symbol-stroke-width:2;
    424458}
    425 
    426459}}}