{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Old Mill Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.377966,
            51.748985
          ],
          [
            -3.377955,
            51.74898
          ],
          [
            -3.377945,
            51.748976
          ],
          [
            -3.377667,
            51.748852
          ],
          [
            -3.377447,
            51.748753
          ],
          [
            -3.37739,
            51.748728
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10034654588, CF47 8UT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.3779772460201296,
          51.74899044804882
        ]
      }
    }
  ]
}