{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Cobden Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.464028,
            53.514469
          ],
          [
            -2.463786,
            53.514479
          ],
          [
            -2.463545,
            53.514489
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014064122, M29 8DQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.4637712640325007,
          53.51447014208305
        ]
      }
    }
  ]
}