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
If Multi-part geometry could be returned as a hive Array of single-part geometries, the array could be used with explode() - this may provide one possible solution to the objectives behind issue #35 .
While struct is mentioned in issue #9 in the context of import from JSON, structs could be useful in a more general context.
Point could be a structure of x, y [,z] [,m] .
Structure for Polygon would take more thought.
The text was updated successfully, but these errors were encountered:
If Multi-part geometry could be returned as a hive Array of single-part geometries, the array could be used with explode() - this may provide one possible solution to the objectives behind issue #35 .
While struct is mentioned in issue #9 in the context of import from JSON, structs could be useful in a more general context.
Point could be a structure of x, y [,z] [,m] .
Structure for Polygon would take more thought.
The text was updated successfully, but these errors were encountered: