@@ -1700,8 +1700,8 @@ Domain example of a Polygon with two holes, one square, the other triangular:
17001700 "dataType": "polygon",
17011701 "coordinates": ["x","y"],
17021702 "values": [
1703- [ [ [100.0, 0.0], [101.0, 0.0], [101.0, 1.0], [100.0, 1.0], [100.0, 0.0] ]
1704- [ [100.3, 0.2], [100.3, 0.4], [100.5, 0.4], [100.5, 0.2], [100.3, 0.2] ]
1703+ [ [ [100.0, 0.0], [101.0, 0.0], [101.0, 1.0], [100.0, 1.0], [100.0, 0.0] ],
1704+ [ [100.3, 0.2], [100.3, 0.4], [100.5, 0.4], [100.5, 0.2], [100.3, 0.2] ],
17051705 [ [100.7, 0.6], [100.8, 0.8], [100.9, 0.6], [100.7, 0.6] ] ]
17061706 ]
17071707 },
@@ -1726,8 +1726,8 @@ Coverage example of a Polygon with two holes, one square, the other triangular:
17261726 "dataType": "polygon",
17271727 "coordinates": ["x","y"],
17281728 "values": [
1729- [ [ [100.0, 0.0], [101.0, 0.0], [101.0, 1.0], [100.0, 1.0], [100.0, 0.0] ]
1730- [ [100.3, 0.2], [100.3, 0.4], [100.5, 0.4], [100.5, 0.2], [100.3, 0.2] ]
1729+ [ [ [100.0, 0.0], [101.0, 0.0], [101.0, 1.0], [100.0, 1.0], [100.0, 0.0] ],
1730+ [ [100.3, 0.2], [100.3, 0.4], [100.5, 0.4], [100.5, 0.2], [100.3, 0.2] ],
17311731 [ [100.7, 0.6], [100.8, 0.8], [100.9, 0.6], [100.7, 0.6] ] ]
17321732 ]
17331733 },
0 commit comments