{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Trash Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.268018,
            53.911733
          ],
          [
            -2.268659,
            53.911564
          ],
          [
            -2.268691,
            53.911551
          ],
          [
            -2.269307,
            53.911308
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10022970121, BB7 4EE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2693323527431586,
          53.91133460694253
        ]
      }
    }
  ]
}