{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "The Hill",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.603212,
            52.442531
          ],
          [
            0.603148,
            52.442366
          ],
          [
            0.603083,
            52.442202
          ],
          [
            0.603251,
            52.442199
          ],
          [
            0.603419,
            52.442195
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10001251645, IP27 0JY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.6031822429134439,
          52.44252236324575
        ]
      }
    }
  ]
}