Re: [mkgmap-dev] Resurrect adjust-turn-headings

2020-09-18 Thread Gerd Petermann
Hi Ticker, maybe try first to disable the AngleChecker with --ignore-sharp-angles. Next, I'd try to disable the compacted format in RouteNode, search for useCompactDirs. The original code in tweezeArcs() was written at a time where the encoding of the heading values was completely misunderstood.

[mkgmap-dev] Resurrect adjust-turn-headings

2020-09-18 Thread Ticker Berkin
Hi I use mkgmap/Garmin a lot for road routing and driving and frequently find cases where 1/ exit roads cause pop-ups telling me to turn to stay on the main road. 2/ an obvious turn is needed to stay on the same road and no pop-up is generated. These were some of problems that --adjust-turn-headi

[mkgmap-dev] Commit r4581: remove java code which evaluates oneway=reverse (as a synonym for oneway=-1)

2020-09-18 Thread svn commit
Version mkgmap-r4581 was committed by gerd on Fri, 18 Sep 2020 remove java code which evaluates oneway=reverse (as a synonym for oneway=-1) Also adapt style tests using this. oneway=reverse no longer appears in OSM data http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4581 ___

Re: [mkgmap-dev] Driving side warnings

2020-09-18 Thread Gerd Petermann
Hi Ticker, oneway=reverse was in use in 2017, but only two times. I'll remove the hard coded support for that. Gerd Von: mkgmap-dev im Auftrag von Ticker Berkin Gesendet: Freitag, 18. September 2020 10:39 An: Development list for mkgmap Betreff: Re:

[mkgmap-dev] Commit r4580: improve driving side detection (drivingSide.patch by Ticker Berkin, modified)

2020-09-18 Thread svn commit
Version mkgmap-r4580 was committed by gerd on Fri, 18 Sep 2020 improve driving side detection (drivingSide.patch by Ticker Berkin, modified) Attached is a patch that doesn't assign a driving side to more types of ways where it is not relevant. This speeds up processing slightly and, in some circum

Re: [mkgmap-dev] Driving side warnings

2020-09-18 Thread Ticker Berkin
Hi Gerd Yes, it is fine. As an aside, looking at the documentation and values for the oneway tag, there is no use of oneway=reverse but the code also tests for " -1", which is the value the wiki says should be used. There are 38209 instances of this. Ticker On Fri, 2020-09-18 at 06:39 +, G