{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Ainsty Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.050326,
            51.501423
          ],
          [
            -0.050401,
            51.501483
          ],
          [
            -0.050476,
            51.501544
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10009789095, SE16 7HT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.05043372683661937,
          51.5015163754792
        ]
      }
    }
  ]
}