{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Calais Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.129155,
            52.631767
          ],
          [
            -1.128588,
            52.631628
          ],
          [
            -1.128022,
            52.631489
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "2465202882, LE1 6PT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.1285812884427866,
          52.63161866142169
        ]
      }
    }
  ]
}