I was trying to show distance and gradient on L - Section , it showing wrong distance but dradient showing correct.
Anyone can help
// -21 - Plan distance between Adjacent Points // -23 - Percentage Gradient between Adjacent Points808,4=0.13,3,1.0809,VIPS,ONES,7=0.1 858,gc10001,&-21&m809,VIPS,ONES,4=13,7=-0.1 858,gc10,d001001,&-23&%
Bachu Sreenivasulu
Hello Sreenivas,
001,&-21&m will annotate the *plan* distance (= "chainage difference") between two points.
001,&-20&m will annotate the *slope* distance between two points.
Both values are correct AFAIKS.
You write "along finihed road level line" -> you want to annotate the values along the m-string?
If yes, then the commands should look like:
858,mc10
001,&-21&m
858,mc10,d001
001,&-23&%
Hope this helps.
Best Regards
Wolfgang