Offroad-routing-engine
Offroad-routing-engine copied to clipboard
Off-road Navigation & Analysis System
Results
2
Offroad-routing-engine issues
Sort by
recently updated
recently updated
newest added
Multipolygon relations only support single outer polygon, inner ways are treated as polygons. If outer polygon is MultiLineString, convex_hull attribute is used, which may result in incorrect ouput geometry if...
At the moment __visibility.inner_edges.find_inner_edges__ only processes outer polygon (polygon[0]), completely ignoring inner ones. A visibility graph alorithm should be used to build all inner edges correctly.