{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Gell Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.253374,
            52.914972
          ],
          [
            -1.253556,
            52.914946
          ],
          [
            -1.25363,
            52.914935
          ],
          [
            -1.2545,
            52.914809
          ],
          [
            -1.255626,
            52.914645
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10003427535, NG9 5GP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.2542537896356327,
          52.914860894665935
        ]
      }
    }
  ]
}