Warning, /education/marble/examples/json/rfc7946-a3-polygon-with-hole.geojson is written in an unsupported language. File is not indexed.
0001 {
0002 "type": "Polygon",
0003 "coordinates": [
0004 [
0005 [100.0, 0.0],
0006 [101.0, 0.0],
0007 [101.0, 1.0],
0008 [100.0, 1.0],
0009 [100.0, 0.0]
0010 ],
0011 [
0012 [100.8, 0.8],
0013 [100.8, 0.2],
0014 [100.2, 0.2],
0015 [100.2, 0.8],
0016 [100.8, 0.8]
0017 ]
0018 ]
0019 }