Re: [mkgmap-dev] POI indexing, problem with label 0x2800

2017-01-20 Thread lig fietser
Hi Andrzej, Sorry, maybe you were right. I see now that I also use the continue statement to make those pois searchable. I forgot why I have made two rules for some pois, maybe it is because of this issue that garmin couldnt find those 0x28xx that I have added another line in the past? I dont

Re: [mkgmap-dev] [Patch] set map-version in img header

2017-01-20 Thread Gerd Petermann
Hi Andrzej, thanks for the hints, I've changed the description of the option a little bit but kept the java code for r3764. Gerd Von: mkgmap-dev im Auftrag von Andrzej Popowski Gesendet:

[mkgmap-dev] Commit r3764: implement new option --custom to support marine maps

2017-01-20 Thread svn commit
Version mkgmap-r3764 was committed by gerd on Sat, 21 Jan 2017 implement new option --custom to support marine maps --custom Write a different TRE header. With this option mkgmap writes the bytes 0x170401 instead of the default 0x110301 at offset 43. Useful for marine

Re: [mkgmap-dev] Commit r3756: improve MapSplitter: avoid "Too many POIs at location" error message

2017-01-20 Thread Gerd Petermann
Hi Mike, thanks for reporting. No idea how this bug passed my tests. Gerd Von: mkgmap-dev im Auftrag von Mike Baggaley Gesendet: Freitag, 20. Januar 2017 22:31:46 An: 'Development list for

[mkgmap-dev] Commit r3763: fix stupid error introduced with r3756 that causes IndexOutOfBoundsException

2017-01-20 Thread svn commit
Version mkgmap-r3763 was committed by gerd on Sat, 21 Jan 2017 fix stupid error introduced with r3756 that causes IndexOutOfBoundsException http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap=3763 ___ mkgmap-dev mailing list

Re: [mkgmap-dev] Commit r3756: improve MapSplitter: avoid "Too many POIs at location" error message

2017-01-20 Thread Mike Baggaley
HI Gerd, since r3756, I am getting an index out of bounds crash in uk.me.parabola.mkgmap.build.MapArea.distPointsEqually() at the line containing extraArea.addPoint(this.points.get(done + j)); There are two loops affecting done and j, but the inner loop doesn't

Re: [mkgmap-dev] POI indexing, problem with label 0x2800

2017-01-20 Thread Andrzej Popowski
Hi, on which GPS can you search for labels? My nuvis and Dakota don't find labels. Mapsource and BaseCamp seems to support lables, when you look for "all POIs", but that's rather limited use for this feature. I'm designing map for cars. My goal is to create small map without TYP file.

Re: [mkgmap-dev] new branch split-shape

2017-01-20 Thread Gerd Petermann
Hi Ticker, yes, please commit it so that others can test this version. Gerd Von: mkgmap-dev im Auftrag von Ticker Berkin Gesendet: Freitag, 20. Januar 2017 16:54:16 An:

Re: [mkgmap-dev] new branch split-shape

2017-01-20 Thread Ticker Berkin
Hi Gerd I've fixed ShapeSplitter and committed it to branches/split-shape/ It runs through: 3094949146 Jan 13 10:00 germany-latest.osm.pbf with your areas.list without problems. However it is quite sensitive to self-intersecting polygons and these might generate warnings into mkgmap.log.0 if

Re: [mkgmap-dev] POI indexing, problem with label 0x2800

2017-01-20 Thread lig fietser
I dont like the idea to remove pois 0x28xx from the index, I use them for many items which are searchable! Better make an custom option where you can switch indexing on/off. From: mkgmap-dev on behalf of Andrzej Popowski

Re: [mkgmap-dev] [Patch] set map-version in img header

2017-01-20 Thread Andrzej Popowski
Hi Gerd, I call these values TRE parameters. They are 3 bytes at offsets 0x43, 0x44, 0x45. I'm not sure, what is the real meaning of parameters. Same guesses are that it indicate routable/non routable map, general display priority, some parameters for navigation, general map type. Info

Re: [mkgmap-dev] [Patch] set map-version in img header

2017-01-20 Thread Gerd Petermann
Hi Andrzej, thanks for testing, I still hesitate because I don't fully understand the meaning of those 3 bytes. The last change was with r1003 (!): http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap=1003 Log Message: Reduce off-track distance required to trigger route re-calculation.