[fix] set

This commit is contained in:
Al
2015-10-13 11:44:53 -04:00
parent 2a7bf82951
commit ec8f06155d

View File

@@ -122,8 +122,6 @@ class ReverseGeocoder(RTreePolygonIndex):
if v is not None:
properties[k] = func(v)
include_props = set(include_props.keys())
poly_type = rec['geometry']['type']
if poly_type == 'Polygon':
poly = Polygon(rec['geometry']['coordinates'][0])