Open DanielJWood opened 1 year ago
Should have been this:
lines = linebox.selectAll(".lines")
.data(linesRaw.features.sort((a,b)=> b.properties.order - a.properties.order))
.join("path")
.attr("class",d => `lines ${d.properties.styleClass} order-${d.properties.order}`);
for some reason, the sort isn't working in.
We walk cold things to be below the others