summaryrefslogtreecommitdiff
path: root/test/fixtures/geometry_data/multi_polygon_2.geojson
diff options
context:
space:
mode:
authorzmiao <miao.zhao@mapbox.com>2020-04-28 20:03:46 +0300
committerzmiao <miao.zhao@mapbox.com>2020-04-30 02:31:15 +0300
commit70fbc97e589604a9f34b86274cefd2da8cdc570a (patch)
tree114487b503fa596c7ad4887262bc09c5b4935ff6 /test/fixtures/geometry_data/multi_polygon_2.geojson
parent0fa485092ec2eff32d2c9c9ad93fbf8586acee06 (diff)
downloadqtlocation-mapboxgl-70fbc97e589604a9f34b86274cefd2da8cdc570a.tar.gz
[test] Distance expression: Update unit tests
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