Garvan wrote:
java -jar mkgmap.jar --help=optionsreports --levels=levels code Change the way that the levels on the map correspond to the zoom levels in the device. See customisation help. The default is the equivalent of: "0=24, 1=22, 2=21, 3=19, 4=18, 5=16" although this may change. But in the source code I see /src/uk/me/parabola/mkgmap/general/LevelInfo.java public static final String DEFAULT_LEVELS = "0:24, 1:22, 2:20, 3:18, 4:16"; Garvan
The attached little patch fixes the text of the options help. Garvan
Index: resources/help/en/options =================================================================== --- resources/help/en/options (revision 1600) +++ resources/help/en/options (working copy) @@ -111,7 +111,7 @@ --levels=levels code Change the way that the levels on the map correspond to the zoom levels in the device. See customisation help. The default - is the equivalent of: "0=24, 1=22, 2=21, 3=19, 4=18, 5=16" + is the equivalent of: "0=24, 1=22, 2=20, 3=18, 4=16, 5=15" although this may change. --name-tag-list
_______________________________________________ mkgmap-dev mailing list [email protected] http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
