Re: [mkgmap-dev] RE Commit r3801: merge split-shape branch

2017-02-16 Thread Ticker Berkin
Hi Mike I'll fix/improve the message. Can you tell if it is the sea polygons, the line 'coastline', or the island area (if your style generates this) that is corrupt. Maybe send your splitter options / areas.list, mkgmap options and style and I'll see if I can reproduce. Ticker On Thu,

Re: [mkgmap-dev] Commit r3809: overlay major roundabout ways (0x0c) with 0x10801..0x10804

2017-02-16 Thread UliBaer
With this latest version of mkgmap i get the following error: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.ArrayList.rangeCheck(ArrayList.java:653) at java.util.ArrayList.get(ArrayList.java:429) at

Re: [mkgmap-dev] Automatic build system down?

2017-02-16 Thread UliBaer
SVN seems to be down? It is not accessible via eclipse or websvn. See: http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap=3809 Best regards, Uli -- View this message in context: http://gis.19327.n8.nabble.com/Automatic-build-system-down-tp5891425p5891437.html Sent from the Mkgmap

Re: [mkgmap-dev] Automatic build system down?

2017-02-16 Thread UliBaer
Well, within 1 minute of writing it works again - thanks! ;) -- View this message in context: http://gis.19327.n8.nabble.com/Automatic-build-system-down-tp5891425p5891438.html Sent from the Mkgmap Development mailing list archive at Nabble.com. ___

[mkgmap-dev] Automatic build system down?

2017-02-16 Thread Gerd Petermann
Hi Steve, I don't see r3807 or r3808 in the download area. Gerd ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

[mkgmap-dev] Commit r3809: overlay major roundabout ways (0x0c) with 0x10801..0x10804

2017-02-16 Thread svn commit
Version mkgmap-r3809 was committed by gerd on Thu, 16 Feb 2017 overlay major roundabout ways (0x0c) with 0x10801..0x10804 This improves rendering on the PC and some devices http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap=3809 ___

Re: [mkgmap-dev] RE Commit r3801: merge split-shape branch

2017-02-16 Thread Mike Baggaley
HI Ticker, I'll package up some data for you. I have generate-sea:extend-sea-sectors in my options file, I think it will be related to that. Regards, Mike -Original Message- From: Ticker Berkin [mailto:rwb-mkg...@jagit.co.uk] Sent: 16 February 2017 08:17 To:

Re: [mkgmap-dev] Automatic build system down?

2017-02-16 Thread Steve Ratcliffe
On 16/02/17 09:02, Gerd Petermann wrote: Hi Steve, I don't see r3807 or r3808 in the download area. It's running, but some are failing with out of memory problems. I'll reboot the server. ..Steve ___ mkgmap-dev mailing list

Re: [mkgmap-dev] Automatic build system down?

2017-02-16 Thread Steve Ratcliffe
On 16/02/17 10:14, UliBaer wrote: Well, within 1 minute of writing it works again - thanks! Well, thanks for letting me know! All should be back now and the builds are available. ..Steve ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

Re: [mkgmap-dev] Commit r3809: overlay major roundabout ways (0x0c) with 0x10801..0x10804

2017-02-16 Thread UliBaer
Version 3808 also fails with the exact same error. -- View this message in context: http://gis.19327.n8.nabble.com/Commit-r3809-overlay-major-roundabout-ways-0x0c-with-0x10801-0x10804-tp5891426p5891460.html Sent from the Mkgmap Development mailing list archive at Nabble.com.

Re: [mkgmap-dev] Commit r3809: overlay major roundabout ways (0x0c) with 0x10801..0x10804

2017-02-16 Thread UliBaer
Just wanted to post a patch with: ... if (usableShapes.size() > 1) { ...(calculate)... } return mergedShapes; Then i saw your post with a similar patch. Confirmed, is running now! -- View this message in context:

[mkgmap-dev] Commit r3811: cleanup ShapeMergeFilter

2017-02-16 Thread svn commit
Version mkgmap-r3811 was committed by gerd on Thu, 16 Feb 2017 cleanup ShapeMergeFilter http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap=3811 ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

Re: [mkgmap-dev] Commit r3809: overlay major roundabout ways (0x0c) with 0x10801..0x10804

2017-02-16 Thread Gerd Petermann
Hi Uli, please try again with r3810. Gerd Von: mkgmap-dev im Auftrag von UliBaer Gesendet: Donnerstag, 16. Februar 2017 15:46:28 An: mkgmap-dev@lists.mkgmap.org.uk Betreff: Re: [mkgmap-dev]

[mkgmap-dev] Commit r3810: prevent ndexOutOfBoundsException in ShapeMergeFilter

2017-02-16 Thread svn commit
Version mkgmap-r3810 was committed by gerd on Thu, 16 Feb 2017 prevent ndexOutOfBoundsException in ShapeMergeFilter http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap=3810 ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

Re: [mkgmap-dev] Commit r3809: overlay major roundabout ways (0x0c) with 0x10801..0x10804

2017-02-16 Thread Gerd Petermann
Hi Uli, Your solution with checking size > 1 is clearer, used it in r3811. Gerd Von: mkgmap-dev im Auftrag von UliBaer Gesendet: Donnerstag, 16. Februar 2017 16:21:18 An:

Re: [mkgmap-dev] RE Commit r3801: merge split-shape branch

2017-02-16 Thread Gerd Petermann
Hi Ticker, In case you need test data: I've uploaded a file : http://files.mkgmap.org.uk/download/334/88009211.osm.pbf Produces the error with r3811 without any options, just java -jar mkpgmap.jar 88009211.osm.pbf Seems to work okay with r3807. Gerd Von: