[mkgmap-dev] Re logging improvements

2021-04-09 Thread Mike Baggaley
Hi Gerd, Please find attached the updated version of the patch. It adds synchronisation of the static variables in StyledConverter and fixes the unit test. It includes the not yet committed changes in codepage.patch, diagnostics.patch and Tests.patch. Cheers, Mike logging4.patch Description: B

[mkgmap-dev] Commit r4645: LinePrepOpt.patch by Ticker Berkin

2021-04-09 Thread svn commit
Version mkgmap-r4645 was committed by gerd on Fri, 09 Apr 2021 LinePrepOpt.patch by Ticker Berkin - improve efficency of bitstream optimization in LinePreparer "If starting with unsigned deltas in polyline encoding, and attempting to reduce the length by testing reduced x/yBase values, there isn'

Re: [mkgmap-dev] diagnostic patch

2021-04-09 Thread Mike Baggaley
Hi Gerd, Yes your version is much better. Cheers, Mike -Original Message- From: Gerd Petermann [mailto:gpetermann_muenc...@hotmail.com] Sent: 09 April 2021 07:04 To: Development list for mkgmap Subject: Re: [mkgmap-dev] diagnostic patch Hi Mike, please review my version of the codep

Re: [mkgmap-dev] Polyline base optimisation

2021-04-09 Thread Gerd Petermann
Hi Ticker, OK, I've committed your patch as is. The (my) code in makeShortestBitStream() was already hard to read, maybe you find a better way to handle the backup/restore tricks of xSameSign and ySameSign? Gerd Von: mkgmap-dev im Auftrag von Ticker B

[mkgmap-dev] Commit r4646: (slightly modified) codepage.patch by Mike Baggaley

2021-04-09 Thread svn commit
Version mkgmap-r4646 was committed by gerd on Fri, 09 Apr 2021 (slightly modified) codepage.patch by Mike Baggaley - improve documentation for logging output http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4646 ___ mkgmap-dev mailing l

Re: [mkgmap-dev] Polyline base optimisation

2021-04-09 Thread Ticker Berkin
Hi Gerd I didn't have any problem with *SameSignBak logic - compared with the rest of it - extraBit/routeNode & house number flag array, how these should behave for zero deltas and continuation road segments etc etc Ticker On Fri, 2021-04-09 at 08:01 +, Gerd Petermann wrote: > Hi Ticker, >

Re: [mkgmap-dev] diagnostic patch

2021-04-09 Thread Mike Baggaley
Hi Gerd, The primary reason for this part of the change is to make sure that if you specify a diagnostic option then you get any messages about it included in your output. Currently the only way to see any of these messages is if you use a log.config file to enable a lower level of logging. In on