navit:Robotaxi

Last commit made on 2017-09-01
Get this branch:
git clone -b Robotaxi https://git.launchpad.net/navit

Branch merges

Branch information

Name:
Robotaxi
Repository:
lp:navit

Recent commits

4c89acc... by jkoan <email address hidden>

Removed deprecated files and fixed a configuration example

* baud to baudrate

* We dont need empty files which cause confusion

* Remove README because its an old and not uptodate one

* Useless file

* as its dummy we probably dont need it

* Remove files from onld build system.

* Fix Cpack build

f5abdd3... by jkoan <email address hidden>

Moved xpm to icons (#307)

0d5ef51... by Pierre GRANDIN <email address hidden>

Fixes displaying the heightline route info (#294)

* Fixes displaying the heightline route info

* Use cached copy for libpng / tomtom (#276)

* Update build_tomtom_plugin.sh

* Update build_tomtom_minimal.sh

* Renamed the Links to fit navit repo

bf251bb... by Pierre GRANDIN <email address hidden>

Updated shapefile driver (#295)

25f8650... by mdankov <email address hidden>

Add multicountry towns support in maptool (#305)

* maptool:Allow multinational towns
OSM community tends to allow to map disputed territories all around the world
as belonging to every country, which claims the territory.
maptool was randomly choosing only one of such countries for each town
an a disputed territory.
This commit makes maptool to conform OSM practice. It will assign a town to
every country, which drew its boundary around the town node.

* Fix maptool crash related to freed memory access

* Reduce debug noise in maptool

28478e7... by jkoan kerich

we always want the failed code from bash not from tee

78f9baa... by jkoan kerich

little quick change to make it working fast

7a6ee64... by jkoan kerich

Added basic logging to circleci to be sure to have the FULL logs

fe72380... by =?utf-8?q?Johan_Fiti=C3=A9?= <email address hidden>

Auto pitch and orientation (#306)

* Initial commit

* Use original pitch when autozoom is not active

* Apply pitch correction in reverse when reading attribute

* Always show zoom in and out buttons

* Remove space before closing tag

48f4f85... by mdankov <email address hidden>

#1352 workaround

Deleted lines have no sense at all as we have no popup_printf_cb function.
Android version crashes at start if dbg_level attribute of any <debug> element set to "debug".