Re: [mkgmap-dev] max-jobs patch

2018-02-13 Thread Steve Ratcliffe
Hi Mike I could take out that bit of code, which is just determining how much physical memory is installed, so that mkgmap won't suggest that the user increases the available heap too much. It isn't used in determining a value for maxjobs. Since it is just used for an informational message,

[mkgmap-dev] Commit r4112: Further constraint on auto block size algorithm

2018-02-13 Thread svn commit
Version mkgmap-r4112 was committed by steve on Tue, 13 Feb 2018 Further constraint on auto block size algorithm Must ensure that the header fit within 240 blocks. Bug lead to file corruption for a range of file sizes. http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap=4112

Re: [mkgmap-dev] max-jobs patch

2018-02-13 Thread Mike Baggaley
Hi Gerd, I would expect the code to work on a MAC, because com.sun.management is part of the JDK, and defines the interface by which specific platforms can provide subinterfaces with further information (AFAIK there is only one for UNIX). However, I don't have a MAC, so can't test it on there. If

Re: [mkgmap-dev] Creating a map with contour lines and DEM

2018-02-13 Thread franco_bez
the easiest way to create a contourlines map is phyghtmap this tool is for creating osm Files containing the contourlines. In a second step you build the Garmin map with mkgmap like this: phyghtmap --start-node-id=1 -start-way-id=1

Re: [mkgmap-dev] Strange error in mkgmap

2018-02-13 Thread franco_bez
Hi Steve and Andrzej, now it works as intended again. Thanks for the fix :-) Ciao, Franco -- Sent from: http://gis.19327.n8.nabble.com/Mkgmap-Development-f5324443.html ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

[mkgmap-dev] Creating a map with contour lines and DEM

2018-02-13 Thread Bernhard Hiller
I was trying to create a map of Taiwan including DEM data and elevation contour lines. The DEM part was easy. But strangely, I cannot get elevation contourlines. I downloaded hgt data from Viewfinder Panoramas, and placed them into the cache directory of srtm2osm. I called srtm2osm in a

Re: [mkgmap-dev] Strange error in mkgmap

2018-02-13 Thread Steve Ratcliffe
Hi Franco a resulting bad map : bad_gmapsupp.img Just one tile less - no problem - good_gmapsupp.img Thanks for providing this useful test case. This is a bug in the recent

Re: [mkgmap-dev] Strange error in mkgmap

2018-02-13 Thread Andrzej Popowski
Hi Franco, there are 2 weird things in your maps. First is a subfile SRT, which doesn't belong to any tile or index. It is present in both files, bad and good img. It is probably ignored by GPS. Maybe mkgmap writes SRT even if MDR is not present? Second distinction is that bad img is

Re: [mkgmap-dev] Error in style since MKGMAP mkgmap-r4106.zip

2018-02-13 Thread lasemax
Yeah, thanks it works. -- Sent from: http://gis.19327.n8.nabble.com/Mkgmap-Development-f5324443.html ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Re: [mkgmap-dev] Error in style since MKGMAP mkgmap-r4106.zip

2018-02-13 Thread Gerd Petermann
Hi lasemax, I think this line manmade=* {add man_made='${manmade}' is missing a closing curly bracket. Gerd Von: mkgmap-dev im Auftrag von lasemax Gesendet: Dienstag, 13. Februar 2018 09:41:24

Re: [mkgmap-dev] Error in style since MKGMAP mkgmap-r4106.zip

2018-02-13 Thread Gerd Petermann
Hi lasemax, please post the complete points file or at least the lines before and including line 169. See also http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap=4106 Gerd Von: mkgmap-dev im Auftrag von

Re: [mkgmap-dev] Error in style since MKGMAP mkgmap-r4106.zip

2018-02-13 Thread lasemax
You have a solution for me? Version 4105 works perfect. -- Sent from: http://gis.19327.n8.nabble.com/Mkgmap-Development-f5324443.html ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev