{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Eden Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.949878,
            53.39501
          ],
          [
            -2.94999,
            53.395279
          ],
          [
            -2.94954,
            53.395345
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "38257346, L8 0QL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.9495398701954243,
          53.39534519190155
        ]
      }
    }
  ]
}