Hi Gerd
I realise now why I couldn't reproduce this behaviour with the case
distinction - I haven't been using --lower-case. My device shows
everything neatly in mixed case, even though all the data in .img is
upper. This also affects the how mdr builds the indexes - all case
variants look the sam
Hi
I've just tried this and leaving in the original calcMdr20SortPosn and
checking its value and also doing your version and checking and they
all come up with the same answer.
On the full NRW map from Arndt (253 tiles) the extra sort adds 21
seconds to 4 mins 21 secs do generate gmapsupp from th
Hi Ticker,
I think I tried that first and got an assertion or a different result. Maybe I
didn't do it right?
Gerd
Von: mkgmap-dev im Auftrag von Ticker
Berkin
Gesendet: Montag, 1. November 2021 11:29
An: Development list for mkgmap
Betreff: Re: [mkgm
Hi Gerd
Looking at what Mdr5::calcMdr20SortPos() is doing, can't it be
simplified away to just an extra call in genCitiesAndMdr20s():
... around line 106
if (!c.isSameByName(collator, lastCity))
mdr20count++;