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
I draw polygon and send the coordinates to the server. There I want to save in PostgreSQL DB as PostGIS geography , but it throws an error:
geometry contains non-closed rings
Where this error? Either Leaflet.Editable does not return the last point as the first point, or this PostGis specific and I should manually add first point to end before sending request?
The text was updated successfully, but these errors were encountered:
I draw polygon and send the coordinates to the server. There I want to save in PostgreSQL DB as PostGIS geography , but it throws an error:
geometry contains non-closed rings
Where this error? Either Leaflet.Editable does not return the last point as the first point, or this PostGis specific and I should manually add first point to end before sending request?
The text was updated successfully, but these errors were encountered: