{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Darwen Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.994694,
            53.423391
          ],
          [
            -2.994698,
            53.423562
          ],
          [
            -2.994702,
            53.423733
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "38257395, L5 9XT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.994701750970331,
          53.42373298785892
        ]
      }
    }
  ]
}