----- Original Message ---- > From: Valentijn Sessink <[email protected]> > To: Development list for mkgmap <[email protected]> > Sent: Thursday, 13 August, 2009 15:40:24 > Subject: [mkgmap-dev] mistake in options? > > I found two strange things: > > - if you don't set --overview-mapname, the tdbfile will have the name of > the overview-mapnumber, 63240000.tdb, (instead of OSM_map). The source > reads OSM_map, so I can't find where it goes wrong.
The problem is in CommandArgsReader.java
---
G:/Projects/OSM/src/mkgmap-r1131/src/uk/me/parabola/mkgmap/CommandArgsReader-1131.javaFri
Jul 17 16:28:22 2009
+++
G:/Projects/OSM/src/mkgmap-r1131/src/uk/me/parabola/mkgmap/CommandArgsReader.javaThu
Aug 13 17:51:32 2009
@@ -56,7 +56,7 @@
// line before any user supplied options.
add(new CommandOption("mapname", "63240001"));
add(new CommandOption("description", "OSM street map"));
-add(new CommandOption("overview-mapname", "63240000"));
+add(new CommandOption("overview-mapname", "OSM_map"));
add(new CommandOption("overview-mapnumber", "63240000"));
}
The commited patch is the firs I submit and It is my fault that I do not mark
the second submission of the patch as updated one.
Please excuse me.
BR
Anton Todorov
overview-mapname.patch
Description: Binary data
_______________________________________________ mkgmap-dev mailing list [email protected] http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
