{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Burton Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.339679,
            53.599702
          ],
          [
            -2.33949,
            53.599695
          ],
          [
            -2.339302,
            53.599689
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "4210005308, BL8 3AG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.339678867736244,
          53.599701583136394
        ]
      }
    }
  ]
}