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
Each record is just a single point, but the geometry type is MULTIPOINT, which makes queries using the geom more complicated and error-prone than they need to be.
I'm currently using
ST_GeometryN(geom, 1)
to work around this.
The text was updated successfully, but these errors were encountered:
Each record is just a single point, but the geometry type is MULTIPOINT, which makes queries using the geom more complicated and error-prone than they need to be.
I'm currently using
ST_GeometryN(geom, 1)
to work around this.
The text was updated successfully, but these errors were encountered: