summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/raw/test_line_string_feature.geojson
blob: c63c23d87adee3da419d0041ecf886b02925bd0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "type": "Feature",
  "properties": {},
  "geometry": {
    "type": "LineString",
    "coordinates": [
      [
        5.1080,
        52.0960
      ],
      [
        5.1080,
        52.0970
      ]
    ]
  }
}