adamfranco / curvature

Find roads that are the most curvy or twisty based on Open Street Map (OSM) data.
http://roadcurvature.com/
225 stars 39 forks source link

Fix unit tests to work with new OutputTools #50

Closed adamfranco closed 7 years ago

adamfranco commented 7 years ago

aac532d102e8fe865ccad0aa0079a72eeda74874 moved a bunch of common functions out of the KmlOutput class-hierarchy, which is quite useful, but broke a bunch of the unit tests. These need to be fixed to look at the new OutputTools class.