[Database] Add a database
Opened this issue · 0 comments
maxlorenz commented
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