[osm/polygons] Using greater simplify tolerance

This commit is contained in:
Al
2016-04-06 20:24:37 -04:00
parent 69ef201cf1
commit f2f131661a

View File

@@ -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