[mkgmap-dev] java.lang.IllegalArgumentException and max-nodes size --- currently impossible for me to create Asia map without a) breaking or b) missing tiles

2012-05-25 Thread Felix Hartmann
It is not really nice currently to try to compile Asia from Geofabrik. If I set a high max-nodes value, then it goes through (but about 30 tiles missing), if on the other hand I choose a lower max-nodes value, then the following bug appears. Splitter integration into mkgmap would really be

Re: [mkgmap-dev] java.lang.IllegalArgumentException and max-nodes size --- currently impossible for me to create Asia map without a) breaking or b) missing tiles

2012-05-25 Thread Lambertus
Splitter could be integrated into Mkgmap, but it has proven not too difficult to script a subsplit if an Mkgmap render attempt failed. The scripts is described in normal language below, implementing it in Perl, Python, bash or even PHP (as I have) is easy. It might keep Mkgmap slightly ;-)

Re: [mkgmap-dev] java.lang.IllegalArgumentException and max-nodes size --- currently impossible for me to create Asia map without a) breaking or b) missing tiles

2012-05-25 Thread Steve Ratcliffe
Hi Exception in thread main java.lang.IllegalArgumentException at java.nio.Buffer.position(Unknown Source) at uk.me.parabola.imgfmt.Utils.bytesToString(Utils.java:80) at uk.me.parabola.imgfmt.sys.ImgHeader.setHeader(ImgHeader.java:255) This happens when one of

[mkgmap-dev] java.lang.IllegalArgumentException

2011-02-16 Thread Thorsten Kukuk
Hi, with the mkgmap sr1846 I see now this java exception: Exception in thread main java.lang.IllegalArgumentException at java.nio.ByteBuffer.allocate(ByteBuffer.java:311) at uk.me.parabola.imgfmt.sys.Directory.sync(Directory.java:176) at

Re: [mkgmap-dev] java.lang.IllegalArgumentException

2011-02-16 Thread Steve Ratcliffe
On 16/02/11 09:50, Thorsten Kukuk wrote: Hi, with the mkgmap sr1846 I see now this java exception: Exception in thread main java.lang.IllegalArgumentException at java.nio.ByteBuffer.allocate(ByteBuffer.java:311) at

Re: [mkgmap-dev] java.lang.IllegalArgumentException

2011-02-16 Thread Thorsten Kukuk
On Wed, Feb 16, Thorsten Kukuk wrote: Hi, with the mkgmap sr1846 I see now this java exception: Exception in thread main java.lang.IllegalArgumentException at java.nio.ByteBuffer.allocate(ByteBuffer.java:311) at uk.me.parabola.imgfmt.sys.Directory.sync(Directory.java:176)