Changeset 10427 in josm


Ignore:
Timestamp:
2016-06-19T17:21:35+02:00 (8 years ago)
Author:
Klumbumbus
Message:

see #12646, fix #12992 - limit "Unconnected waterway or wrong way flow" warning to waterway=stream|ditch|river|drain

File:
1 edited

Legend:

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

    r10422 r10427  
    269269}
    270270
    271 /* #12646 */
    272 way[waterway][waterway!=canal][waterway!=dam]!:closed >[index=-1] node!:connection:in-downloaded-area {
     271/* #12646, #12992 */
     272way[waterway=~/^(stream|ditch|river|drain)$/]!:closed >[index=-1] node!:connection:in-downloaded-area {
    273273  throwWarning: tr("Waterway ends without a connection to another waterway or the direction of the waterway is wrong.");
    274274}
Note: See TracChangeset for help on using the changeset viewer.