OLFDB

Results 14 issues of OLFDB

In the documentation of 3. Maps->3.2. Binfile So, the world gives a 40000x40000km rectangle (tile). This rectangle is divided into 4 equally-sized sub-rectangles (tiles) called a,b,c and d _counter clockwise_...

doc

In navit.c navit_layout_switch the GNSS time (UTC) is taken to calculate the sunrise/set values. ``` 3540 if (vehicle_get_attr(n->vehicle->vehicle, attr_position_time_iso8601,&iso8601_attr,NULL)==1) { currTs=iso8601_to_secs(iso8601_attr.u.str); ``` Later currTs is used to determine if time...

When navit changes the layout, the OSD auxmap keeps the one active on startup. It should change it as well.

This PR is to get a working iOS build. Tested on iPhone 6 Plus, iPhone 8 with iOS 14.6. ~~Fullscreen is not working yet, but~~ app is fully usable. Tested...

Here are changes needed to build on macos. Tested on a clean install of Big Sur 11.0.1. Instruction on how to build are contained in the doc/development/macos_development.rst file.

The navit routing engine is capable of truck navigation, taking into account sizes and weights (including axle weights) already. This PR will enable maptool to provide the data needed by...

Added missing dependency libspeechd-dev for Raspberry Pi OS.

For macos autogen.sh has to be started with `--prefix=/opt/local `. There is still an issue with target `install-data-hook`, but ebusd and tools are working. I did a quick check building...

Fixing the bookmark issue and making UTM coordinates working. Examples: utm32U: 674499.306 5328063.675 utmref32UPU:74499.306 28063.675 Added coordinates.rst taking over the wiki page and adding description for UTM coordinates.

When starting the first time on Linux Debian 11 and setting the first destination navit crashes. coord_parse is not detecting the coordinate leading to the crash when the destination.txt gets...