From f5d51da673e1facba35c5bd31a0f26e97d23e827 Mon Sep 17 00:00:00 2001 From: Rafa de la Torre Date: Wed, 6 Jul 2016 20:05:37 +0200 Subject: [PATCH] Fix another typo (hello Carla!!) This feature is dedicated to you. Keep rocking. --- .../python/cartodb_services/cartodb_services/mapzen/isolines.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/lib/python/cartodb_services/cartodb_services/mapzen/isolines.py b/server/lib/python/cartodb_services/cartodb_services/mapzen/isolines.py index d686407..de75459 100644 --- a/server/lib/python/cartodb_services/cartodb_services/mapzen/isolines.py +++ b/server/lib/python/cartodb_services/cartodb_services/mapzen/isolines.py @@ -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.