georust/wkt

Add Support For EWKT

Opened this issue · 0 comments

Extended WKT is a simple variant used in PostGIS and related software, in particular, the SRID. Presently trying to parse something like SRID=4326; throws InvalidWKT("Invalid type encountered") as the error.

It appears there already is an issue opened for the up to 4 ordinate values part of the spec.

The BNF spec provided by PostGIS would be a helpful guide.