{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Harwood Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.446788,
            53.781385
          ],
          [
            -2.446249,
            53.781541
          ],
          [
            -2.444176,
            53.78236
          ],
          [
            -2.443626,
            53.782577
          ],
          [
            -2.441677,
            53.783438
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070883523, BB1 4AD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.446800007376292,
          53.78137835213981
        ]
      }
    }
  ]
}