{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Somerset Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.767856,
            51.583794
          ],
          [
            -3.768033,
            51.583924
          ],
          [
            -3.768211,
            51.584055
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014162000, SA13 1UA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.768240134874841,
          51.584054787147636
        ]
      }
    }
  ]
}