mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
v1.4.25
This commit is contained in:
parent
164f593b75
commit
9c8594e085
2 changed files with 29 additions and 67 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue