NavIT

Rating: 
4.90909
Your rating: None Average: 4.9 (11 votes)

Navit is a open source (GPL) car navigation system with routing engine.

It's modular design is capable of using vector maps of various formats for routing and rendering of the displayed map. It's even possible to use multiple maps at a time.

The user interface is designed to work well with touch screen displays. Points of Interest of various formats are displayed on the map.

The current vehicle position is read from gps

The routing engine not only calculates an optimal route to your destination, but also generates directions and even speaks to you.

Navit currently speaks over 70 languages!

You can help translating via our web based translation page : http://translations.launchpad.net/navit/trunk/+pots/navit

For help or more information, please refer to the wiki : http://wiki.navit-project.org

Maps:

The best navigation system is useless without maps. While others are known to work too, the simplest solution is to use OpenStreetMaps by downloading prepared map from the navit planet extractor.

This release is preconfigured to expect a map file at /home/nemo/Documents/map.navit.bin

Older releases up to verion 0.5.6-1 were preconfigured to expect a map file at /home/nemo/Maps/map.navit.bin instead. Move map to newer locatuin if upgrading.

Routing algorithm

NavIt uses a Dijkstra algorithm for routing. The routing starts at the destination by assigning a value to each point directly connected to destination point. The value represents the estimated time needed to pass this distance.

Now the point with the lowest value is choosen using the Fibonacci heap and a value is assigned to connected points whos are unevaluated or whos current value ist greater than the new one.

The search is repeated until the origin is found.

Once the origin is reached, all that needs to be done is to follow the points with the lowest values to the destination.

User configuration

Navit can be fully customized by copying and editing some xml files. Up to version 0.6.6-1, the user configuration directory was configured to be /home/nemo/.navit/ . Due to sandboxing requirements this was changed to be /home/nemo/.config/org.navitproject/navit . The default configuration is located under /usr/share/harbour-navit/ for all versions. Simply copy over the .xml files and start customizing.

Screenshots: 
Application versions: 
AttachmentSizeDate
File harbour-navit-0.5.1-2.armv7hl.rpm4.33 MB08/05/2017 - 14:14
File harbour-navit-0.5.1-2.i586.rpm4.36 MB08/05/2017 - 14:22
File harbour-navit-0.5.1-3.armv7hl.rpm4.92 MB21/06/2017 - 23:50
File harbour-navit-0.5.1-3.i586.rpm4.95 MB21/06/2017 - 23:50
File harbour-navit-0.5.3-1.armv7hl.rpm5.43 MB02/10/2018 - 01:04
File harbour-navit-0.5.3-1.i586.rpm5.46 MB02/10/2018 - 01:04
File harbour-navit-0.5.6-1.armv7hl.rpm5.47 MB29/04/2021 - 17:15
File harbour-navit-0.5.6-2.aarch64.rpm5.49 MB24/05/2022 - 16:50
File harbour-navit-0.5.6-2.armv7hl.rpm5.47 MB24/05/2022 - 16:50
Changelog: 

Hello Navitters,

Great news: Navit 0.5.6-2 is out now. Please read this changelog.

  • Minimum required version is Sailfish 3.4.0.24. Should be good for Jolla1
  • Enable sandboxing on Sailfish 4.4
  • Default map location moved from /home/nemo/Maps/map.navit.bin to /home/nemo/Documents/map.navit.bin due to sandboxing requirements. Move maps if required.
  • User configuration moved from /home/nemo/.navit to /home/nemo/org.navitproject/navit due to sandboxing requirements. Ensure to move custom configuration and bookmarks to new location after update if required.
  • aarch64 support (completely untested due to lack of device. Any donors?)

If you want to know about other changes see the Changelog at: https://github.com/navit-gps/navit/blob/v0.5.6/CHANGELOG.md

For the full list of commits, see: v0.5.5...v0.5.6

Please report issues at https://github.com/navit-gps/navit/issues/new
The documentation can be found at http://wiki.navit-project.org/ and https://navit.readthedocs.io/en/trunk/index.html

To get the latest builds, see: http://download.navit-project.org/

Happy routing!