logo separator

[mkgmap-dev] Limit I don't understand in subDiv split filters

From Ticker Berkin rwb-mkgmap at jagit.co.uk on Thu Jan 26 21:26:03 GMT 2017

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



More information about the mkgmap-dev mailing list