For example two groups with subcategory and typology
{ “type”: “FeatureCollection”, “features”: [ { “type”: “Feature”, “geometry”: { “type”: “Point”, “coordinates”: [ “12.667688”, “41.790397” ] }, “properties”: { “title”: “ahi”, “author”: “ahi”, “date”: “2024-05-26”, “category”: “le-radici”, “subcategory”: “sub4”, “typology”: “documento” } }, { “type”: “Feature”, “geometry”: { “type”: “Point”, “coordinates”: [ “12.677688”, “41.780397” ] }, “properties”: { “title”: “test”, “author”: “autore”, “date”: “2024-05-26”, “category”: “le-radici”, “subcategory”: “sub4”, “typology”: “documento” } }, { “type”: “Feature”, “geometry”: { “type”: “Point”, “coordinates”: [ “12.757688”, “41.670397” ] }, “properties”: { “title”: “test”, “author”: “autore2”, “date”: “2024-05-25”, “category”: “le-radici”, “subcategory”: “sub2”, “typology”: “giornale” } }, { “type”: “Feature”, “geometry”: { “type”: “Point”, “coordinates”: [ “12.657688”, “41.770397” ] }, “properties”: { “title”: “test”, “author”: “autore”, “date”: “2024-05-26”, “category”: “le-radici”, “subcategory”: “sub2”, “typology”: “libro” } }, { “type”: “Feature”, “geometry”: { “type”: “Point”, “coordinates”: [ “9.189634”, “45.464194” ] }, “properties”: { “title”: “viva viva la befana”, “author”: “prova”, “date”: “2024-05-18”, “category”: “le-radici”, “subcategory”: “sub2”, “typology”: “documento” } } ] }