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
Length is currently only implemented for Line, LineString, and MultiLineString. To match PostGIS behaviour, it can also be implemented (in the Geometry type) for other geometries (which should return 0).
Length is currently only implemented for Line, LineString, and MultiLineString. To match PostGIS behaviour, it can also be implemented (in the
Geometrytype) for other geometries (which should return 0).