{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Mill Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            1.261388,
            51.261117
          ],
          [
            1.262568,
            51.260894
          ],
          [
            1.263748,
            51.260671
          ],
          [
            1.2641,
            51.260598
          ],
          [
            1.264452,
            51.260525
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10034879796, CT3 1LB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          1.2613860472904532,
          51.26109395568663
        ]
      }
    }
  ]
}