mirror of
https://github.com/ConnectedHumber/Air-Quality-Web
synced 2024-11-22 06:23:01 +00:00
Add todo comments
This commit is contained in:
parent
c1b13cda22
commit
3642cb0a17
1 changed files with 9 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue