{ "type": "Feature", "properties": { "name": "clockwise" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1,1 ], [ 2,1 ], [ 2,0 ], [ 1,0 ], [ 1,1 ] ] ] } }