Ignore:
Timestamp:
2019-10-04T14:08:23+02:00 (5 years ago)
Author:
Klumbumbus
Message:

fix #16334, see #12646 - don't warn about unconnected waterway=ditch

File:
1 edited

Legend:

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

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