Hi Andrzej,

the tag  mkgmap:road-speed-max is evaluated like this:
                        if(roadSpeed > roadSpeedMax)
                                roadSpeed = roadSpeedMax;
                        else if(roadSpeed < roadSpeedMin)
                                roadSpeed = roadSpeedMin; 

You can use the switch --x-no-mergeroads to switch off merging of
roads.

Gerd

popej wrote
> Hi,
> 
> sorry for multiple reports, but nothing seems to work for me today.
> 
> I'm trying to apply speed restriction as mkgmap:road-speed-max, 
> something like this:
> maxspeed=* & maxspeedkmh() <= 60 { set mkgmap:road-speed-max = 3 }
> 
> I can verify with echotest, that this tag is correctly applied, but then 
> way is merged and default speed value taken. Probably 
> mkgmap:road-speed-max tag is ignored by merge algorithm.
> 
> no-merge-lines doesn't work (r2977) and I can't test what would happen 
> without merging.
> 
> -- 
> Best regards,
> Andrzej
> 
> 
> _______________________________________________
> mkgmap-dev mailing list

> [email protected]

> http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev





--
View this message in context: 
http://gis.19327.n5.nabble.com/is-mkgmap-road-speed-max-still-processed-tp5793660p5793661.html
Sent from the Mkgmap Development mailing list archive at Nabble.com.
_______________________________________________
mkgmap-dev mailing list
[email protected]
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Reply via email to