From 3eb36f99bb896e20d78f3178fe48c6caf7431f9c Mon Sep 17 00:00:00 2001 From: antoniocarlon Date: Mon, 10 Feb 2020 10:13:42 +0100 Subject: [PATCH] Added mapbox_iso isolines provider to config --- .../python/cartodb_services/cartodb_services/metrics/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/lib/python/cartodb_services/cartodb_services/metrics/config.py b/server/lib/python/cartodb_services/cartodb_services/metrics/config.py index 55b70b4..136d37b 100644 --- a/server/lib/python/cartodb_services/cartodb_services/metrics/config.py +++ b/server/lib/python/cartodb_services/cartodb_services/metrics/config.py @@ -224,7 +224,7 @@ class IsolinesRoutingConfig(ServiceConfig): GEOCODER_PROVIDER_KEY = 'geocoder_provider' MAPZEN_PROVIDER = 'mapzen' MAPBOX_PROVIDER = 'mapbox' - MAPBOX_ISO_PROVIDER = 'mapbox' + MAPBOX_ISO_PROVIDER = 'mapbox_iso' TOMTOM_PROVIDER = 'tomtom' HEREMAPS_PROVIDER = 'heremaps' DEFAULT_PROVIDER = MAPBOX_PROVIDER