{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Hutton Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.106679,
            51.51277
          ],
          [
            -0.10629,
            51.512773
          ],
          [
            -0.1059,
            51.512776
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "95504650, EC4Y 0AY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.10633325490138729,
          51.512764770417206
        ]
      }
    }
  ]
}