[fix] set
This commit is contained in:
@@ -122,8 +122,6 @@ class ReverseGeocoder(RTreePolygonIndex):
|
|||||||
if v is not None:
|
if v is not None:
|
||||||
properties[k] = func(v)
|
properties[k] = func(v)
|
||||||
|
|
||||||
include_props = set(include_props.keys())
|
|
||||||
|
|
||||||
poly_type = rec['geometry']['type']
|
poly_type = rec['geometry']['type']
|
||||||
if poly_type == 'Polygon':
|
if poly_type == 'Polygon':
|
||||||
poly = Polygon(rec['geometry']['coordinates'][0])
|
poly = Polygon(rec['geometry']['coordinates'][0])
|
||||||
|
|||||||
Reference in New Issue
Block a user