Hi Gerd, no.

I just went back to 2594 - still the same problem. I'll have to check what line in my style-file is responsible for this. (I think it's in the lines file for the first part, the last lines of the error are in the points part). Strangely I only have this error on Australia-Oceania - no other country...

Will take some while though, as I'm just lying with fever in my bed, and cannot concentrate very well...
On 16.05.2013 17:54, Gerd Petermann wrote:
Hi Felix,

maybe the change in PolygonSubdivSizeSplitterFilter.java is the problem.
Please try to change the line 112 from
return shape.getBounds().getMaxDimension() <= Math.max(maxSize, 0x8000);
back to
        return shape.getBounds().getMaxDimension() < maxSize;

Does that fix the problem?

Gerd

_______________________________________________
mkgmap-dev mailing list
[email protected]
http://lists.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Reply via email to