{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Ixworth Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.423778,
            52.078273
          ],
          [
            0.42403,
            52.078282
          ],
          [
            0.424282,
            52.078292
          ],
          [
            0.424396,
            52.078287
          ],
          [
            0.42451,
            52.078281
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010694734, CB9 8LY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.42474121795991765,
          52.078271061224534
        ]
      }
    }
  ]
}