From f2f131661ae4bf3d0860f8939d041691654a55d3 Mon Sep 17 00:00:00 2001 From: Al Date: Wed, 6 Apr 2016 20:24:37 -0400 Subject: [PATCH] [osm/polygons] Using greater simplify tolerance --- scripts/geodata/polygons/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/geodata/polygons/index.py b/scripts/geodata/polygons/index.py index 939b11a8..a51a3a80 100644 --- a/scripts/geodata/polygons/index.py +++ b/scripts/geodata/polygons/index.py @@ -19,7 +19,7 @@ DEFAULT_POLYS_FILENAME = 'polygons.geojson' class PolygonIndex(object): include_only_properties = None - simplify_tolerance = 0.00001 + simplify_tolerance = 0.0001 preserve_topology = True persistent_polygons = False cache_size = 0