{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Adelphi Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.051727,
            53.817335
          ],
          [
            -3.051823,
            53.817514
          ],
          [
            -3.051918,
            53.817692
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070842803, FY1 1DG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.051918481224474,
          53.817692485739194
        ]
      }
    }
  ]
}