-
Notifications
You must be signed in to change notification settings - Fork 3
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
Cleanup and Updates #70
Conversation
Feature/additional cleanup
@eseglem this looks awesome! thanks for all your work on this. I did notice one thing that I made a PR to the develop branch, the alternate syntax for MULTIPOINT that does not use internal parens was not supported. |
Adds support for alternate syntax for MULTIPOINT WKT without internal parentheses around coordinates.
@bitner looks like I wrote the GH action correctly, and published this out as v0.2.0 now. Might have a few more tweaks I play with, for performance, but at least have a version to pin with now. |
Awesome! Thanks @eseglem |
\'
to escaped quoteLiteral
fromEnum
@bitner I think this addresses everything I really wanted to get done. If it all makes sense, I can do an actual release of it.