Changeset 10232 in josm


Ignore:
Timestamp:
2016-05-16T18:41:53+02:00 (8 years ago)
Author:
Klumbumbus
Message:

fix #12646 - warn about "Unconnected waterway or wrong way flow"; ignore hazmat=designated

Location:
trunk/data/validator
Files:
2 edited

Legend:

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

    r10231 r10232  
    268268  throwWarning: tr("Node connects a power line or cable with an object which is not related to the power infrastructure.");
    269269}
     270
     271/* #12646 */
     272way[waterway]!:closed >[index=-1] node!:connection:in-downloaded-area {
     273  throwWarning: tr("Waterway ends without a connection to another waterway or the direction of the waterway is wrong.");
     274}
  • trunk/data/validator/ignoretags.cfg

    r10227 r10232  
    153153K:priority_road=yes_unposted
    154154K:priority_road=end
     155K:hazmat=designated
    155156K:hazmat=no
    156157K:hazmat:water=no
Note: See TracChangeset for help on using the changeset viewer.