Re: [mkgmap-dev] splitter

2011-12-11 Thread Carlos Dávila
Attached a small patch that extends a little and updates the information provided by splitter help and may save some time to new comers. Hope it's worth to commit it. Carlos El 11/12/11 14:56, Gerd Petermann escribió: Hi, first problem is probably thej ava runtime parameter: -xmx1000m should

Re: [mkgmap-dev] splitter

2011-12-11 Thread Gerd Petermann
Hi, first problem is probably thej ava runtime parameter: -xmx1000m should be -Xmx1000m to be correct, and better something like -Xmx1500m or higher if your system allows that. Henning is right, --max-areas=1 tells splitter to re-read the input file for each area that it creates. This will b

Re: [mkgmap-dev] splitter

2011-12-11 Thread Henning Scholland
Hi, you should remove --max-areas=1. This isn't useful, if you want to split your inputdata into several smaller parts ;) Henning ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Re: [mkgmap-dev] splitter

2011-12-11 Thread Gerd Petermann
Stephen, 1) Move the input file to the end of the parameter list. 2) Change the descrtion to e.g. canada-map, else splitter will try to read a file named "map" If that doesn't help, please provide the stack dump and the version you use. Gerd Date: Sun, 11 Dec 2011 18:18:57 +1000 From: steve.

Re: [mkgmap-dev] splitter

2011-12-11 Thread steve sgalowski
this is the code i used , but again it failed java -xmx1000m -jar splitter.jar canada.osm.pbf --max-areas=1 --overlap=2000 --description=canada map stephen On Sun, Dec 11, 2011 at 1:41 PM, Charlie Ferrero wrote: > > > On 11 Dec 2011, at 04:43, steve sgalowski > wrote: > > > converted a pbf file