The feature introduced with https://github.com/elpaso/quickwkt/pull/14 doesn't work anymore with version 3.3. The feature is about multiline WKT (when you want only a single geometry but use a multiline WKT) Example input: ``` POINT( 0 2 ) ``` It used to work while #14 was in effect
The feature introduced with #14 doesn't work anymore with version 3.3.
The feature is about multiline WKT (when you want only a single geometry but use a multiline WKT)
Example input:
It used to work while #14 was in effect