{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Mansfield Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.610277,
            53.478934
          ],
          [
            -2.610067,
            53.478918
          ],
          [
            -2.609857,
            53.478902
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014064371, WA3 3QR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.6102646858988416,
          53.47892721381458
        ]
      }
    }
  ]
}