paulmach / go.geo

Geometry/geography library in Go, DEPRECATED, use ->
https://github.com/paulmach/orb
MIT License
330 stars 55 forks source link

Add NewPathFromEncoding to replace Decode #5

Closed paulmach closed 10 years ago

paulmach commented 10 years ago

NewPathFromEncoding is consistent with the other NewPath* functions. Decode was ambiguous and is now deprecated.

FYI, thoughts? @ericrwolfe

ericrwolfe commented 10 years ago

Yup, this naming seems much better.