{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Cannon Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.209259,
            53.152617
          ],
          [
            -1.208933,
            53.152453
          ],
          [
            -1.208607,
            53.152289
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10012819799, NG19 7AU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.2092590489524517,
          53.152617010417174
        ]
      }
    }
  ]
}