{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Graham Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.788072,
            53.809535
          ],
          [
            -1.788013,
            53.809415
          ],
          [
            -1.787953,
            53.809294
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010591483, BD9 5DD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.788013389568419,
          53.809393211114646
        ]
      }
    }
  ]
}