{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Sefton Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.907311,
            53.872541
          ],
          [
            -1.907303,
            53.872927
          ],
          [
            -1.907295,
            53.873314
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010590838, BD21 3BP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.907310832297516,
          53.8729091072695
        ]
      }
    }
  ]
}