Re: [mkgmap-dev] problem with splitter and bounding polygon

2016-03-01 Thread Gerd Petermann
Hi Andrzej, interesting, seems you are using a very high resolution value, else the densities-out.txt should be much smaller. With resolution 13 the latest planet file produced a file with ~ 61MB (zipped ~18MB) Maybe this is part of the problem... Gerd

Re: [mkgmap-dev] problem with splitter and bounding polygon

2016-03-01 Thread Andrzej Popowski
Hi Gerd, thanks for your interest. That was split for 7GB custom pbf, densities-out.txt was over 1GB. I will try to prepare some small subset for test. -- Best regards, Andrzej ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

Re: [mkgmap-dev] Splitter: Assertion on very large node id

2016-03-01 Thread Gerd Petermann
Hi Lambertus, maybe the problem is related to the file size of planet file (~32GB) I've added those assertions to detect possible IO errors. If you like, I can try to add code to report the last node that was processed before. Gerd Von:

Re: [mkgmap-dev] [Patch v1] now option handle-element-version for splitter

2016-03-01 Thread Gerd Petermann
Hi Greg, I've only provided the jar file, you have to use a full splitter package from here http://www.mkgmap.org.uk/download/splitter.html and replace the splitter.jar with my version to test it. Gerd greg crago wrote > I tried it and got an error: > > my splitter command is: > > java

Re: [mkgmap-dev] problem with splitter and bounding polygon

2016-03-01 Thread Gerd Petermann
Hi Andrzej, I'll try to reproduce the problem. Please provide details regarding the splitter options, the poly file, and the densities-out.txt written by splitter. Gerd popej wrote > Hi, > > I'm trying to compile a map of USA using North America extract form > Geofabrik. I use splitter r427

Re: [mkgmap-dev] problem with splitter and bounding polygon

2016-03-01 Thread Carlos Dávila
El 01/03/16 a las 22:23, Andrzej Popowski escribió: Hi, I'm trying to compile a map of USA using North America extract form Geofabrik. I use splitter r427 with bounding polygon, something like that: splitter --polygon-file=usa.poly ... north-america-latest.osm.pbf The result is that I get

[mkgmap-dev] problem with splitter and bounding polygon

2016-03-01 Thread Andrzej Popowski
Hi, I'm trying to compile a map of USA using North America extract form Geofabrik. I use splitter r427 with bounding polygon, something like that: splitter --polygon-file=usa.poly ... north-america-latest.osm.pbf The result is that I get errors in mkgmap: SEVERE (MapFailedException):

Re: [mkgmap-dev] Splitter: Assertion on very large node id

2016-03-01 Thread Gerd Petermann
Hi Lambertus, the code in line 260: assert flon >= -180.0 && flon <= 180.0; So it is not related to ids. Gerd Von: mkgmap-dev-boun...@lists.mkgmap.org.uk im Auftrag von Lambertus

[mkgmap-dev] Splitter: Assertion on very large node id

2016-03-01 Thread Lambertus
Using an o5m file with a huge node-id seems to break splitter-r427: [..] 3,200,000,000 nodes processed... id=3982721872 3,210,000,000 nodes processed... id=20782524 Exception in thread "main" java.lang.AssertionError at