var areaiiGeoJSON = { "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": { "Title": "Area_II" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.70188951492308, 34.23747488282864 ], [ -118.6922550201416, 34.23944392558316 ], [ -118.69240522384644, 34.223956427232054 ], [ -118.70779037475586, 34.22399191158317 ], [ -118.70779037475586, 34.22849830267293 ], [ -118.70195388793945, 34.22844507898838 ], [ -118.70188951492308, 34.23747488282864 ] ] ] } } ] }