[mkgmap-dev] mistake in options?
From Anton Todorov antod05-mkgmap at yahoo.co.uk on Thu Aug 13 16:08:30 BST 2009
----- Original Message ---- > From: Valentijn Sessink <valentyn at blub.net> > To: Development list for mkgmap <mkgmap-dev at lists.mkgmap.org.uk> > 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 -------------- next part -------------- A non-text attachment was scrubbed... Name: overview-mapname.patch Type: application/octet-stream Size: 595 bytes Desc: not available Url : http://lists.mkgmap.org.uk/pipermail/mkgmap-dev/attachments/20090813/da8f37bc/attachment.obj
- Previous message: [mkgmap-dev] bug or feature?
- Next message: [mkgmap-dev] [PATCH v4] - min arc length fixes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the mkgmap-dev mailing list