almost full coverage for graphhopper georouter

This commit is contained in:
sbriat
2023-08-23 14:32:17 +02:00
parent 158b12b150
commit 66d4d58dd1
7 changed files with 718 additions and 50 deletions

View File

@@ -32,7 +32,8 @@ export type Route = {
fwdAzimuth: number;
backAzimuth: number;
distanceAzimuth: number;
points: SpacetimePoint[] | Coordinates[];
points: Coordinates[];
spacetimeWaypoints: SpacetimePoint[];
};
export type Path = {