{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Greenhill",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.106647,
            53.541317
          ],
          [
            -2.10648,
            53.541156
          ],
          [
            -2.106314,
            53.540994
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "422000114552, OL1 1ED",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.105753932615213,
          53.5404011797994
        ]
      }
    }
  ]
}