{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Railway Brow",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.177824,
            53.591261
          ],
          [
            -2.178059,
            53.591136
          ],
          [
            -2.178295,
            53.59101
          ],
          [
            -2.178338,
            53.590991
          ],
          [
            -2.178381,
            53.590973
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "23114444, OL11 2SP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.1778687619790653,
          53.59123433500829
        ]
      }
    }
  ]
}