Replies: 1 comment
-
|
I promoted this post into an issue, will reply there: #289 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you very much for your excellent work on galileo.
I am trying to adapt the georust example here to support arbitrary geometries, not just points / geojson.
I am using to georust gdal bindings which work well, but I can't figure out how to render arbitrary geometries. No matter how I convert the types
to_geo2ddoesn't seem to work for an arbitrary geometry.If I try to use something like this I get an error with trait bounds
My Current Code
This is some code I have that works with the rust gdal bindings, very similar to the georust example, to render points to a file. However, I am unclear how to adapt this to arbitrary geometry.
What I have tried
If I try to switch the code to just return
geo_types::Geometrythen I get this issueBeta Was this translation helpful? Give feedback.
All reactions