{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Blake Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.136054,
            52.638533
          ],
          [
            -1.135903,
            52.638338
          ],
          [
            -1.135752,
            52.638144
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "2465202878, LE1 4QA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.1358956460266345,
          52.63834278868703
        ]
      }
    }
  ]
}