{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Manning Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.437701,
            53.086586
          ],
          [
            -2.437692,
            53.086446
          ],
          [
            -2.437683,
            53.086307
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014013747, CW2 6JA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.4377011184158186,
          53.086585579055196
        ]
      }
    }
  ]
}