generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Map vizualization is correctly created and displays simple geoshapes (point, linestring, polygon), but does not display geometrycollections.
Examplary geometry collection used:
"location" : {
"type": "geometrycollection",
"geometries": [
{
"type": "point",
"coordinates": [74.0060, 40.7128]
},
{
"type": "linestring",
"coordinates": [[73.7562, 42.6526], [72.6734, 41.7658]]
}
]
}
To Reproduce
Steps to reproduce the behavior:
- Create new map vizualization
- Select index with geoshape field containing geometrycollections
- geoshapes like point, linestring, polygon are vizualized correctly but geometry collections are not visible
Expected behavior
Display all valid geojson shapes
OpenSearch Version
2.17.0
Dashboards Version
2.17.0
BobakMariusz
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working