{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Rook Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.446644,
            53.090822
          ],
          [
            -2.446946,
            53.090808
          ],
          [
            -2.447249,
            53.090795
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014014045, CW2 7JS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.446643427023169,
          53.09081317422582
        ]
      }
    }
  ]
}