[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
- Previous message: [mkgmap-dev] Commit r3773: let linesCutEachOther() return false if the two line segments meat at an end point
- Next message: [mkgmap-dev] Limit I don't understand in subDiv split filters
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the mkgmap-dev mailing list