Re: [mkgmap-dev] What is this error actually telling me.

2021-07-24 Thread Gerd Petermann
I think the word Global means that the overview map is the problem, else there would be the name of a map file. Gerd Von: mkgmap-dev im Auftrag von Randolph J. Herber Gesendet: Samstag, 24. Juli 2021 19:30 An: mkgmap-dev@lists.mkgmap.org.uk Betreff:

Re: [mkgmap-dev] What is this error actually telling me.

2021-07-24 Thread Randolph J. Herber
How do I tell which tile. I quoted the entire error message. On 23-Jul-21 17:29, Gerd Petermann wrote: Do you get this error message for the overview map or for a single tile? ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

Re: [mkgmap-dev] Echange .typ-file in gmapsupp.img on Mac OS x 11 or newer?

2021-07-24 Thread Ticker Berkin
Hi Gerd Good idea A quick grep seems to indicate that it is safe to remove them both from display: src/test Ticker On Sat, 2021-07-24 at 07:44 +, Gerd Petermann wrote: > Hi Ticker, > > attached is a quick patch to move the code into mkgmap so that it > can be used with > java -cp

Re: [mkgmap-dev] Echange .typ-file in gmapsupp.img on Mac OS x 11 or newer?

2021-07-24 Thread Gerd Petermann
Hi Ticker, attached is a quick patch to move the code into mkgmap so that it can be used with java -cp mkgmap.jar java -cp mkgmap.jar uk.me.parabola.util.ExtractFile gmapsupp.img and java -cp mkgmap.jar java -cp mkgmap.jar uk.me.parabola.util.ZipFile gmapsupp.img Do you think that's okay?

Re: [mkgmap-dev] Echange .typ-file in gmapsupp.img on Mac OS x 11 or newer?

2021-07-24 Thread Gerd Petermann
Hi Felix, The speed probably mostly depends on the disk speed (ssd or not). I see less than 10 secs for an extract from ssd to ssd, same for the rewrite for a 969 MB gmapsupp. BTW: It's much easier to use the jar files, memory doesn't seem to matter: java -cp