-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
GB.meta() errors for MultiLineString( ) #52
Comments
You want one multilinestring having one boundingbox? |
So how do you think I should progress with creating a polyline for Shapefile while also being able to add extra stuff into metadata? |
Add a metatypes to GeometryBasics, similar to the MultiPoint! |
Hey, I was writing a type for MultiPatch type and realized that Mesh didn't have a metatype. I tried something similar to MultiPoint and it did work. Should I push it to #53 ? |
One workaround is passing the metadata as
boundingbox = [Rect(0.0, 0.0, 100.0, 100.0)]
but I wonder if it's correct.But this approach doesn't work for more than one items in metadata.
The text was updated successfully, but these errors were encountered: