summaryrefslogtreecommitdiff
path: root/examples/location/geojson_viewer/data/04-polygon.json
blob: e3c454167a4ef703cfa466fdf4fd049c50b5728b (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]
}