{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Mancknols Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.198248,
            53.830669
          ],
          [
            -2.198858,
            53.830508
          ],
          [
            -2.199469,
            53.830347
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10022947461, BB9 0LP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.1994688529950657,
          53.83034668830929
        ]
      }
    }
  ]
}