Re: [mkgmap-dev] Error in memory calculation

2020-02-10 Thread Gerd Petermann
Hi Mike, the original problem with *.mp file remains. What do you think about my patch? Gerd Von: mkgmap-dev im Auftrag von Mike Baggaley Gesendet: Dienstag, 11. Februar 2020 01:08 An: 'Development list for mkgmap' Betreff: Re: [mkgmap-dev] Error in me

Re: [mkgmap-dev] Error in memory calculation

2020-02-10 Thread Mike Baggaley
>So, this is really a very special case. It happened for John Thorne who is >using several rather small *.mp files as input, but I think it can also >occur for others when the first input file is a typ file in *.txt format. I can't see any reason for typ file compilation to be included in the list

Re: [mkgmap-dev] More method options for is_in function

2020-02-10 Thread Gerd Petermann
Hi Ticker, reg. POINT is_in(..., 'on') : You think about the case that a point is inside one polygon and on boundary of another? Should not happen with correct OSM data but the question is also what result you want to get. reg. isComplete(): This is about input data where not all coords are know

Re: [mkgmap-dev] More method options for is_in function

2020-02-10 Thread Ticker Berkin
Hi Gerd I've re-implemented the POINT test within IsInFunction, using the stopping methods etc, which are now coded, but only relevant for this context at the moment. This implementation has other advantage in that the method can control the onBoundary condition. Also the logic in calcInsideness c

[mkgmap-dev] More method options for is_in function

2020-02-10 Thread Gerd Petermann
Hi all, see http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4442 @Ticker: I assume you are working on an alternative implementation of the methods in IsInUtil? If not I'd like to remove all the code duplication introduced with the last patch. Gerd __