Use SVG-style path syntax for roads, instead of a list of points.
This requires a module that can:
[ ] parse SVG-style paths
[ ] return a list of points approximating the path. (for rendering)
[ ] return the coordinates of a point along the path given a percentage α representing of much of the path is traversed (position of a vehicle along the road)
Use SVG-style path syntax for roads, instead of a list of points.
This requires a module that can: