{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Church Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.494162,
            53.638077
          ],
          [
            -2.493939,
            53.638063
          ],
          [
            -2.493716,
            53.63805
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010321176, BL7 8AB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.4939630310105056,
          53.63756198297656
        ]
      }
    }
  ]
}