[BUG] Vizualize geometrycollection using Maps
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
+1
@mszablewski To clarify, are you referring this map visualization?
@ruanyl yes
@opensearch-project/admin Could you move this issue to https://github.com/opensearch-project/dashboards-maps, it's maps plugin related.
@opensearch-project/admin Friendly ping to transfer this to dashboard-maps as requested above. Thanks!
@opensearch-project/admin Friendly ping to transfer this to dashboard-maps as requested above. Thanks!
transferred