[fix] typo

This commit is contained in:
Al
2016-04-19 00:53:39 -04:00
parent ccbbf84e8d
commit 9abc679f09

View File

@@ -15,7 +15,7 @@ from shapely.geometry.geo import mapping
from geodata.polygons.area import polygon_bounding_box_area
DEFAULT_POLYS_FILENAME = 'polygons.geojson'
DEFAULT_PROPS_FILENAME = 'properites.json'
DEFAULT_PROPS_FILENAME = 'properties.json'
class PolygonIndex(object):