summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/raw/test_polygon_feature.geojson
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKTestApp/src/main/res/raw/test_polygon_feature.geojson')
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/src/main/res/raw/test_polygon_feature.geojson27
1 files changed, 0 insertions, 27 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/raw/test_polygon_feature.geojson b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/raw/test_polygon_feature.geojson
deleted file mode 100644
index 2fc9f88669..0000000000
--- a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/raw/test_polygon_feature.geojson
+++ /dev/null
@@ -1,27 +0,0 @@
-{
- "type": "Feature",
- "properties": {},
- "geometry": {
- "type": "Polygon",
- "coordinates": [
- [
- [
- 5.112419128417969,
- 52.09622422366772
- ],
- [
- 5.112419128417969,
- 52.094062282906954
- ],
- [
- 5.115251541137695,
- 52.094747787662364
- ],
- [
- 5.112419128417969,
- 52.09622422366772
- ]
- ]
- ]
- }
-}