{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Hanover Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.699398,
            53.765484
          ],
          [
            -2.699455,
            53.765749
          ],
          [
            -2.699512,
            53.766014
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013164516, PR1 1YR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.699398363447149,
          53.76548379181415
        ]
      }
    }
  ]
}