summaryrefslogtreecommitdiff
path: root/test/fixtures/geometry_data/multi_polygon_2.geojson
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/geometry_data/multi_polygon_2.geojson')
-rw-r--r--test/fixtures/geometry_data/multi_polygon_2.geojson81
1 files changed, 81 insertions, 0 deletions
diff --git a/test/fixtures/geometry_data/multi_polygon_2.geojson b/test/fixtures/geometry_data/multi_polygon_2.geojson
new file mode 100644
index 0000000000..ea7723754d
--- /dev/null
+++ b/test/fixtures/geometry_data/multi_polygon_2.geojson
@@ -0,0 +1,81 @@
+{
+ "type": "Feature",
+ "properties": {},
+ "geometry": {
+ "type": "MultiPolygon",
+ "coordinates": [
+ [
+ [
+ [
+ 24.94171142578125,
+ 60.16777419352904
+ ],
+ [
+ 24.948577880859375,
+ 60.16777419352904
+ ],
+ [
+ 24.948577880859375,
+ 60.170122472217564
+ ],
+ [
+ 24.94171142578125,
+ 60.170122472217564
+ ],
+ [
+ 24.94171142578125,
+ 60.16777419352904
+ ]
+ ]
+ ],
+ [
+ [
+ [
+ 24.951581954956055,
+ 60.169503396855
+ ],
+ [
+ 24.955186843872067,
+ 60.169503396855
+ ],
+ [
+ 24.955186843872067,
+ 60.17052806699205
+ ],
+ [
+ 24.951581954956055,
+ 60.17052806699205
+ ],
+ [
+ 24.951581954956055,
+ 60.169503396855
+ ]
+ ]
+ ],
+ [
+ [
+ [
+ 24.944243431091305,
+ 60.16301307713581
+ ],
+ [
+ 24.94716167449951,
+ 60.16301307713581
+ ],
+ [
+ 24.94716167449951,
+ 60.16412335429406
+ ],
+ [
+ 24.944243431091305,
+ 60.16412335429406
+ ],
+ [
+ 24.944243431091305,
+ 60.16301307713581
+ ]
+ ]
+ ]
+ ]
+ }
+} \ No newline at end of file