{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Milton Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.57867,
            53.472496
          ],
          [
            -2.578204,
            53.47257
          ],
          [
            -2.578137,
            53.472606
          ],
          [
            -2.577711,
            53.472833
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014063387, WA3 2RH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.578009554137097,
          53.47266080607655
        ]
      }
    }
  ]
}