{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Rancliffe Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.144626,
            52.950361
          ],
          [
            -1.144616,
            52.950141
          ],
          [
            -1.144605,
            52.949922
          ],
          [
            -1.144424,
            52.949544
          ],
          [
            -1.144242,
            52.949166
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10094273652, NG1 7HT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.1442419393655074,
          52.94916990456042
        ]
      }
    }
  ]
}