Fix another typo (hello Carla!!)

This feature is dedicated to you. Keep rocking.
This commit is contained in:
Rafa de la Torre 2016-07-06 20:05:37 +02:00
parent 9c87762b8b
commit f5d51da673

View File

@ -61,7 +61,7 @@ class MapzenIsolines:
upper_rmax = distance_range # an upper bound for the radius, going in a straight line
return self.calculate_isoline(origin, costing_model, time_range, upper_rmax, 'distance', 1000.0)
return self.calculate_isoline(origin, costing_model, distance_range, upper_rmax, 'distance', 1000.0)
"""Get an isoline using mapzen API.