View Single Post
Posts: 1,548 | Thanked: 7,510 times | Joined on Apr 2010 @ Czech Republic
#359
Originally Posted by handaxe View Post
One thing with your current POI - IMO it would be best to be able to save one's own POI in gpx (waypoint) format, so that they are transferable easily to other systems. In essence, this view embraces the "tensions" between requirements of road navigation vs free hiking nav.
Definitely doable as modRana already handles GPX import/export for tracklogs.
Just:
  • adding a new button to the POI tools menu
  • this button launches a folder chooser dialog
  • POI is exported to the selected folder
  • done

BTW, I have thought about how to store directions...
The directions are basically just a monstrous nested dictionary, so I'll just serialize them to file with using pickle without stuffing them inside the GPX file as previously planed. It's just so much easier to do like this

Originally Posted by 白い熊 View Post
Also, modrana should really save the routing if it's closed without the routing being cleared.

It happened as I was driving that it must've segfaulted or something, but closed. Then upon reopen, the navigation should be there right away, as is standard in nav software, rather than having to again select where to navigate etc.
Good point, I can just dump the route to a file each time after routing and then check at startup if this file exists. If it does, modRana would then ask if you want to restart navigation on it.
[/URL]

Originally Posted by janszoon View Post
Question on this:
When the program is updated, does the user_conf reset or remain?
According to Woody:
Originally Posted by woody14619 View Post
If user changes happen, the app manager will make a backup and then replace it with the package contents by default. apt-get will prompt and ask what to do.

Originally Posted by Wikiwide View Post
I don't know, but it should be only read, not written, by the program, i.e. remain, not reset.
Yes, modRana currently only reads this config file. But when the interactive widgets configuration is implemented, it might be also written into.

BTW, looks like the thread already has over 33 thousand views
__________________
modRana: a flexible GPS navigation system
Mieru: a flexible manga and comic book reader
Universal Components - a solution for native looking yet component set independent QML appliactions (QtQuick Controls 2 & Silica supported as backends)

Last edited by MartinK; 2010-11-27 at 19:02. Reason: add a subtle meme
 

The Following 4 Users Say Thank You to MartinK For This Useful Post: