[Maps] GeoJson file upload should support geometry-collections #93254
Labels
bug
Fixes for quality problems that affect the customer experience
[Deprecated-Use Team:Presentation]Team:Geo
Former Team Label for Geo Team. Now use Team:Presentation
v7.13.0
v8.0.0
In 7.12, Maps added support for geometry-collections stored in Elasticsearch.
GeoJson upload does not support GeometryCollections. It breaks in two ways:
- the layer-preview breaks because the label-centroid calculation throws when encountering a geometry-collection
- the upload to elasticsearch fails because the
geometries
array is not correctly setTo close the loop on this, and remove this odd breakage, GeoJson-upload should support geometry-collections.
The text was updated successfully, but these errors were encountered: