{ "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": { "bldg_no": 525, "label": "something about building 525" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.94873046875, 35.110921809704756 ], [ -120.26458740234375, 35.043489514314686 ], [ -120.03662109374999, 34.93323032184195 ], [ -119.94873046875, 35.110921809704756 ] ] ] } }, { "type": "Feature", "properties": { "bldg_no": 547, "label": "label for building 547" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.30603027343749, 34.89494244739732 ], [ -119.5037841796875, 34.78222760653013 ], [ -119.2236328125, 34.70549341022547 ], [ -119.30603027343749, 34.89494244739732 ] ] ] } }, { "type": "Feature", "properties": { "bldg_no": 514, "label": "building 514 is my favorite label" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.003662109375, 34.646766246519114 ], [ -120.22613525390624, 34.52692430140103 ], [ -119.91577148437499, 34.334364487026306 ], [ -120.003662109375, 34.646766246519114 ] ] ] } } ] }