tegola icon indicating copy to clipboard operation
tegola copied to clipboard

Make the geom/encoding/wkt Function sig conisitant with geom/encoding/wkb

Open gdey opened this issue 7 years ago • 0 comments

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.

gdey avatar Feb 21 '18 20:02 gdey