Closed stepps00 closed 4 years ago
Update to Python3. Example:
https://github.com/whosonfirst/py-mapzen-whosonfirst-spatial/blob/master/mapzen/whosonfirst/spatial/postgres.py#L233
filters.has_key("wof:is_ceased")
would now be
"wof:is_ceased" in filters
Fixed in v2.0.1 release.
v2.0.1
Update to Python3. Example:
https://github.com/whosonfirst/py-mapzen-whosonfirst-spatial/blob/master/mapzen/whosonfirst/spatial/postgres.py#L233
would now be