Flag disconnected ferry routes

Flag disconnected highway multipolygon outer member ways
Let routing islands cross ferry routes
This commit is contained in:
Quincy Morgan
2019-05-17 00:15:53 -04:00
parent 07bc2821cd
commit e697bdbeb1
6 changed files with 50 additions and 95 deletions
+1 -1
View File
@@ -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 [];