Usage Example
Klaus-Tockloth opened this issue · 1 comments
Klaus-Tockloth commented
Not really an issue ...
I want to use your package for parsing wkt strings. But it's unclear for me how to do this. Is it possible to provide an (general) example program that the usage of this package demonstrates?
briansorahan commented
Currently this package would only be useful if your wkt geometries always have the same type, e.g. LINESTRING. This package does not yet support scanning a wkt string which could be any valid geometry type into a Go type. Is that the use case you're looking for?