{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Northfield Park",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.448803,
            55.336841
          ],
          [
            -3.448945,
            55.336677
          ],
          [
            -3.449086,
            55.336513
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "137122551, DG10 9RR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.4488508924510346,
          55.33679409926214
        ]
      }
    }
  ]
}