Fixed valid Mapbox types

This commit is contained in:
Antonio
2018-01-29 18:39:11 +01:00
parent 5f9185ee6b
commit 51bf6c2a43
3 changed files with 4 additions and 1 deletions

View File

@@ -2,6 +2,8 @@ January 29th, 2018
==================
* Version `0.30.1` of server side
* Fix for Mapbox geocoding function due to the iso3166 library doesn't support UTF-8 names for the countries
* Version `0.16.2` of the python library
* Fix for Mapbox cycling profile
January 18th, 2018
==================

View File

@@ -5,4 +5,5 @@ MAPBOX_ISOLINES_APIKEY_ROUNDROBIN = 'mapbox_isolines_apikey_roundrobin'
TRANSPORT_MODE_TO_MAPBOX = {
'car': 'driving',
'walk': 'walking',
'bicycle': 'cycling',
}

View File

@@ -10,7 +10,7 @@ from setuptools import setup, find_packages
setup(
name='cartodb_services',
version='0.16.1',
version='0.16.2',
description='CartoDB Services API Python Library',