js-route-optimization-app icon indicating copy to clipboard operation
js-route-optimization-app copied to clipboard

Travel simulator may try to simulate invalid data

Open jmccollum-woolpert opened this issue 6 months ago • 0 comments

In some datasets, the travel simulator may throw the following error:

travel-simulator.component.ts:98 ERROR Error: coord is required
    at getPointAlongPathByDistance (linear-referencing.ts:40:26)
    at map.selectors.ts:221:48
    at Array.forEach (<anonymous>)
    at getSimulatedVehicleLocationsOnRouteWithHeadings (map.selectors.ts:183:10)
    at map.selectors.ts:243:5

jmccollum-woolpert avatar Apr 08 '25 18:04 jmccollum-woolpert