{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Greenwood Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.108732,
            53.519015
          ],
          [
            -2.108536,
            53.519029
          ],
          [
            -2.10834,
            53.519043
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "422000117847, OL8 2RE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.108731994360973,
          53.5190151819712
        ]
      }
    }
  ]
}