{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Toft Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.25348,
            52.91402
          ],
          [
            -1.254431,
            52.914039
          ],
          [
            -1.255383,
            52.914059
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10003428768, NG9 5GP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.254401815941446,
          52.9140347892428
        ]
      }
    }
  ]
}