{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Jerrold Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.078654,
            51.530776
          ],
          [
            -0.078615,
            51.530988
          ],
          [
            -0.078588,
            51.531138
          ],
          [
            -0.078658,
            51.531181
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10008307175, N1 6SA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.07865372240986264,
          51.53077633575575
        ]
      }
    }
  ]
}