modrana
modrana copied to clipboard
ModRana is a flexible GPS navigation system for mobile devices. This is the main upstream modRana source code repository - waiting for your pull requests & patches! :)
ModRana currently only shows the route on the map - it should be possible to also list directions for the individual steps comprising the route.
It should be possible to enhance the built-in map config file with separate map config "fragments", that would add additional map layer & group definitions "on top" of the default...
Looks like the attempt to determine current location if not known might be at fault.
The preset search result list shows & as & but the result detail has it right.
I am developing a simple server that can be used as a drop-in replacement for online map services: https://github.com/rinigus/osmscout-server . The integration with modRana was very simple (see modRana under...
The modrana wrapper script does forward normal command line options, but ignores subcommands: modrana poi --help ^ This does not work - the top-level modRana help is printed while help...
Quite possibly to a new "tracklog" sub command to not clutter the top-level namespace: modrana tracklog --show "~/tracklogs/zlin-brno.gpx"
Would be nice to have debian packaging apart from different distros mentioned/told therein. All deb-based distros. on desktop,lappies, workstations etc. would benefit. I did file bugs.debian.org/835256 . In case if...
Keep last used map layer group open in the map layer selection dialog, so that users aren't dumped to the top of the list every time they want to switch...
I had a stray " in the label field of a map_config.conf entry, which resulted in the application only showing the progress bar on startup and never anything else. This...