{
    "type": "FeatureCollection",
    "name": "testCF",
    "crs": {
        "type": "name",
        "properties": {
            "name": "urn:ogc:def:crs:OGC:1.3:CRS84"
        }
    },
    "features": [{
        "type": "Feature",
        "properties": {
            "Id": 0
        },
        "geometry": {
            "type": "MultiPolygon",
            "coordinates": [
                [
                    [
                        [80.96945626, 28.47024512],
                        [80.96822006, 28.47073227],
                        [80.96648323, 28.47142691],
                        [80.96576838, 28.47074071],
                        [80.9660037, 28.46959438],
                        [80.96593237, 28.46902568],
                        [80.96568739, 28.46845694],
                        [80.96560594, 28.46761743],
                        [80.96569799, 28.46727444],
                        [80.9684564, 28.46607456],
                        [80.96845664, 28.46527119],
                        [80.96856908, 28.46500944],
                        [80.97041811, 28.46443215],
                        [80.97144988, 28.46414351],
                        [80.97313492, 28.46569645],
                        [80.97307355, 28.46601237],
                        [80.97308352, 28.46696017],
                        [80.97300175, 28.46715874],
                        [80.97319567, 28.46781773],
                        [80.97310359, 28.46839542],
                        [80.97260299, 28.46861196],
                        [80.97164255, 28.46944222],
                        [80.97071288, 28.46974893],
                        [80.96945626, 28.47024512]
                    ]
                ]
            ]
        }
    }]
}