Open mathieu17g opened 2 years ago
Hi,
Following up on this question, could we create a LineString out of say 2 points now? Thank you very much!
Yes that works if you supply the points as a vector.
https://github.com/JuliaGeo/LibGEOS.jl/blob/v0.8.5/src/geos_types.jl#L107
@visr what about adding
LineString
constructors based onPoint
s andLineString
s?It could look like:
This may be extended to other geometry types