From 2dddfbd145aa96be041e07368f658b1f1f39a9ee Mon Sep 17 00:00:00 2001 From: Chris Little Date: Tue, 12 May 2026 16:47:49 +0100 Subject: [PATCH] Correct MultiPolygon examples --- standard/clause_specification_text.adoc | 28 ++++++++++++------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/standard/clause_specification_text.adoc b/standard/clause_specification_text.adoc index df058ea51..754892406 100644 --- a/standard/clause_specification_text.adoc +++ b/standard/clause_specification_text.adoc @@ -1841,8 +1841,8 @@ Domain example of a MultiPolygon: "dataType": "polygon", "coordinates": ["x","y"], "values": [ - [ [ [100.0, 0.0], [101.0, 0.0], [101.0, 1.0], [100.0, 1.0], [100.0, 0.0] ] ], - [ [ [200.0, 10.0], [201.0, 10.0], [201.0, 11.0], [200.0, 11.0], [200.0, 10.0] ] ] + [ [ [ [100.0, 0.0], [101.0, 0.0], [101.0, 1.0], [100.0, 1.0], [100.0, 0.0] ] ], + [ [ [200.0, 10.0], [201.0, 10.0], [201.0, 11.0], [200.0, 11.0], [200.0, 10.0] ] ] ] ] }, "z": { "values": [2] }, @@ -1866,8 +1866,8 @@ Coverage example of a MultiPolygon: "dataType": "polygon", "coordinates": ["x","y"], "values": [ - [ [ [100.0, 0.0], [101.0, 0.0], [101.0, 1.0], [100.0, 1.0], [100.0, 0.0] ] ], - [ [ [200.0, 10.0], [201.0, 10.0], [201.0, 11.0], [200.0, 11.0], [200.0, 10.0] ] ] + [ [ [ [100.0, 0.0], [101.0, 0.0], [101.0, 1.0], [100.0, 1.0], [100.0, 0.0] ] ], + [ [ [200.0, 10.0], [201.0, 10.0], [201.0, 11.0], [200.0, 11.0], [200.0, 10.0] ] ] ] ] }, "z": { "values": [2] }, @@ -1903,9 +1903,9 @@ Domain example of a MultiPolygon where one polygon has a hole: "dataType": "polygon", "coordinates": ["x", "y"], "values": [ - [ [[40, 40], [20, 45],[45, 30], [40, 40]] ], - [ [[20, 35],[10, 30],[10, 10],[30, 5],[45, 20],[20, 35]], - [[30, 20],[20, 15],[20, 25],[30, 20]] ] + [ [ [[40, 40], [20, 45],[45, 30], [40, 40]] ], + [ [[20, 35],[10, 30],[10, 10],[30, 5],[45, 20],[20, 35]], + [[30, 20],[20, 15],[20, 25],[30, 20]] ] ] ] }, "z": { @@ -1933,9 +1933,9 @@ Coverage example of a MultiPolygon where one of the Polygons has a hole. "dataType": "polygon", "coordinates": ["x", "y"], "values": [ - [ [[40, 40],[20, 45],[45, 30],[40, 40]] ], - [ [[20, 35],[10, 30],[10, 10],[30, 5],[45, 20],[20, 35]], - [[30, 20],[20, 15],[20, 25],[30, 20]] ] + [ [ [[40, 40],[20, 45],[45, 30],[40, 40]] ], + [ [[20, 35],[10, 30],[10, 10],[30, 5],[45, 20],[20, 35]], + [[30, 20],[20, 15],[20, 25],[30, 20]] ] ] ] }, "z": { @@ -1981,8 +1981,8 @@ Domain example of a MultiPolygonSeries: "dataType": "polygon", "coordinates": ["x","y"], "values": [ - [ [[100.0, 0.0], [101.0, 0.0], [101.0, 1.0], [100.0, 1.0], [100.0, 0.0]] ], - [ [[200.0, 10.0], [201.0, 10.0], [201.0, 11.0], [200.0, 11.0], [200.0, 10.0]] ] + [ [ [[100.0, 0.0], [101.0, 0.0], [101.0, 1.0], [100.0, 1.0], [100.0, 0.0]] ], + [ [[200.0, 10.0], [201.0, 10.0], [201.0, 11.0], [200.0, 11.0], [200.0, 10.0]] ] ] ] }, "z": { "values": [2] }, @@ -2006,8 +2006,8 @@ Coverage example of a MultiPolygonSeries: "dataType": "polygon", "coordinates": ["x","y"], "values": [ - [ [ [100.0, 0.0], [101.0, 0.0], [101.0, 1.0], [100.0, 1.0], [100.0, 0.0] ] ], - [ [ [200.0, 10.0], [201.0, 10.0], [201.0, 11.0], [200.0, 11.0], [200.0, 10.0] ] ] + [ [ [ [100.0, 0.0], [101.0, 0.0], [101.0, 1.0], [100.0, 1.0], [100.0, 0.0] ] ], + [ [ [200.0, 10.0], [201.0, 10.0], [201.0, 11.0], [200.0, 11.0], [200.0, 10.0] ] ] ] ] }, "z": { "values": [2] },