Add todo comments

This commit is contained in:
Starbeamrainbowlabs 2019-05-29 21:08:01 +01:00
parent c1b13cda22
commit 3642cb0a17
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 9 additions and 1 deletions

View File

@ -57,9 +57,17 @@ class VoronoiOverlay {
bounding_box
);
console.log(VoronoiOverlay.diagram)
console.log(VoronoiOverlay.diagram);
// TODO: Map the generated polygons back onto this.cells
let svg = new SvgWriter();
// TODO: Render the SVG here
}
generate_overlay() {
// TODO: Generate the Leaflet SVGOverlay here
}
}