Conversation
|
One thing I did not yet figure out how to get the geometries from a |
|
Failures on nightlies {ubuntu, macOS, windows}-latest are due to Makie not compiling under Julia Version 1.12.0-DEV.1908. Not related to this PR. |
|
Thanks for working on this! ❤️
A CompoundCurve is a collection, so I'd say ngeom counts for the number of segments. This has one, and getgeom will get you the CircularString. While it maybe confusing from a Curve perspective (expecting ngeom to be the number of points), I'd say it fits the indentation (ngeom is just the number of things between brackets on level down). |
|
@evetion , I am still confused since Also, That said, I am indifferent if this PR gets accepted or not. No hurries. |
Add basic support
CircularString,CompoundCurve,CurvePolygon,MultiCurve,MultiSurface. Reading WKT tests added.Lots of additional methods to be added for constructing geometries. Those should fall under
open_issue_if_conversion_makes_sensefor now.