{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Back Frank Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.443277,
            53.590976
          ],
          [
            -2.443416,
            53.59054
          ],
          [
            -2.443555,
            53.590103
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070911024, BL1 3HT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.4432770667584216,
          53.59097633190517
        ]
      }
    }
  ]
}