summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/raw/test_multi_polygon_feature.geojson
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKTestApp/src/main/res/raw/test_multi_polygon_feature.geojson')
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/src/main/res/raw/test_multi_polygon_feature.geojson49
1 files changed, 0 insertions, 49 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/raw/test_multi_polygon_feature.geojson b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/raw/test_multi_polygon_feature.geojson
deleted file mode 100644
index 469a054c4e..0000000000
--- a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/raw/test_multi_polygon_feature.geojson
+++ /dev/null
@@ -1,49 +0,0 @@
-{
- "type": "Feature",
- "properties": {},
- "geometry": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 5.112419128417969,
- 52.09622422366772
- ],
- [
- 5.112419128417969,
- 52.094062282906954
- ],
- [
- 5.115251541137695,
- 52.094747787662364
- ],
- [
- 5.112419128417969,
- 52.09622422366772
- ]
- ]
- ],
- [
- [
- [
- 5.11662483215332,
- 52.09485324899753
- ],
- [
- 5.11662483215332,
- 52.09306037239377
- ],
- [
- 5.120058059692383,
- 52.093376767618174
- ],
- [
- 5.11662483215332,
- 52.09485324899753
- ]
- ]
- ]
- ]
- }
-}