{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Robert Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.569607,
            51.45535
          ],
          [
            -2.569221,
            51.455586
          ],
          [
            -2.568836,
            51.455821
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "101382, BS5 0FD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.5692399579516354,
          51.45593620761784
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "315747, BS5 0FD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.569549631814343,
          51.4553772219895
        ]
      }
    }
  ]
}