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
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.
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.
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.
Attachment | Size | Date |
---|---|---|
![]() | 4.33 MB | 08/05/2017 - 14:14 |
![]() | 4.36 MB | 08/05/2017 - 14:22 |
![]() | 4.92 MB | 21/06/2017 - 23:50 |
![]() | 4.95 MB | 21/06/2017 - 23:50 |
![]() | 5.43 MB | 02/10/2018 - 01:04 |
![]() | 5.46 MB | 02/10/2018 - 01:04 |
![]() | 5.47 MB | 29/04/2021 - 17:15 |
![]() | 5.49 MB | 24/05/2022 - 16:50 |
![]() | 5.47 MB | 24/05/2022 - 16:50 |
![]() | 5.66 MB | 04/05/2025 - 22:05 |
![]() | 5.62 MB | 04/05/2025 - 22:05 |
Hello Navitters,
Great news: Navit 0.5.6-3 is out now. Please read this changelog.
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!
Comments
metalstrolch
Mon, 2017/05/08 - 15:39
Permalink
It is preconfigured for ~/Maps/map.navit.bin but you can change by copying /usr/share/harbour-navit/navit.xml into ~/.navit/ and adapting the mapset tags.
ferlanero
Mon, 2017/05/08 - 17:00
Permalink
Thank you very much! Works great in a OnePlus X Sailfish port! Thumbs up!
Pages