{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "St Joseph Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.217788,
            53.07661
          ],
          [
            -2.217913,
            53.076543
          ],
          [
            -2.21804,
            53.076476
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "3455136118, ST6 5RU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2175334183208806,
          53.07674680173811
        ]
      }
    }
  ]
}