{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Conduit Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.499028,
            53.383688
          ],
          [
            -1.498527,
            53.383436
          ],
          [
            -1.498025,
            53.383184
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013334094, S10 1BH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.4980993238335067,
          53.38322878999548
        ]
      }
    }
  ]
}