[mkgmap-dev] POI indexing, problem with label 0x2800
From Andrzej Popowski popej at poczta.onet.pl on Wed Feb 1 21:51:29 GMT 2017
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 -------------- next part -------------- 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; }
- Previous message: [mkgmap-dev] POI indexing, problem with label 0x2800
- Next message: [mkgmap-dev] POI indexing, problem with label 0x2800
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the mkgmap-dev mailing list