timwie / aio-overpass

Async client for the Overpass API
https://pypi.org/project/aio-overpass/
MIT License
4 stars 1 forks source link

`__geo_interface__` returns FeatureCollections #7

Closed timwie closed 11 months ago

timwie commented 1 year ago

Spatial.__geo_interface__ currently simply returns Spatial.geojson, but FeatureCollection is actually not specified at all. Element objects should map to a collection of objects that implement __geo_interface__ properly instead.