Can you add a toWKT()
function in all Geometry
object
#94
maximepvrt
started this conversation in
Ideas
Replies: 1 comment
-
Thanks, i will consider this for the next release, but am currently very very limited in my time due to university stuff. |
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
-
Currently, we have to create a generator each time
(new WKTGenerator)->generate($geometry);
Another option, create a
WKTGenerator
facade ?Beta Was this translation helpful? Give feedback.
All reactions