curvature
curvature copied to clipboard
bin/curvature-output-tab broken
As a direct replacement for curvature-output-kml in your example processing script, curvature-output-tab didn't work.
I got it to work thusly:
< for way in collection:
for way in collection['ways']:
Thank you for this excellent software, BTW. Really neat stuff.