{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Regent Place",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.221806,
            53.456531
          ],
          [
            -2.222187,
            53.456473
          ],
          [
            -2.222568,
            53.456415
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023068531, M14 5SZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.224289371258579,
          53.456231509005946
        ]
      }
    }
  ]
}