[fix] reverting to old Rtree index filename
This commit is contained in:
@@ -225,7 +225,7 @@ class PolygonIndex(object):
|
||||
|
||||
|
||||
class RTreePolygonIndex(PolygonIndex):
|
||||
INDEX_FILENAME = 'index.rtree'
|
||||
INDEX_FILENAME = 'rtree'
|
||||
|
||||
def create_index(self, overwrite=False):
|
||||
self.index = rtree.index.Index(self.index_path, overwrite=overwrite)
|
||||
|
||||
Reference in New Issue
Block a user