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 |
---|---|---|
harbour-navit-0.5.1-2.armv7hl.rpm | 4.33 MB | 08/05/2017 - 14:14 |
harbour-navit-0.5.1-2.i586.rpm | 4.36 MB | 08/05/2017 - 14:22 |
harbour-navit-0.5.1-3.armv7hl.rpm | 4.92 MB | 21/06/2017 - 23:50 |
harbour-navit-0.5.1-3.i586.rpm | 4.95 MB | 21/06/2017 - 23:50 |
harbour-navit-0.5.3-1.armv7hl.rpm | 5.43 MB | 02/10/2018 - 01:04 |
harbour-navit-0.5.3-1.i586.rpm | 5.46 MB | 02/10/2018 - 01:04 |
harbour-navit-0.5.6-1.armv7hl.rpm | 5.47 MB | 29/04/2021 - 17:15 |
harbour-navit-0.5.6-2.aarch64.rpm | 5.49 MB | 24/05/2022 - 16:50 |
harbour-navit-0.5.6-2.armv7hl.rpm | 5.47 MB | 24/05/2022 - 16:50 |
Hello Navitters,
Great news: Navit 0.5.6-2 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
Caballlero
Tue, 2017/05/09 - 21:38
Permalink
Very good to see this app here. Despite all the documentation to configure the map, I can not configure it yet the .xml file. ??
metalstrolch
Tue, 2017/05/09 - 21:50
Permalink
No "need" to configure the map in the xml file. Just put your map to /home/nemo/Maps/map.navit.bin and it should work. You may need to create the /home/nemo/Maps directory to do this.
Caballlero
Tue, 2017/05/09 - 22:14
Permalink
i did /home/nemo/Maps/map.navit.bin, but not start up. note: i have ~/.navit empy.
metalstrolch
Tue, 2017/05/09 - 22:49
Permalink
My suggestion then is to run harbour-navit from the console and check the output for error messages. What device/version are you on?
Caballlero
Tue, 2017/05/09 - 23:04
Permalink
Jolla c
| SailfishOS 2.1.0.11 (Iijoki) (armv7hl) '--- [nemo@Sailfish ~]$ harbour-navit [D] unknown:0 - Using Wayland-EGL error:speech_qt5_espeak:bool qt5_espeak_init_espeak(speech_priv*, attr**):Sampl e rate is 22050 error:navit:xinclude:Unable to include /usr/share/harbour-navit/maps/*.xml error:map_binfile:map_binfile_open:Failed to load '/home/nemo/Maps/map.navit.bi n'|
metalstrolch
Tue, 2017/05/09 - 23:40
Permalink
Navit cannot load yor map.
Please check permissions of the map file. You can copy the sample map from /usr/share/harbour-navit/maps to ensure map is right. (sample shows munic, germany) Additional check /usr/share/harbour-navit/navit.xml for mapset tag. Looks as if youve got a typo here.
Caballlero
Wed, 2017/05/10 - 00:23
Permalink
the map have execution permit , i suspect my map is broken. I think that navit need update all maps.
paolomi
Wed, 2017/05/10 - 09:52
Permalink
@Caballero
download the map again! I've download 3 times, because the map wasn't fully downloaded and the server doesn't support resume (wget -c doesn't work), so you have to restart download. And check that is fully downloaded.
paolomi
Tue, 2017/05/09 - 14:11
Permalink
many thanks for navit! :) is it really gtk+ user interface?
by the way, there is a little error in navit.xml:
/usr/share/navit/maps/osm_bbox_11.3,47.9,11.7,48.2.bin
should be
/usr/share/harbour-navit/maps/osm_bbox_11.3,47.9,11.7,48.2.bin
metalstrolch
Tue, 2017/05/09 - 18:26
Permalink
The Sailfish version is using NavIT's internal GUI on a QML Qt5 graphics backend. It does not have any dependencies to gtk+. In fact this version has only one dependency that is forbidden in Harbour: libfreetype.
Of course NavIT could have a GTK gui, but not for Sailfish.
Thanks for the hint about the config error. I'll fix that in the next release. At the moment the NavIT project is refurbishing the configuration in general, so stay tuned.
paolomi
Wed, 2017/05/10 - 09:45
Permalink
many thanks for the explanation :)
By the way, the page "interactive help" has been deleted, then fix the description above, remove "If you don't know where to start, we recommend you to read the Interactive Help : http://wiki.navit-project.org/index.php/Interactive_help "
MooCrumpus
Tue, 2017/05/09 - 11:15
Permalink
Does it match with OSM Scout Server's maps?
metalstrolch
Tue, 2017/05/09 - 12:42
Permalink
No, NavIT is not tile based and therefore not compatible to OSM Scout. But it does not need internet connection for routing either, NavIT uses mostly its own binary vector map format processed out of OSM data. You can download preprocessed maps from Navit Planet Extractor.
NavIT can use some other map formats as well. See NavIT home page
ferlanero
Mon, 2017/05/08 - 15:27
Permalink
Thank you for this release! In which folder do we have to place the downloaded maps to NavIT recognizes them? Thank you!
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