{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Kevin Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.189332,
            53.440816
          ],
          [
            -2.189067,
            53.440905
          ],
          [
            -2.188801,
            53.440995
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023066602, M19 3WW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.1894327382052685,
          53.44077778459218
        ]
      }
    }
  ]
}