navit-gps / navit

The open source (GPL v2) turn-by-turn navigation software for many OS
http://www.navit-project.org
Other
558 stars 175 forks source link

navit.xml on tomtom #952

Open kortemik opened 4 years ago

kortemik commented 4 years ago

875 installs navit.xml to navit/share/ but navit/bin/navit-wrapper has following paths so it does not run out of the box for 320x240 devices, and is also commented out.

# Run Navit.
if /mnt/sdcard/navit/sdl/testvidinfo | grep 480x272
then
        /mnt/sdcard/navit/bin/navit /mnt/sdcard/navit/share/tomtom480.xml 2>/mnt/sdcard/navit/navit.log&
# tomtom320xml is not provided yet
# elif  /mnt/sdcard/navit/sdl/testvidinfo | grep 320x240
# then
#       /mnt/sdcard/navit/bin/navit /mnt/sdcard/navit/share/config/tomtom320.xml 2>/mnt/sdcard/navit/navit.log&
else
        exit 1
fi
kortemik commented 4 years ago

also tomtom480.xml is still missing in addition to tomtom320.xml

kortemik commented 4 years ago

cp share/navitlayout* .navit/

was also needed

jkoan commented 4 years ago

Thx for pointing this out, i will see how we can fix this soon.