{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Mayfield Drive",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.953432,
            53.319852
          ],
          [
            -2.954038,
            53.319748
          ],
          [
            -2.954644,
            53.319644
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "42184124, CH62 0AP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.9546437928223828,
          53.31965323065664
        ]
      }
    }
  ]
}