you are viewing a single comment's thread
view the rest of the comments
[–] 6 points 1 month ago (1 child)

Description: Car navigation application for Linux A turn-by-turn car navigation app built with Qt 6, MapLibre, and OpenStreetMap data. Features include voice guidance, Overture Maps POI search, and offline route calculation via OSRM or Valhalla.

I am confused. Looking at the code, both OSRM and Valhalla are actually online routing services and require an internet connection. There is no offline route calculation in this code as far as I can tell.

  • source
  • hideshow 2 child comments
  • [–] 5 points 1 month ago

    Yeah, it doesn't have downloadable maps or offline routing (at least yet). It does however cache the map tiles it downloaded, and it seems to also cache some POIs (e.g. I can see opening hours for shops around me even without the internet).

  • source
  • parent