{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Granby Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.5771,
            53.531636
          ],
          [
            -2.577023,
            53.531782
          ],
          [
            -2.576946,
            53.531927
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014064199, WN2 3RN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.5770339781929357,
          53.53174716432256
        ]
      }
    }
  ]
}