Hi Steve,
what about SRT subfile? I think SRT is only a part of an MDR (or a part
of a tile). It is associated to MDR by its name. See code in
GmapsuppBuilder.java:
if (createIndex) {
MdrBuilder mdrBuilder = addMdrFile(familyId, info.getSort());
mdrBuilder.onMapEnd(info);
}
addSrtFile(familyId, info);
Maybe it should be like that:
if (createIndex) {
MdrBuilder mdrBuilder = addMdrFile(familyId, info.getSort());
addSrtFile(familyId, info);
mdrBuilder.onMapEnd(info);
}
--
Best regards,
Andrzej
_______________________________________________
mkgmap-dev mailing list
[email protected]
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev