this.parseError is not a function #92
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
The function wktToGeoJSON of package @terraformer/wkt version 2.1.2 fails with error:
Unable to parse: TypeError: this.parseError is not a function
when the wkt is invalid.
To reproduce it just do
wkt.wktToGeoJSON("POINT(0,0)")
The text was updated successfully, but these errors were encountered: