diff --git a/html/script.js b/html/script.js index c81eb2b..2da72f7 100644 --- a/html/script.js +++ b/html/script.js @@ -934,6 +934,18 @@ function initPage() { } }); + new Toggle({ + key: "SiteCircles", + display: "Distance Circles", + container: "#settingsRight", + init: SiteCircles, + setState: function(state) { + SiteCircles = state; + if (loadFinished) + initSitePos(); + } + }); + new Toggle({ key: "ColoredPlanes", display: "Colored Planes",