summaryrefslogtreecommitdiff
path: root/test/fixtures/geometry_data/multi_point_1.geojson
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/geometry_data/multi_point_1.geojson')
-rw-r--r--test/fixtures/geometry_data/multi_point_1.geojson91
1 files changed, 91 insertions, 0 deletions
diff --git a/test/fixtures/geometry_data/multi_point_1.geojson b/test/fixtures/geometry_data/multi_point_1.geojson
new file mode 100644
index 0000000000..92ff62378b
--- /dev/null
+++ b/test/fixtures/geometry_data/multi_point_1.geojson
@@ -0,0 +1,91 @@
+{
+ "type": "FeatureCollection",
+ "features": [
+ {
+ "type": "Feature",
+ "properties": {},
+ "geometry": {
+ "type": "MultiPoint",
+ "coordinates": [[
+ 24.938492774963375,
+ 60.16980226227959
+ ], [
+ 24.938063621520996,
+ 60.16931126764639
+ ], [
+ 24.937269687652588,
+ 60.16984495711831
+ ], [
+ 24.93675470352173,
+ 60.16963148236986
+ ], [
+ 24.937162399291992,
+ 60.16934328925918
+ ], [
+ 24.938106536865234,
+ 60.17026122888812
+ ], [
+ 24.93896484375,
+ 60.16964215614023
+ ], [
+ 24.939308166503903,
+ 60.170346617317186
+ ], [
+ 24.937076568603516,
+ 60.170464026044776
+ ], [
+ 24.93623971939087,
+ 60.17009045136419
+ ], [
+ 24.936411380767822,
+ 60.169268572114106
+ ], [
+ 24.938857555389404,
+ 60.17032527023073
+ ], [
+ 24.938342571258545,
+ 60.171392607562005
+ ], [
+ 24.940145015716553,
+ 60.1709443301065
+ ], [
+ 24.93767738342285,
+ 60.17102971676008
+ ], [
+ 24.938321113586426,
+ 60.17082692309542
+ ], [
+ 24.9408745765686,
+ 60.170367964389776
+ ], [
+ 24.940080642700195,
+ 60.1720009743249
+ ], [
+ 24.939522743225098,
+ 60.171371261155215
+ ], [
+ 24.935853481292725,
+ 60.17111510319178
+ ], [
+ 24.936046600341797,
+ 60.17060278127276
+ ], [
+ 24.934716224670407,
+ 60.17005843047963
+ ], [
+ 24.934866428375244,
+ 60.16955676588021
+ ], [
+ 24.93574619293213,
+ 60.16927924600239
+ ], [
+ 24.93463039398193,
+ 60.17089096333529
+ ], [
+ 24.93673324584961,
+ 60.17158472459901
+ ]]
+ }
+ }
+ ]
+} \ No newline at end of file