{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Clay Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.599987,
            51.270746
          ],
          [
            -2.600114,
            51.269947
          ],
          [
            -2.60024,
            51.269148
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "250067775, BA3 4NU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.599988709509746,
          51.27074092283895
        ]
      }
    }
  ]
}