{ "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": { "height": 1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 0, 0, 0 ], [ 0, 1, 0 ], [ 1, 1, 0 ], [ 1, 0, 0.1 ], [ 0, 0, 0 ] ] ] } }, { "type": "Feature", "properties": { "height": 2 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1, 0, 0 ], [ 1, 1, 0 ], [ 2, 1, 0 ], [ 2, 0, 0 ], [ 1, 0, 0 ] ] ] } } ] }