GeoLatte / geolatte-geom

A geometry model that conforms to the OGC Simple Features for SQL specification.
Other
132 stars 63 forks source link

BoundingBox on Feature and FeatureCollection #145

Closed sebisteiner closed 1 year ago

sebisteiner commented 2 years ago

At the moment the Featureand FeatureCollection implementations are missing the optional bbox member: https://datatracker.ietf.org/doc/html/rfc7946#page-12

Is this intentional or can it be extended?

maesenka commented 2 years ago

I didn't get around to supporting it. So, yes. It can be extended

sebisteiner commented 2 years ago

I made a proposal here: https://github.com/GeoLatte/geolatte-geom/pull/146

maesenka commented 1 year ago

This is now in master