{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Oak Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.616698,
            53.544322
          ],
          [
            -2.616755,
            53.544424
          ],
          [
            -2.616812,
            53.544527
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014063682, WN1 3EA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.6167758841234723,
          53.54445618391517
        ]
      }
    }
  ]
}