{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Tingle Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.571355,
            51.486518
          ],
          [
            -3.570612,
            51.485698
          ],
          [
            -3.569973,
            51.484783
          ],
          [
            -3.568732,
            51.483005
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "64101916, CF35 5BW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.571343372553055,
          51.48649531788233
        ]
      }
    }
  ]
}