{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Back Walnut Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.428589,
            53.59512
          ],
          [
            -2.428494,
            53.594679
          ],
          [
            -2.428399,
            53.594239
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070911710, BL1 8LL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.4285891016159655,
          53.59511956864181
        ]
      }
    }
  ]
}