nav-e/routing

[Database] Add a database

Opened this issue · 0 comments

The routing is still using an in-memory structure that gets created when importing pbf files

Great would be a database (preferably Postgres or SQLite) that could hold the pbf data and load chunks for routing.

See osm/cache.go for the in-memory implementation