{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Steep Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.476787,
            51.055335
          ],
          [
            -3.477031,
            51.055486
          ],
          [
            -3.477275,
            51.055638
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023835039, TA22 9NU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.4785768133690524,
          51.06020034597829
        ]
      }
    }
  ]
}