summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/raw/test_polygon_with_hole_feature.geojson
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKTestApp/src/main/res/raw/test_polygon_with_hole_feature.geojson')
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/src/main/res/raw/test_polygon_with_hole_feature.geojson45
1 files changed, 45 insertions, 0 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/raw/test_polygon_with_hole_feature.geojson b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/raw/test_polygon_with_hole_feature.geojson
new file mode 100644
index 0000000000..1008e2e937
--- /dev/null
+++ b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/raw/test_polygon_with_hole_feature.geojson
@@ -0,0 +1,45 @@
+{
+ "type": "Feature",
+ "properties": {},
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ 5.112419128417969,
+ 52.09622422366772
+ ],
+ [
+ 5.112419128417969,
+ 52.094062282906954
+ ],
+ [
+ 5.115251541137695,
+ 52.094747787662364
+ ],
+ [
+ 5.112419128417969,
+ 52.09622422366772
+ ]
+ ],
+ [
+ [
+ 5.1127249002456665,
+ 52.094362192533545
+ ],
+ [
+ 5.114580988883972,
+ 52.0948104053602
+ ],
+ [
+ 5.11263906955719,
+ 52.095845232479846
+ ],
+ [
+ 5.1127249002456665,
+ 52.094362192533545
+ ]
+ ]
+ ]
+ }
+}