johnnyzhangzhao / monav

Automatically exported from code.google.com/p/monav
0 stars 0 forks source link

Non-GUI preprocessor #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm currently looking into an automated way to transform OSM xml maps for the 
whole world into monav's data format. Therefore I need a preprocessor tool that 
can do all steps in one go. It'd be nice if MoNavP would support that.

Attached is a quick hack in that direction. It works, but should be extended to 
take the input file and output directory as well. Currently I modify 
~/.config/MoNav.conf with sed to do that which isn't really sane.

Original issue reported on code.google.com by earthwi...@gentoo.org on 9 Oct 2010 at 8:13

Attachments:

GoogleCodeExporter commented 8 years ago
I'll implement it during the next week.

Do you need the tool to function without any X-Client present or do you just 
want to suppress all GUI elements?

Most likely I'll do it like this:
First, you have to adjust all Settings in the GUI and store them to a config 
file. Next can use the console tool and specify the config file and optionally 
input file / output directory. The only question is whether I redesign the 
second part not to use libqt4-gui.

Original comment by veaac.fd...@gmail.com on 11 Oct 2010 at 8:15

GoogleCodeExporter commented 8 years ago
I'd use it in a non-interactive mode (from a script in batch mode), but GUI 
dependencies are not a problem.
Thanks.

Original comment by earthwi...@gentoo.org on 13 Oct 2010 at 9:32

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r364.

Original comment by veaac.fd...@gmail.com on 19 Oct 2010 at 2:42

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 00d486cd25d4.

Original comment by veaac.fd...@gmail.com on 23 Apr 2011 at 4:00