Warning, /education/marble/examples/json/rfc7946-a7-geometrycollection.geojson is written in an unsupported language. File is not indexed.
0001 {
0002 "type": "GeometryCollection",
0003 "geometries": [
0004 {
0005 "type": "Point",
0006 "coordinates": [100.0, 0.0]
0007 },
0008 {
0009 "type": "LineString",
0010 "coordinates": [
0011 [101.0, 0.0],
0012 [102.0, 1.0]
0013 ]
0014 }
0015 ]
0016 }