summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/raw/test_line_gradient_feature.geojson
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKTestApp/src/main/res/raw/test_line_gradient_feature.geojson')
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/src/main/res/raw/test_line_gradient_feature.geojson38
1 files changed, 38 insertions, 0 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/raw/test_line_gradient_feature.geojson b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/raw/test_line_gradient_feature.geojson
new file mode 100644
index 0000000000..3525259cba
--- /dev/null
+++ b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/raw/test_line_gradient_feature.geojson
@@ -0,0 +1,38 @@
+{
+ "type": "FeatureCollection",
+ "features": [
+ {
+ "type": "Feature",
+ "properties": {},
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 9.38507080078125,
+ 46.16936992120204
+ ],
+ [
+ 9.07196044921875,
+ 45.81540082150529
+ ],
+ [
+ 9.3878173828125,
+ 45.85271700071619
+ ],
+ [
+ 9.2010498046875,
+ 45.46783598133375
+ ],
+ [
+ 8.876953125,
+ 44.422011314236634
+ ],
+ [
+ 7.635498046875,
+ 45.07352060670971
+ ]
+ ]
+ }
+ }
+ ]
+} \ No newline at end of file