Fix invalid geometries due to generalize option
They add a note saying that use their simplification option could lead to a self-intersection (which is the problem we have) and it's creating invalid geometries See it here https://mapzen.com/documentation/mobility/isochrone/api-reference/#other-request-parameters
This commit is contained in:
@@ -10,7 +10,7 @@ from setuptools import setup, find_packages
|
||||
setup(
|
||||
name='cartodb_services',
|
||||
|
||||
version='0.15.3',
|
||||
version='0.15.4',
|
||||
|
||||
description='CartoDB Services API Python Library',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user