Re: [mkgmap-dev] Turn Restrictions using three ways - design guide for OSM mappers?

2019-10-11 Thread Gerd Petermann
Hi blc, mkgmap checks restriction relations for obvious formal errors like missing "from" ways or a "via" node that is not at the end of the way. If the relation is formally correct mkgmap tries to translate it as good as possible. Nothing in OSM is directly supported by the Garmin IMG format, t

Re: [mkgmap-dev] [Patch] improve handling of only-restrictions with via ways

2019-10-11 Thread Gerd Petermann
Hi Ticker, the problem was caused by a "via" way that was split. I think this should be avoided whenever possible. Please test attached patch. It contains two changes: - via ways are not split when --link-pois-to-ways is used and a point sets a different road-speed or road-class. I think I alway

Re: [mkgmap-dev] [Patch] improve handling of only-restrictions with via ways

2019-10-11 Thread Ticker Berkin
Hi Gerd With this patch I don't get either the "WARN: ... via way of restriction is split ..." or the "SEVE: ... can't locate arc ..." messages. Thank you Ticker On Fri, 2019-10-11 at 07:39 +, Gerd Petermann wrote: > Hi Ticker, > > the problem was caused by a "via" way that was split

[mkgmap-dev] Commit r4299: Correction: avoid to split 'via' ways of turn restrictions when processing CoordPoi which set mkgmap:road-class or mkgmap:road-speed

2019-10-11 Thread svn commit
Version mkgmap-r4299 was committed by gerd on Fri, 11 Oct 2019 Correction: avoid to split 'via' ways of turn restrictions when processing CoordPoi which set mkgmap:road-class or mkgmap:road-speed (avoid-to-split-via-ways.patch) http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4299