itinero / routing2

The next version of the Itinero route planner.
Apache License 2.0
7 stars 1 forks source link

Add utility function to cleanup routes with duplicate shapeMeta #34

Closed pietervdvn closed 1 year ago

pietervdvn commented 1 year ago

In some cases, the instruction generation code might generate routes where multiple shape-metas give information about the same shape. This causes crashes in some code.

This utility-function gives the routing-api the possibility to clean this up.