{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Stanley Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.447964,
            53.098307
          ],
          [
            -2.447965,
            53.098314
          ],
          [
            -2.447966,
            53.09832
          ],
          [
            -2.447995,
            53.098506
          ],
          [
            -2.448024,
            53.098691
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023726406, CW1 3AX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.4480243751216793,
          53.098691419061524
        ]
      }
    }
  ]
}