{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "St Ann's Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.480665,
            53.740308
          ],
          [
            -2.480315,
            53.740462
          ],
          [
            -2.480044,
            53.74058
          ],
          [
            -2.479965,
            53.740615
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010319048, BB2 3AG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.480643312569409,
          53.74030657323027
        ]
      }
    }
  ]
}