GeoJSON polygon example

raw

example.geo.json

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
    "type": "Feature",
    "title": "",
    "properties": null,
    "geometry": {
        "type": "Polygon",
        "coordinates": [
            [
                [
                    12.84004,
                    51.3318
                ],
                [
                    12.84026,
                    51.33096
                ],
                [
                    12.84063,
                    51.32944
                ],
                [
                    12.84175,
                    51.32954
                ],
                [
                    12.84141,
                    51.33096
                ],
                [
                    12.84124,
                    51.3316
                ],
                [
                    12.84004,
                    51.3318
                ]
            ]
        ]
    }
}
Christian Weiske Christian Weiske
owner

History