{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Widnes Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.176967,
            53.473227
          ],
          [
            -2.177004,
            53.473012
          ],
          [
            -2.177041,
            53.472797
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023070276, M11 2NG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.17696745998678,
          53.47322737393806
        ]
      }
    }
  ]
}