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
mikkohei13
changed the title
Do not create a Polygon if units have identical geometries
Create a point geometry when units have identical geometries
Oct 29, 2024
This returns 400 from API, so these kind of geometries need to be prevented:
{
"type": "Polygon",
"coordinates": [
[
[
24.667776748538017,
60.14373972367766
],
[
24.667776748538017,
60.14373972367766
],
[
24.667776748538017,
60.14373972367766
],
[
24.667776748538017,
60.14373972367766
],
[
24.667776748538017,
60.14373972367766
]
]
]
}
The text was updated successfully, but these errors were encountered: