{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Farr's Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.597444,
            51.450023
          ],
          [
            -2.597127,
            51.449995
          ],
          [
            -2.59681,
            51.449966
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "313419, BS1 4QD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.5968387061812863,
          51.449963334345746
        ]
      }
    }
  ]
}