summaryrefslogtreecommitdiffstats
path: root/2017.geojson
blob: 48efeabce866b5b84cecb952adb152d4b60f0a5f (plain)
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
{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "K.M.W. (Wien, Austria)"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          16.3222187,
          48.2316796
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "P.M. (Lawton, Michigan, USA)"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -85.846389,
          42.167222
        ]
      }
    }
  ]
}