Changeset 18175 in josm for trunk/resources


Ignore:
Timestamp:
2021-08-25T15:02:54+02:00 (3 years ago)
Author:
Don-vip
Message:

fix #21225 - no warning if waterway ends with waterway=stream_end on final node

File:
1 edited

Legend:

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

    r18019 r18175  
    363363
    364364/* #12646, #12992, #16334 */
    365 way[waterway=~/^(stream|river|drain)$/]!:closed >[index=-1] node[natural!=sinkhole][natural!=cave_entrance]!:connection:in-downloaded-area {
     365way[waterway=~/^(stream|river|drain)$/]!:closed >[index=-1] node[natural!=sinkhole][natural!=cave_entrance][waterway!=stream_end]!:connection:in-downloaded-area {
    366366  throwWarning: tr("Waterway ends without a connection to another waterway or the direction of the waterway is wrong.");
    367367}
Note: See TracChangeset for help on using the changeset viewer.