NetTopologySuite / NetTopologySuite.IO.PostGis

PostGis IO module for NTS.
BSD 3-Clause "New" or "Revised" License
12 stars 8 forks source link

Fix reading POLYGON EMPTY #12

Closed mamont80 closed 3 years ago

mamont80 commented 4 years ago

I saw an error in the PostgreSQL: select ST_GeomFromText('POLYGON EMPTY')

Error with using Npgsql.NetTopologySuite: Unable to read beyond the end of the stream.

This is an error due to an attempt to read at least 1 ring.

CLAassistant commented 4 years ago

CLA assistant check
All committers have signed the CLA.

FObermaier commented 3 years ago

Superceeded by ddd394c13ee4765bb6e8d10482fdf251d5cc459f Thanks anyway