{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Mill Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.523492,
            54.304305
          ],
          [
            -2.523996,
            54.304051
          ],
          [
            -2.524627,
            54.303863
          ],
          [
            -2.525221,
            54.303686
          ],
          [
            -2.525662,
            54.303361
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10034110416, LA10 5SU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.5234920470410462,
          54.304304987898696
        ]
      }
    }
  ]
}