{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Sycamore Drive",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.518238,
            51.609918
          ],
          [
            -2.518428,
            51.610147
          ],
          [
            -2.518619,
            51.610375
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "655566, BS35 2JG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.518223718076496,
          51.60991847920774
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "670722, BS35 2FQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.5187038370613495,
          51.61023105610605
        ]
      }
    }
  ]
}