You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Either by adding them to the interface or making
IGeometryObject
inherit fromIGeoJSONObject
.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.
The text was updated successfully, but these errors were encountered: