Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should IGeometryObject expose bounding box and CRS? #165

Open
andreas-foreflight opened this issue Jan 23, 2023 · 0 comments
Open

Should IGeometryObject expose bounding box and CRS? #165

andreas-foreflight opened this issue Jan 23, 2023 · 0 comments

Comments

@andreas-foreflight
Copy link

Either by adding them to the interface or making IGeometryObject inherit from IGeoJSONObject.

From the RFC, it seems that all geometry objects are Geo JSON objects by definition and that the distinction is purely about not being able to nest features or feature collections inside each other.

Currently, it is not possible to get the bounding box or CRS from a member of a geometry collection without casting. This is a bit inconvenient.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant