[polygons] Reducing simplify tolerance for language polys now that regional languages are handled separately

This commit is contained in:
Al
2015-09-10 12:44:13 -07:00
parent 440a8158b6
commit 35f1c02caf
2 changed files with 0 additions and 7 deletions

View File

@@ -45,11 +45,6 @@ class RTreePolygonIndex(object):
else:
self.polygons = polygons
self.post_init()
def post_init(self):
pass
def index_polygon(self, id, polygon):
self.index.insert(id, polygon.bounds)

View File

@@ -26,8 +26,6 @@ class LanguagePolygonIndex(RTreePolygonIndex):
'admin_level'
])
simplify_tolerance = 0.00001
@classmethod
def create_from_shapefiles(cls,
admin0_shapefile,