{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Sale Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.065838,
            51.525287
          ],
          [
            -0.066135,
            51.525256
          ],
          [
            -0.066432,
            51.525225
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "6647886, E2 6HJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.06583835547762669,
          51.52528708499737
        ]
      }
    }
  ]
}