{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Moor Place",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.088216,
            51.518315
          ],
          [
            -0.088598,
            51.5184
          ],
          [
            -0.08867,
            51.518417
          ],
          [
            -0.088621,
            51.518619
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "95504723, EC2M 6SA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.0885017792147093,
          51.51836564123641
        ]
      }
    }
  ]
}