Hi Gerd

LineSizeSplitterFilter and PolygonSubdivSizeSplitterFilter both contain
the logic:

public static final int MAX_SIZE = 0x7fff;
  ...
maxSize = Math.min((1<<24)-1, Math.max(MAX_SIZE << shift, 0x8000));

and then maxSize is used to limit the standard Area bounds of the item.

Won't this will cause unnecessary cutting at low res map levels?

Ticker

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

Reply via email to