Questions tagged [navit]

Navit is a car navigation system with routing engine.

Navit is a car navigation system with routing engine.

Navit's modular design is capable of using vector maps of various formats for routing and rendering on the screen. It's even possible to use multiple maps at the same time.

The GTK+ or SDL user interfaces are designed to work well with touch screen displays. Points of Interest of various formats are displayed on the map.

10 questions
2
votes
0 answers

Is it possible for two applications to use the framebuffer simultaneously?

I'm developing a dashboard computer for my car based on a Raspberry Pi and a touchscreen. The GUI is based on PyGame so it can write directly to the framebuffer, which works fine. However, I'm looking to integrate the navigation software Navit into…
1
vote
1 answer

Navit and Debug it

Does anybody know how i can debug Navit. It doesn't matter if i can do it in MS Visual Studio or Eclipse. It doesn't matter if I have to do that under Windows or Ubuntu.
Christian
  • 11
  • 2
1
vote
0 answers

Mouse Clickevents are not registering after embedding Navit

I am currently trying to develop a board computer for my good old Audi A4. So I am writing a full screen app using Python Qt and in this application I want to embed Navit (an opensource GPS navigation system Navit Homepage) into my software. On…
0
votes
0 answers

Embed Navit in Qt Screen

When trying to build my own GUI with Navit in center, I tried now a few different ways. The only working way seems to be Qt, but I´m still having problems with using it. The following code can start Navit and my main window, but they are both…
WillGIam
  • 1
  • 1
0
votes
2 answers

Navit Excepition:java.lang.ExceptionInInitializerError

While running the Navit code for car navigation, I am getting the following exception, i thought that navit library is not available. please any one help me. E/AndroidRuntime( 365): Uncaught handler: thread main exiting due to uncaught…
Naresh
  • 59
  • 1
  • 6
0
votes
1 answer

How to fix "SDL_Init failed -1" in buildroot Raspberry image?

I'm trying to compile Navit for Raspberry Pi 3 with Buildroot image (WPE Framework included). There is only WPE Framework running on startup (no x server) therefore I would like to display Navit using framebuffer directly. I know there is support…
sticker
  • 83
  • 8
0
votes
0 answers

navit language on Raspberry pi3

I follow the tutorial of this page http://ozzmaker.com/navigating-navit-raspberry-pi/ everything seems fine. I downloaded Asia -Korea, Japan and I also changed the language as "ko_KR" but the problem is happened blow picture. the letters don't come…
Daniel_Lee
  • 35
  • 6
0
votes
1 answer

Set Destination From Bookmarks Using Dbus Navit

By following the example here (http://wiki.navit-project.org/index.php/Talk:Dbus), I was able to zoom in and out of map in navit successfully. Is there a way to set destination for the map using saved bookmarks in a similar manner with dbus in…
4bdu1
  • 335
  • 2
  • 12
0
votes
1 answer

What is the path of 'navit.xml' file in Raspberry Pi

I am trying to configure Navit om my RaspberryPi but I can't find navit.xml to change. Everybody tell navit.xml file should be chanced to configuration on the internet but no one says where it is. Where is the navit.xml in RaspberryPi?
ffttyy
  • 853
  • 2
  • 19
  • 49
0
votes
1 answer

Navit Android Project In Eclipse

I checked out this before I ask my question: How to import Navit into Eclipse and use it in own android project However, it does not work as it is answered. Could anyone please explain how to use Navit in an Android project? Most of them are C…
Yousef
  • 393
  • 8
  • 23