{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Quail Drive",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.421882,
            53.452659
          ],
          [
            -2.421632,
            53.452502
          ],
          [
            -2.421382,
            53.452346
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10007892756, M44 6LZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.4213821420667303,
          53.452345823487406
        ]
      }
    }
  ]
}