Hi
However, those generated with r2306 and r2307 are simply not visible
under "My Garmin Devices". Not that I have a problem (as I am simply
using r2298). I just thought it would be worth mentioning.
Thanks for your bug report.
The main changes introduced in r2306 were to do with the address index,
but you are not using the --index option so that rules out almost every
change between those two versions.
So I am going to guess that it is the change to the header.
Please could you try the attached patch, or the ready compiled version
at http://files.mkgmap.org.uk/detail/67
Best wishes
..Steve
Index: src/uk/me/parabola/imgfmt/sys/ImgHeader.java
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- src/uk/me/parabola/imgfmt/sys/ImgHeader.java (revision 2308)
+++ src/uk/me/parabola/imgfmt/sys/ImgHeader.java (revision )
@@ -162,7 +162,7 @@
setUpdateTime(date);
setDescription(params.getMapDescription());
- header.put(OFF_SUPP, (byte) (fsParams.isGmapsupp()? 1: 0));
+ header.put(OFF_SUPP, (byte) 0);
// Checksum is not checked.
header.put(OFF_CHECKSUM, (byte) 0);
_______________________________________________
mkgmap-dev mailing list
[email protected]
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev