Add GeoJSON note

This commit is contained in:
Starbeamrainbowlabs 2019-06-11 01:07:11 +01:00
parent 4b2398657e
commit 03033c0b24
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 2 additions and 0 deletions

View File

@ -85,6 +85,8 @@ class VoronoiOverlay {
console.log(this.cells);
// TODO: Investigate GeoJSON. Maybe it could help us avoid the complexity of an SVGOverlay? It looks like we might be able to apply a custom colour to a GeoJSON polygon too: https://leafletjs.com/reference-1.5.0.html#geojson
let svg = new SvgWriter(
"100%", "100%",
bounding_box,