This package browser is in early development. Mind the rough edges.

navit

Car navigation system with routing engine that uses vector maps data

Navit is a car navigation system with a routing engine.

It is meant to work with touchscreen devices, but it also works without a touchscreen. It also supports text to speech.

It can be configured extensively through its own configuration file format. For instance we can configure the graphical interface, and which map data is to be displayed at which zoom level.

It supports different routing profiles: bike, car, car_avoid_toll, car_pedantic, car_shortest, horse, pedestrian, truck.

It can use gpsd or NMEA GPS directly to get position data. It also works without GPS: in this case users can also enter position data directly.

It can also be used to log GPS data to files using the GPX or NMEA formats, or to replay NMEA data.

For maps, it can uses its own "binfile" map format, or Garmin map file format, and data from OpenStreetMap, Garmin maps, Marco Polo Grosser Reiseplaner, Routeplaner Europa 2007, Map + Route.

Installation

Install the latest version of navit as follows:

guix install navit

Or install a particular version:

guix install navit@0.5.6-0.2418e3f

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of navit about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/navit'><img src='https://packages.guix.gnu.org/packages/navit/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/navit/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/navit)

Example Org:

[[https://packages.guix.gnu.org/packages/navit][https://packages.guix.gnu.org/packages/navit/badges/latest-version.svg]]