summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/raw/test_feature_properties.geojson
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKTestApp/src/main/res/raw/test_feature_properties.geojson')
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/src/main/res/raw/test_feature_properties.geojson21
1 files changed, 0 insertions, 21 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/raw/test_feature_properties.geojson b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/raw/test_feature_properties.geojson
deleted file mode 100644
index 751c0a4939..0000000000
--- a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/raw/test_feature_properties.geojson
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "type": "Feature",
- "id": 1,
- "properties": {
- "null_prop": null,
- "integer_prop": 10000,
- "float_prop": 10000.10,
- "string_prop": "my_string",
- "bool_prop": true,
- "object_prop": {
- "nested_string_prop": "my_string"
- }
- },
- "geometry": {
- "type": "Point",
- "coordinates": [
- 5.112419128417969,
- 52.09622422366772
- ]
- }
-}