Merge pull request #321 from CartoDB/fix-default-isolines-provider

Change default isolines provider
This commit is contained in:
Mario de Frutos 2017-02-01 09:41:21 +01:00 committed by GitHub
commit c550a5d4e9

View File

@ -199,7 +199,7 @@ class IsolinesRoutingConfig(ServiceConfig):
GEOCODER_PROVIDER_KEY = 'geocoder_provider'
MAPZEN_PROVIDER = 'mapzen'
HEREMAPS_PROVIDER = 'heremaps'
DEFAULT_PROVIDER = 'heremaps'
DEFAULT_PROVIDER = 'mapzen'
METRICS_LOG_KEY = 'isolines_log_path'
def __init__(self, redis_connection, db_conn, username, orgname=None):