This commit is contained in:
Azgaar 2020-06-08 01:11:51 +03:00
parent 164f593b75
commit 9c8594e085
2 changed files with 29 additions and 67 deletions

View file

@ -1263,6 +1263,7 @@ function getLayer(id) {
if (id === "toggleTemp") return $("#temperature");
if (id === "togglePrec") return $("#prec");
if (id === "togglePopulation") return $("#population");
if (id === "toggleIce") return $("#ice");
if (id === "toggleTexture") return $("#texture");
if (id === "toggleLabels") return $("#labels");
if (id === "toggleIcons") return $("#icons");