mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-30 11:49:39 +02:00
Flag disconnected ferry routes
Flag disconnected highway multipolygon outer member ways Let routing islands cross ferry routes
This commit is contained in:
@@ -207,7 +207,7 @@ export function validationImpossibleOneway() {
|
||||
}
|
||||
}
|
||||
|
||||
var validation = function checkDisconnectedWay(entity, context) {
|
||||
var validation = function checkImpossibleOneway(entity, context) {
|
||||
|
||||
if (entity.type !== 'way' || entity.geometry(context.graph()) !== 'line') return [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user