{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Barnfield Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.158024,
            53.629265
          ],
          [
            -2.157903,
            53.629317
          ],
          [
            -2.157783,
            53.629369
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "23114094, OL12 0SA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.157978281738239,
          53.62928258354104
        ]
      }
    }
  ]
}