1{ 2 "type":"GeometryCollection", 3 "geometries":[ 4 { 5 "type": "MultiPoint", 6 "coordinates": [ 7 [11,60], [5.5,60.3], [5.7,58.90] 8 ] 9 }, 10 { 11 "type": "MultiLineString", 12 "coordinates": [ 13 [[13.5, 43], [10.73, 59.92]], 14 [[9.15, 45], [-3.15, 58.90]] 15 ] 16 }, 17 { 18 "type": "MultiPolygon", 19 "coordinates": [ 20 [ 21 [ 22 [17.13, 51.11], 23 [30.54, 50.42], 24 [26.74, 58.36], 25 [17.13, 51.11] 26 ] 27 ], 28 [ 29 [ 30 [19.84, 41.33], 31 [30.45, 49.26], 32 [17.07, 50.10], 33 [19.84, 41.33] 34 ] 35 ] 36 ] 37 } 38 ] 39} 40