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
{
"error": {
"root_cause": [
{
"type": "mapper_parsing_exception",
"reason": "failed to parse field [placeShape] of type [geo_shape]"
}
],
"type": "mapper_parsing_exception",
"reason": "failed to parse field [placeShape] of type [geo_shape]",
"caused_by": {
"type": "illegal_argument_exception",
"reason": "Unable to Tessellate shape. Possible malformed shape detected."
}
},
"status": 400
}
Expected behavior
Shape inserted correctly.
Additional Details
Plugins
None, security plugin disabled for development purposes.
Host/Environment (please complete the following information):
OS: Docker Desktop 4.37.1 running on Windows 11
Version: 2.19.0 (official Docker image)
Additional context
This issue manifested with a much larger, more complex shapefile. This is the most minimal version I could create that displays the same behaviour.
The text was updated successfully, but these errors were encountered:
Describe the bug
The following shape:
produces an error when attempting to POST this into an index.
Related component
Indexing
To Reproduce
Expected behavior
Shape inserted correctly.
Additional Details
Plugins
None, security plugin disabled for development purposes.
Host/Environment (please complete the following information):
Additional context
This issue manifested with a much larger, more complex shapefile. This is the most minimal version I could create that displays the same behaviour.
The text was updated successfully, but these errors were encountered: