{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Calder Terrace",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.229458,
            53.835389
          ],
          [
            -2.229482,
            53.835632
          ],
          [
            -2.229506,
            53.835874
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10090962128, BB9 7BJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2294579900567957,
          53.83538018137731
        ]
      }
    }
  ]
}