{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Gonville Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.211245,
            51.468397
          ],
          [
            -0.211208,
            51.468394
          ],
          [
            -0.211171,
            51.46839
          ],
          [
            -0.210741,
            51.468373
          ],
          [
            -0.210311,
            51.468356
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "34127937, SW6 3JD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.21082849829634184,
          51.46837292677826
        ]
      }
    }
  ]
}