{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Culver Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.410561,
            51.162754
          ],
          [
            -3.410879,
            51.162607
          ],
          [
            -3.410893,
            51.1626
          ],
          [
            -3.411098,
            51.162402
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023835337, TA24 6PY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.41055943897624,
          51.16274797147415
        ]
      }
    }
  ]
}