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
{{ message }}
This repository was archived by the owner on Jan 4, 2023. It is now read-only.
When a user attempts to upload/save a new RegressionRegion polygon, check the polygon geometry to ensure the geometry is valid and that there are no self-intersection errors. The ST_IsValid function may be helpful.
When a user attempts to upload/save a new RegressionRegion polygon, check the polygon geometry to ensure the geometry is valid and that there are no self-intersection errors. The
ST_IsValidfunction may be helpful.