Changes between Version 1 and Version 2 of Ticket #11464


Ignore:
Timestamp:
2015-05-21T18:18:35+02:00 (9 years ago)
Author:
Klumbumbus
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11464 – Description

    v1 v2  
    55However we already have validator warnings for coastlines and I do not know if an advanced paint style would be distracting. Coastlines are also often together with boundaries and landuse borders. Since I do not have experience with coastline mapping, I'm not sure if it would be helpful or painful. Any opinions?
    66
     7Example:
     8
    79[[Image(coastline.png)]]
     10
     11Code for this:
     12
     13{{{
     14#!mapcss
     15way[natural=coastline] {
     16    width: 1;
     17    color: water#0000ff;
     18    right-casing-width: 2;
     19    right-casing-color: water#0000ff;
     20    right-casing-offset: -1;
     21    left-casing-width: 2;
     22    left-casing-color: brown;
     23    left-casing-offset: -1;
     24}
     25}}}