{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Foley Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.575569,
            53.531655
          ],
          [
            -2.575498,
            53.531777
          ],
          [
            -2.575426,
            53.531898
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014063942, WN2 3EE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.5755254155154006,
          53.531754437710916
        ]
      }
    }
  ]
}