{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Sherwill Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.702573,
            50.464405
          ],
          [
            -3.702579,
            50.464202
          ],
          [
            -3.702584,
            50.463999
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023564382, TQ9 6PA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.7026155833111223,
          50.464008879915355
        ]
      }
    }
  ]
}