heightmap - fix issues

This commit is contained in:
Azgaar 2022-05-24 23:27:06 +03:00
parent 27a045b709
commit ff31e23a27
5 changed files with 60 additions and 44 deletions

View file

@ -142,7 +142,7 @@ optionsContent.addEventListener("click", function (event) {
else if (id === "optionsMapHistory") showSeedHistoryDialog();
else if (id === "optionsCopySeed") copyMapURL();
else if (id === "optionsEraRegenerate") regenerateEra();
else if (id === "templateSelect") openTemplateSelectionDialog();
else if (id === "templateSelectButton") openTemplateSelectionDialog();
else if (id === "zoomExtentDefault") restoreDefaultZoomExtent();
else if (id === "translateExtent") toggleTranslateExtent(event.target);
else if (id === "speakerTest") testSpeaker();