[mkgmap-dev] feedback on sharp-angles-v4.patch?
From GerdP gpetermann_muenchen at hotmail.com on Mon Oct 19 06:11:30 BST 2015
Hi all, sorry, forgot the more important effect of this option: With --cycle-map you can tell mkgmap that different vehicles like car, truck are used as replacements for racing bike, mtb, normal bike or whatever. I'll review that part again as it doesn't seem to work as expected. Gerd GerdP wrote > Hi Minko, > > if you can't find any, that is also telling me that the option is rather > useless. > > With --cycle-map mkgmap might produce larger changes when the > sum of the road_speed values of two arcs is rather high. > > The corresponding part of the patch: > + if (cycleMap){ > +// if (sumSpeeds >= 14) > +// maskedMinAngle = 0x80; > +// if (sumSpeeds >= 12) > +// maskedMinAngle = 0x70; > +// if (sumSpeeds >= 10) > +// maskedMinAngle = 0x60; > + if (sumSpeeds >= 8) > + maskedMinAngle = 0x50; > + else if (sumSpeeds >= 6) > + maskedMinAngle = 0x40; > + else if (sumSpeeds >= 4) > + maskedMinAngle = 0x30; > + } > > Does that help? > > Gerd > ________________________________________ > Von: > mkgmap-dev-bounces at .org > < > mkgmap-dev-bounces at .org > > im Auftrag von Minko < > ligfietser@ > > > Gesendet: Samstag, 17. Oktober 2015 15:17 > An: Development list for mkgmap > Betreff: Re: [mkgmap-dev] feedback on sharp-angles-v4.patch? > > I have tested it with --cycle-map > What is the difference vs without this option? > > _______________________________________________ > mkgmap-dev mailing list > mkgmap-dev at .org > http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev > _______________________________________________ > mkgmap-dev mailing list > mkgmap-dev at .org > http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev -- View this message in context: http://gis.19327.n5.nabble.com/feedback-on-sharp-angles-v4-patch-tp5856851p5857337.html Sent from the Mkgmap Development mailing list archive at Nabble.com.
- Previous message: [mkgmap-dev] feedback on sharp-angles-v4.patch?
- Next message: [mkgmap-dev] feedback on sharp-angles-v4.patch?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the mkgmap-dev mailing list