Changeset 10530 in josm


Ignore:
Timestamp:
2016-07-13T16:45:55+02:00 (8 years ago)
Author:
Klumbumbus
Message:

see #12646 - don't warn about "Unconnected waterway or wrong way flow" if waterway ends with a natural=sinkhole or natural=cave_entrance node

File:
1 edited

Legend:

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

    r10429 r10530  
    271271
    272272/* #12646, #12992 */
    273 way[waterway=~/^(stream|ditch|river|drain)$/]!:closed >[index=-1] node!:connection:in-downloaded-area {
     273way[waterway=~/^(stream|ditch|river|drain)$/]!:closed >[index=-1] node[natural!=sinkhole][natural!=cave_entrance]!:connection:in-downloaded-area {
    274274  throwWarning: tr("Waterway ends without a connection to another waterway or the direction of the waterway is wrong.");
    275275}
Note: See TracChangeset for help on using the changeset viewer.