summaryrefslogtreecommitdiffstats
path: root/examples/location/geojson_viewer/data/06-multipolygon.json
blob: b006eae8d2811b04c08c893385e257691f2cf0fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "type" : "MultiPolygon",
    "coordinates" : [
       [
         [
           [17.13, 51.11],
           [30.54, 50.42],
           [26.74, 58.36],
           [17.13, 51.11]
         ]
        ],
       [
         [
           [19.84, 41.33],
           [30.45, 49.26],
           [17.07, 50.10],
           [19.84, 41.33]
         ]
       ]
    ]
}