summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/raw/test_line_gradient_feature.geojson
blob: 3525259cbad476fef25982b8032f3fa2479f4192 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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
          ]
        ]
      }
    }
  ]
}