openplannerteam / itinero-tiled-routing

A repository to focus the work on tiled-routing in Itinero.
Apache License 2.0
2 stars 2 forks source link

Implement dykstra/A* #8

Closed xivk closed 5 years ago

xivk commented 5 years ago

Implement dykstra/A*. Just reuse what's there in Itinero already. Start with a simple vertex-based version, not supporting turn-restrictions and edge-based routing just yet.