Hi,
I'm attaching a patch to remove indexes for labels 0x28xx from MDR file.
I don't think any GPS supports these indexes.
--
Best regards,
Andrzej
Index: src/uk/me/parabola/imgfmt/app/mdr/MdrUtils.java
===================================================================
--- src/uk/me/parabola/imgfmt/app/mdr/MdrUtils.java (revision 3782)
+++ src/uk/me/parabola/imgfmt/app/mdr/MdrUtils.java (working copy)
@@ -45,8 +45,6 @@
group = 1;
else if (type >= 0x2a && type <= 0x30) {
group = type - 0x28;
- } else if (type == 0x28) {
- group = 9;
}
return group;
}
_______________________________________________
mkgmap-dev mailing list
[email protected]
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev