summaryrefslogtreecommitdiff
path: root/test/fixtures/geometry_data/multi_point_2.geojson
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/geometry_data/multi_point_2.geojson')
-rw-r--r--test/fixtures/geometry_data/multi_point_2.geojson85
1 files changed, 85 insertions, 0 deletions
diff --git a/test/fixtures/geometry_data/multi_point_2.geojson b/test/fixtures/geometry_data/multi_point_2.geojson
new file mode 100644
index 0000000000..396f579fdb
--- /dev/null
+++ b/test/fixtures/geometry_data/multi_point_2.geojson
@@ -0,0 +1,85 @@
+{
+ "type": "FeatureCollection",
+ "features": [
+ {
+ "type": "Feature",
+ "properties": {},
+ "geometry": {
+ "type": "MultiPoint",
+ "coordinates": [[
+ 24.941625595092773,
+ 60.16672808807713
+ ], [
+ 24.940338134765625,
+ 60.16613029857937
+ ], [
+ 24.94570255279541,
+ 60.16561789892518
+ ], [
+ 24.943084716796875,
+ 60.16516954267316
+ ], [
+ 24.947547912597656,
+ 60.16625839724445
+ ], [
+ 24.94896411895752,
+ 60.16777419352904
+ ], [
+ 24.94548797607422,
+ 60.16450767226291
+ ], [
+ 24.94870662689209,
+ 60.164998738682236
+ ], [
+ 24.942140579223633,
+ 60.164721180303474
+ ], [
+ 24.939351081848145,
+ 60.16510549128062
+ ], [
+ 24.943857192993164,
+ 60.16450767226291
+ ], [
+ 24.94038105010986,
+ 60.16435821580911
+ ], [
+ 24.942870140075684,
+ 60.163610923343796
+ ], [
+ 24.9459171295166,
+ 60.163610923343796
+ ], [
+ 24.940295219421383,
+ 60.16324794658606
+ ], [
+ 24.94295597076416,
+ 60.16279955799712
+ ], [
+ 24.9459171295166,
+ 60.162863613884376
+ ], [
+ 24.948406219482422,
+ 60.16367497764958
+ ], [
+ 24.947547912597656,
+ 60.165489797763136
+ ], [
+ 24.937763214111328,
+ 60.16275685400291
+ ], [
+ 24.943556785583496,
+ 60.16589544972972
+ ], [
+ 24.946088790893555,
+ 60.16711237558275
+ ], [
+ 24.942569732666016,
+ 60.16783823971963
+ ], [
+ 24.942612648010254,
+ 60.16196682010054
+ ]]
+ }
+ }
+ ]
+} \ No newline at end of file