Ignore:
Timestamp:
2016-06-15T18:50:43+02:00 (8 years ago)
Author:
Klumbumbus
Message:

fix #10717 - add an Error-warning for "Coastline inside water"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/validator/geometry.mapcss

    r10349 r10389  
    273273  throwWarning: tr("Waterway ends without a connection to another waterway or the direction of the waterway is wrong.");
    274274}
     275
     276/* #10717 */
     277way[natural=coastline] ∈ area[natural=water],
     278way[natural=coastline] ∈ area[waterway=riverbank] {
     279  throwError: tr("Coastline inside {1}", "{0.tag}");
     280}
Note: See TracChangeset for help on using the changeset viewer.