{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Farrell Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.674175,
            53.533601
          ],
          [
            -2.674011,
            53.53367
          ],
          [
            -2.673847,
            53.533739
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10024145913, WN5 8DY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.6740262487913586,
          53.533657490321765
        ]
      }
    }
  ]
}