blob: fe5c1613f547888d281f382b5f3dc160a068fbfb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name": "K.M.W. (Wien, Austria)"
},
"geometry": {
"type": "Point",
"coordinates": [
16.3222187,
48.2316796
]
}
}
]
}
|