[mkgmap-dev] remove splitter option align-for-dem again or change mkgmap?

2018-01-25 Thread Gerd Petermann
Hi all, with current code in mkgmap this option is of no use, as mkgmap rounds the dem-dist values (down) to multiples of 16. (9942 -> 9936 , 3314 ->3312) This means that points are always interpolated, no matter where the tile boundaries are. So, I see two possibilites: 1) remove the option

Re: [mkgmap-dev] Splitter doc patch

2018-01-25 Thread Gerd Petermann
Hi Carlos, thanks, I've applied the changes to the other files as well in r588. Gerd Von: mkgmap-dev im Auftrag von Carlos Dávila Gesendet: Donnerstag, 25. Januar 2018 23:15 An:

[mkgmap-dev] Splitter doc patch

2018-01-25 Thread Carlos Dávila
Hi Gerd Attached is a patch that tries to improve splitter documentation and fix some typos. Please commit it if you find it correct. Index: doc/splitter.txt === --- doc/splitter.txt (revisión: 585) +++ doc/splitter.txt (copia de

[mkgmap-dev] WG: How to handle missing hgt files or files with voids?

2018-01-25 Thread Gerd Petermann
Hi all, replied to David instead of the list... See below Gerd Von: Gerd Petermann Gesendet: Donnerstag, 25. Januar 2018 18:08 An: Pazapas Betreff: AW: [mkgmap-dev] How to handle missing hgt files or files with voids?

Re: [mkgmap-dev] How to handle missing hgt files or files with voids?

2018-01-25 Thread Henning Scholland
Hi Gerd, I think such a binary map should be efficient. Maybe the human readable list can be delivered in the zip-file of mkgmap or stored somewhere else. Henning On 25.01.2018 19:40, Gerd Petermann wrote: > Hi all, > > I've played with the list of available hgt files created by Henning. > I've

Re: [mkgmap-dev] How to handle missing hgt files or files with voids?

2018-01-25 Thread osm@pinns
Hi Gerd Thanks , for that , downloaded 4088 by mistake. Nick On 25/01/2018 12:11, Gerd Petermann wrote: Hi Nick, I think it is not a matter of speed, the file is only read once. I think I'll keep the human readable format, the size of mkgmap.jar probably doesn't matter much. Reg.

Re: [mkgmap-dev] How to handle missing hgt files or files with voids?

2018-01-25 Thread Gerd Petermann
Hi Nick, I think it is not a matter of speed, the file is only read once. I think I'll keep the human readable format, the size of mkgmap.jar probably doesn't matter much. Reg. --dem-interpolation see http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap=4087 Gerd

Re: [mkgmap-dev] How to handle missing hgt files or files with voids?

2018-01-25 Thread osm@pinns
Hi Gerd A binary file sounds very 'Garminesque' and if its a matter of speed then I would prefer such a format - btw  has the --dem-interpolation option been implemented yet ? Nick On 25/01/2018 11:59, thesurve...@wolke7.net wrote: Hi Gerd, first many thanks for your work on mkgmap. for

Re: [mkgmap-dev] How to handle missing hgt files or files with voids?

2018-01-25 Thread thesurveyor
Hi Gerd,   first many thanks for your work on mkgmap.   for the list of available hgt files: I prefer a human readable format   Regards, Gert        Gesendet: Donnerstag, 25. Januar 2018 um 12:40 Uhr Von: "Gerd Petermann" An: "Development list for

Re: [mkgmap-dev] How to handle missing hgt files or files with voids?

2018-01-25 Thread Gerd Petermann
Hi all, I've played with the list of available hgt files created by Henning. I've coded a reader for the list so that mkgmap can check if a missing hgt file should exist or if it covers ocean. The idea is to print a warning if a file was not found when it should be. The check is fast, but the

[mkgmap-dev] Commit r4088: Fix problems in LocatorConfig.xml

2018-01-25 Thread svn commit
Version mkgmap-r4088 was committed by gerd on Thu, 25 Jan 2018 Fix problems in LocatorConfig.xml - Tonga is a drive-on-left country - Pitcairn is one island, the country is called "Pitcairn Islands" LocatorConfig.patch by Carlos Davida