{ "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": {"name": "incorrect", "fill": "FF0000", "fill-opacity": 0.5}, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.282341393, 33.1142064479 ], [ -116.54561292, 33.1142064479 ], [ -116.54561292, 32.5347737956 ], [ -117.282341393, 32.5347737956 ], [ -117.282341393, 33.1142064479 ] ] ] } }, { "type": "Feature", "properties": {"name": "correct"}, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.611081, 33.505025 ], [ -116.08094, 33.505025 ], [ -116.08094, 32.528832 ], [ -117.611081, 32.528832 ], [ -117.611081, 33.505025 ] ] ] } } ] }