[mkgmap-dev] Commit r4158: expr-func2.patch by Steve Ratcliffe

2018-04-13 Thread svn commit
Version mkgmap-r4158 was committed by gerd on Fri, 13 Apr 2018 expr-func2.patch by Steve Ratcliffe corrects handling of expresions like c!=d & a=$b http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap=4158 ___ mkgmap-dev mailing list

[mkgmap-dev] Commit r4159: area_size.patch: allows to use area_size() style function

2018-04-13 Thread svn commit
Version mkgmap-r4159 was committed by gerd on Fri, 13 Apr 2018 area_size.patch: allows to use area_size() style function in lines style for members of type=multipolygon and type=boundary relations. http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap=4159

Re: [mkgmap-dev] Again - java.lang.ArrayIndexOutOfBoundsException: on DEM creation

2018-04-13 Thread Felix Hartmann
Thanks a lot for the quick solution - it compiled fine now (on Antarctica - Russia will need some more time but I'm positive the bug is fixed). On 13 April 2018 at 16:56, Gerd Petermann wrote: > Hi Felix, > > thanks for repoorting. I think this happened with

Re: [mkgmap-dev] DEM bug at 50°N

2018-04-13 Thread Gerd Petermann
Hi Bernhard, thanks for the feedback and the formulars. @all: The attached patch allows mkgmap to find the zip names, it would find L32.zip when N44E006.hgt. I hope I got all the special cases right ;-) Some cases are very special, e.g U20.zip and GL-North.zip (Greenland) both contain the file

Re: [mkgmap-dev] DEM bug at 50°N

2018-04-13 Thread Gerd Petermann
Oops, found one bug in the patch: It should search for A01.zip, not A1.zip when N00W177.hgt is needed. Attached is hgt_viewfinder-v2.patch and the new binary is here: http://files.mkgmap.org.uk/download/428/mkgmap.jar Gerd Von: mkgmap-dev

Re: [mkgmap-dev] status of patches and overlaps branch

2018-04-13 Thread Felix Hartmann
I don't have time to test before next week. Will do some tests then. I tried it at the beginning and it was quite promising so I think it's worth it. On 12 April 2018 at 07:01, Gerd Petermann wrote: > Hi all, > > a few patches were not yet committed: >

[mkgmap-dev] Commit r4160: correct check for indexes when doing bicubic interpolation

2018-04-13 Thread svn commit
Version mkgmap-r4160 was committed by gerd on Fri, 13 Apr 2018 correct check for indexes when doing bicubic interpolation http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap=4160 ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

Re: [mkgmap-dev] Again - java.lang.ArrayIndexOutOfBoundsException: on DEM creation

2018-04-13 Thread Gerd Petermann
Hi Felix, thanks for repoorting. I think this happened with tiles at 180°. Please use r4160 or r4161 (overlaps branch) Gerd P.S. A cycling map in this area ? Von: mkgmap-dev im Auftrag von Felix Hartmann

[mkgmap-dev] Again - java.lang.ArrayIndexOutOfBoundsException: on DEM creation

2018-04-13 Thread Felix Hartmann
On compiling contourlines with DEM of Antarctica - I get this error: java.lang.ArrayIndexOutOfBoundsException: 7 at uk.me.parabola.mkgmap.reader.hgt.HGTConverter.prepReader(HGTConverter.java:408) at uk.me.parabola.mkgmap.reader.hgt.HGTConverter.fillArray(HGTConverter.java:269)