Opened 11 years ago

Last modified 11 years ago

#10825 closed enhancement

add validator warning for tags on isolated nodes, which should be part of a way — at Initial Version

Reported by: Klumbumbus Owned by: Klumbumbus
Priority: normal Milestone: 14.12
Component: Core validator Version:
Keywords: Cc:

Description

I suggest to add the following validator warning:

node:unconnected[entrance],
node:unconnected[traffic_calming],
node:unconnected[highway=mini_roundabout],
node:unconnected[highway=motorway_junction],
node:unconnected[highway=turning_loop],
node:unconnected[highway=turning_circle],
node:unconnected[highway=crossing],
node:unconnected[crossing],
node:unconnected[highway=traffic_signals] {
  throwWarning: tr("{0} must be connected to a way", "{1.tag}");
}

(partly based on ticket:9576#comment:5)

Any opinions about this, or more tags to add to the list?

Change History (0)

Note: See TracTickets for help on using tickets.