{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Stephenson's Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.61504,
            54.967432
          ],
          [
            -1.614617,
            54.967498
          ],
          [
            -1.614195,
            54.967564
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "4510715315, NE1 3PE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.6150398000895685,
          54.96743164387524
        ]
      }
    }
  ]
}