{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Union Place",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.977851,
            51.347054
          ],
          [
            -2.978166,
            51.347039
          ],
          [
            -2.97848,
            51.347023
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023717295, BS23 1JF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.978525425244746,
          51.34701246517577
        ]
      }
    }
  ]
}