timwie / aio-overpass

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

`Point.center` and `Point.bounds` are never set #15

Closed timwie closed 3 months ago

timwie commented 4 months ago

As reported in #14, the center property is confusing. In fact, since out center on nodes works the same as out geom, and does not add the "center" field. As a result, any Point.center will always be None.