{
    "type": "FeatureCollection",
    "features": [
        {
            "type": "Feature",
            "properties": {
                "name": "10m x 10m square - Santa Fe Plaza"
            },
            "geometry": {
                "type": "Polygon",
                "coordinates": [
                    [
                        [-105.9378, 35.687],
                        [-105.93769, 35.687],
                        [-105.93769, 35.68709],
                        [-105.9378, 35.68709],
                        [-105.9378, 35.687]
                    ]
                ]
            }
        }
    ]
}
