{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Macdonald Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.112661,
            53.528512
          ],
          [
            -2.11252,
            53.528535
          ],
          [
            -2.112378,
            53.528557
          ],
          [
            -2.112204,
            53.52858
          ],
          [
            -2.11203,
            53.528603
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "422000117941, OL8 1QN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.1120301138200928,
          53.528602725486195
        ]
      }
    }
  ]
}