summaryrefslogtreecommitdiff
path: root/tests/auto/qgeojson/04-polygon.json
blob: 3739f828d97844054355fdbf54a4d40864decc41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "type": "Polygon",
    "coordinates": [
     [
       [17.13, 51.11],
       [30.54, 50.42],
       [26.70, 58.36],
       [17.13, 51.11]
     ]
    ],
    "bbox": [50, -50, 10, -10]
}