summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/raw/test_multi_line_string_feature.geojson
blob: cae631d987135c8bf14e7e0d8dc60ec83d5a6fdc (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
{
  "type": "Feature",
  "properties": {},
  "geometry": {
    "type": "MultiLineString",
    "coordinates": [
      [
        [
          5.1080,
          52.0960
        ],
        [
          5.1080,
          52.0970
        ]
      ],
      [
        [
          5.1090,
          52.0960
        ],
        [
          5.1090,
          52.0970
        ]
      ]
    ]
  }
}