Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a point geometry when units have identical geometries #39

Open
rpulkka opened this issue Oct 29, 2024 · 0 comments
Open

Create a point geometry when units have identical geometries #39

rpulkka opened this issue Oct 29, 2024 · 0 comments
Assignees

Comments

@rpulkka
Copy link
Contributor

rpulkka commented 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
]
]
]
}

@rpulkka rpulkka added the bug Something isn't working label Oct 29, 2024
@rpulkka rpulkka self-assigned this Oct 29, 2024
@mikkohei13 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
@wkmor1 wkmor1 removed the bug Something isn't working label Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants