{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Childhay Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.835598,
            50.832762
          ],
          [
            -2.834612,
            50.832192
          ],
          [
            -2.834398,
            50.832069
          ],
          [
            -2.833397,
            50.83188
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013015158, DT8 3LQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.8355973847637372,
          50.83276188956079
        ]
      }
    }
  ]
}