[GIS] Displaying GeometryCollection with one geometry in QGIS fails

geojsongeometrycollectionqgis

I have a problem with displaying simple geometrycollection with one multipolygon as a vector layer in qgis. When I import the geometry in qgis I cannot zoom to layer nor see labels and style.
Here is the link to data I want to show GeometryCollection

I managed however to show the data in geojson.io and tried to convert to different formats (shapefile,csv) but converted files were empty.

What would be the issue?

Best Answer

I found a solution, after I converted the original data in geojson.io to geosjon format I got modified geojson with FeatureCollection type and I had to remove type GeometryCollection and geometries and treat multipolygon as a geometry.

Related Question