tegola
tegola copied to clipboard
Make the geom/encoding/wkt Function sig conisitant with geom/encoding/wkb
Like the wkb package, the Encode functions should be the following:
EncodeBytes(g geom.Geometry)([]byte,error)
Encode(w io.Writer, g geom.Geometry) error
This will make the package interface for the encoding methods the same.