summaryrefslogtreecommitdiffstats
path: root/tests/auto/qgeojson/02-linestring.json
blob: 66b76b736ef73c0adf1dc74d9b3c78b1d519a159 (plain)
1
2
3
4
5
6
7
{
    "type": "LineString",
    "coordinates": [
      [13.5, 43],
      [10.73, 59.92]
    ]
}