summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/assets/one_point.geojson
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKTestApp/src/main/assets/one_point.geojson')
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/src/main/assets/one_point.geojson16
1 files changed, 16 insertions, 0 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/assets/one_point.geojson b/platform/android/MapboxGLAndroidSDKTestApp/src/main/assets/one_point.geojson
new file mode 100644
index 0000000000..7c5bdf1fc3
--- /dev/null
+++ b/platform/android/MapboxGLAndroidSDKTestApp/src/main/assets/one_point.geojson
@@ -0,0 +1,16 @@
+{
+ "type": "FeatureCollection",
+ "features": [
+ {
+ "type": "Feature",
+ "properties": {},
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 24.2578125,
+ 60.930432202923335
+ ]
+ }
+ }
+ ]
+} \ No newline at end of file