Warning, /education/marble/examples/json/rfc7946-a6-multipolygon.geojson is written in an unsupported language. File is not indexed.

0001 {
0002     "type": "MultiPolygon",
0003     "coordinates": [
0004         [
0005             [
0006                 [102.0, 2.0],
0007                 [103.0, 2.0],
0008                 [103.0, 3.0],
0009                 [102.0, 3.0],
0010                 [102.0, 2.0]
0011             ]
0012         ],
0013         [
0014             [
0015                 [100.0, 0.0],
0016                 [101.0, 0.0],
0017                 [101.0, 1.0],
0018                 [100.0, 1.0],
0019                 [100.0, 0.0]
0020             ],
0021             [
0022                 [100.2, 0.2],
0023                 [100.2, 0.8],
0024                 [100.8, 0.8],
0025                 [100.8, 0.2],
0026                 [100.2, 0.2]
0027             ]
0028         ]
0029     ]
0030 }