summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/raw/test_line_gradient_feature.geojson
diff options
context:
space:
mode:
authortobrun <tobrun.van.nuland@gmail.com>2018-08-13 11:40:54 +0200
committerMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2018-08-23 19:01:40 +0300
commitfc26f2a6caadbc4c91f3624b62a635d05f9c4aab (patch)
tree5ae6c72e5b55f82efa4eeecab57402225d6dbf80 /platform/android/MapboxGLAndroidSDKTestApp/src/main/res/raw/test_line_gradient_feature.geojson
parentfb5afd34b9b25e993a4b109385215eba0b83923f (diff)
downloadqtlocation-mapboxgl-fc26f2a6caadbc4c91f3624b62a635d05f9c4aab.tar.gz
[android] - add line-gradient example, integrate lineProgress expression
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