cancer = function(canc) {
canc
.append("path")
.datum({ type: "LineString", coordinates: tcanc })
.attr("class", "tropic")
.attr("fill", "none")
.attr("stroke", "red")
.attr("stroke-width", "0.1px")
.attr("stroke-opacity", 1)
.attr("d", geoGenerator);
}