{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Collier Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.576086,
            53.539716
          ],
          [
            -2.576293,
            53.539722
          ],
          [
            -2.5765,
            53.539728
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014063931, WN2 2QG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.5763880071300833,
          53.53972306697778
        ]
      }
    }
  ]
}