[mkgmap-dev] setMdr20 exception

2013-09-08 Thread Michał Rogala
Hi! After upgrading to the release 2679 i get such exception during map compilation: Exception in thread "main" java.lang.AssertionError: mdr20 value changed f=293 t =295 count=357 at uk.me.parabola.imgfmt.app.mdr.Mdr5Record.setMdr20(Mdr5Record.java:129 ) at uk.me.parabola.imgfmt.

Re: [mkgmap-dev] setMdr20 exception

2013-09-08 Thread Steve Ratcliffe
Hi > After upgrading to the release 2679 i get such exception during map > compilation: Can I ask which version you were using before? (or if you don't know exactly, the rough date). > Exception in thread "main" java.lang.AssertionError: mdr20 value changed > f=293 t > =295 count=357 >

Re: [mkgmap-dev] setMdr20 exception

2013-09-09 Thread Michał Rogala
hi! Former version was 2606. Map is compiled from scratch. best regards Michal 2013/9/8 Steve Ratcliffe > > Hi > > > After upgrading to the release 2679 i get such exception during map > > compilation: > > Can I ask which version you were using before? (or if you don't know > exactly, the ro

Re: [mkgmap-dev] setMdr20 exception

2013-09-11 Thread Steve Ratcliffe
On 09/09/13 08:36, Michał Rogala wrote: > Former version was 2606. Map is compiled from scratch. I have not been able to reproduce this. I tried a complete map of Poland with --index --route --code-page=1250 --lower-case So for you does it always happen or is just one particular tile or set of t

Re: [mkgmap-dev] setMdr20 exception

2013-09-13 Thread Michał Rogala
hi! Yes, it happens every time. Did you compile your maps with --gmapsupp switch? Both my scripts use it, also stack trace shows: at uk.me.parabola.mkgmap.combiners.GmapsuppBuilder.onFinish I use custom map extract (Poland and some border terrains of Germany, Czech Republic, itp): http://garmin

Re: [mkgmap-dev] setMdr20 exception

2013-09-14 Thread Steve Ratcliffe
Hi > Yes, it happens every time. Did you compile your maps with --gmapsupp > switch? Both my scripts use it, also stack trace shows: > at uk.me.parabola.mkgmap.combiners.GmapsuppBuilder.onFinish I did try that, although I hadn't noticed that line in stack trace which will help. > I use custom m

Re: [mkgmap-dev] setMdr20 exception

2013-09-15 Thread Steve Ratcliffe
Hi > http://garmin.osmapa.pl/mkgmap/OSM-Poland-split-ogonki.zip I have fixed the problem, which was that space was being treated as an ignored character for sorting purposes in cp 1250. The commit message gives a bit more detail if you are interested! I found that it was only 66005025.img that

Re: [mkgmap-dev] setMdr20 exception

2013-09-21 Thread Michał Rogala
thank you! :) Michal 2013/9/16 Steve Ratcliffe > > Hi > > > http://garmin.osmapa.pl/mkgmap/OSM-Poland-split-ogonki.zip > > I have fixed the problem, which was that space was being treated as > an ignored character for sorting purposes in cp 1250. > > The commit message gives a bit more detail