GeoLatte / geolatte-geom

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

ses, Add bbox to Feature and FeatureCollection. #146

Closed sebisteiner closed 1 year ago

sebisteiner commented 2 years ago

To get the maven build running on my machine I had to make a change to the main pom.xml.

CleanShot 2022-02-24 at 15 17 49

I wasn't sure if I should commit this change? (haven't committed it yet)

maesenka commented 2 years ago

Everything runs fine on my end with the POM unchanged.

I'd like this to be behind a feature toggle so users can decide for themselves whether they want to serialize a bbox.

sebisteiner commented 2 years ago

Everything runs fine on my end with the POM unchanged.

I'd like this to be behind a feature toggle so users can decide for themselves whether they want to serialize a bbox.

Thanks for feedback. I will implement the feature toggle.

maesenka commented 1 year ago

I finished the implementation. Your work is included in master now.

Thank you for your contribution!