{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Hildyard Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.652559,
            53.536918
          ],
          [
            -2.652765,
            53.536973
          ],
          [
            -2.652971,
            53.537028
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014064325, WN5 9AL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.652834426193736,
          53.536984010821
        ]
      }
    }
  ]
}