{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Union Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.280952,
            53.496191
          ],
          [
            -2.280963,
            53.495993
          ],
          [
            -2.280965,
            53.495948
          ],
          [
            -2.281222,
            53.495939
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10007893449, M6 6SU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2812215033391072,
          53.49593887667311
        ]
      }
    }
  ]
}