Hello,
I'm facing a visualization issue. I have a map which has a banked curve. The geometry of the road is defined using cubic polynomials in < shape > (it doesn't use superelevation). The visualizer represents this curve flat though. Does anybody know how to handle this?
In addition, I'd like to be able to get (roadId, s, t) given UTM x,y,z. I've implemented a function to get s,t, but t is computed using euclidean distance in the 2D plane. Does anybody have implemented a method to get t using the polynomials?
Thank you very much!
Hello,
I'm facing a visualization issue. I have a map which has a banked curve. The geometry of the road is defined using cubic polynomials in < shape > (it doesn't use superelevation). The visualizer represents this curve flat though. Does anybody know how to handle this?
In addition, I'd like to be able to get (roadId, s, t) given UTM x,y,z. I've implemented a function to get s,t, but t is computed using euclidean distance in the 2D plane. Does anybody have implemented a method to get t using the polynomials?
Thank you very much!