v0.52.0 #640
peterstace
announced in
Announcements
v0.52.0
#640
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
2024-10-08
Special thanks to Albert Teoh for contributing to this release.
Upgrades
golangci-lint
tov1.61.0
.Adds a new group of functions to the
geom
package that construct geometries. These functions have names in the formNew{Type}{Dimension}
, whereType
is one of {Point
,LineString
,Polygon
,MultiPoint
,MultiLineString
,MultiPolygon
}, andDimension
is one of {XY
,XYZ
,XYM
,XYZM
}. They accept coordinates at the appropriate level of nesting that corresponds to the geometry type. These functions panic if the number of coordinates provided is not consistent with the dimension (this behaviour is consistent with the behaviour of theNewSequence
function).This discussion was created from the release v0.52.0.
Beta Was this translation helpful? Give feedback.
All reactions