{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Russell Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.544373,
            53.520143
          ],
          [
            -2.544123,
            53.520138
          ],
          [
            -2.543874,
            53.520132
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014063970, WN2 4XF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.54411697464909,
          53.52013562068586
        ]
      }
    }
  ]
}