Added denoise and generalize options to make the ischrones less heavy
This commit is contained in:
@@ -73,7 +73,9 @@ class MapzenIsochrones:
|
||||
request_params = {
|
||||
'json': json.dumps({'locations': [locations],
|
||||
'costing': mode_source,
|
||||
'contours': contours}),
|
||||
'contours': contours,
|
||||
'generalize': 50,
|
||||
'denoise': .3}),
|
||||
'api_key': self._app_key
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user