v0.55.0 #671
peterstace
announced in
Announcements
v0.55.0
#671
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
2025-10-10
Breaking change: Adds support for foreign members in GeoJSON Feature Collections. This necessitates a breaking change to the
geom.GeoJSONFeatureCollectiontype. It was previously defined as[]geom.GeoJSONFeature, but is now defined as a struct with aFeatures []geom.GeoJSONFeaturefield and aForeignMembers map[string]json.RawMessagefield.Simplifies some internals for GeoJSON marshalling. This change is not detectable externally.
Adds support for XYZM coordinate types when unmarshalling GeoJSON.
This discussion was created from the release v0.55.0.
Beta Was this translation helpful? Give feedback.
All reactions