You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The geometryToBinary function in the GeometryUtils class is using the default constructor for the WKBWriter. This defaults to an output coordinate dimension of 2, so any z values will be ignored.
The geometryToBinary function in the GeometryUtils class is using the default constructor for the WKBWriter. This defaults to an output coordinate dimension of 2, so any z values will be ignored.