
HI Gerd, since r3756, I am getting an index out of bounds crash in uk.me.parabola.mkgmap.build.MapArea.distPointsEqually() at the line containing extraArea.addPoint(this.points.get(done + j)); There are two loops affecting done and j, but the inner loop doesn't appear to check that done + j is less than points.size(). I could just add a test to the inner loop, but am not sure whether there are any side effects of doing this. Can you take a look? I assume whatever the fix is, it will also need applying to distLinesEqually(). Thanks, Mike -----Original Message----- From: svn commit [mailto:svn@mkgmap.org.uk] Sent: 16 January 2017 15:41 To: mkgmap-svn@lists.mkgmap.org.uk; mkgmap-dev@lists.mkgmap.org.uk Subject: [mkgmap-dev] Commit r3756: improve MapSplitter: avoid "Too many POIs at location" error message Version mkgmap-r3756 was committed by gerd on Mon, 16 Jan 2017 improve MapSplitter: avoid "Too many POIs at location" error message http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=3756