whosonfirst neighbourhood reverse geocoder

This commit is contained in:
Yuyang Shu
2020-05-05 11:50:30 +10:00
parent 790e24bc0a
commit b3dcfe610b
3 changed files with 105 additions and 39 deletions

View File

@@ -226,7 +226,6 @@ class PolygonIndex(object):
@classmethod
def create_from_geojson_files(cls, inputs, output_dir,
index_filename=None,
polys_filename=DEFAULT_POLYS_FILENAME,
include_only_properties=None):
index = cls(save_dir=output_dir, index_filename=index_filename or cls.INDEX_FILENAME)
for input_file in inputs: