summaryrefslogtreecommitdiffstats
path: root/tests/auto/qgeojson/05-multilinestring.json
blob: 68d9de635fa715a092b878a9b85ca854bc071082 (plain)
1
2
3
4
5
6
7
{
    "type": "MultiLineString",
    "coordinates": [
      [[13.5, 43], [10.73, 59.92]],
      [[9.15, 45], [-3.15, 58.90]]
    ]
}