Hi,
I was updating some old code that used version 1.13.3.2 to a dotnet core / standard app. I had a WktFileReader that would process all the records (one per line) in a file. It does not seem to have this behaviour any more and my integration test is failing because it only reads the first WKT geometry.
Was this an intended change? Or was this always supposed to be the case but it wasn't failing before?
I haven't followed the code past the WKTReader tokenizer to determine where the not reading multiple files is happening.
Any thoughts on this would be appreciated.
Cheers,
:w