pump version to 1.8

This commit is contained in:
Azgaar 2022-04-26 23:17:41 +05:00
parent 53dc9a452d
commit 12e84b85a6
4 changed files with 18 additions and 15 deletions

View file

@ -72,6 +72,9 @@ toolsContent.addEventListener("click", function (event) {
else if (button === "addRiver") toggleAddRiver();
else if (button === "addRoute") toggleAddRoute();
else if (button === "addMarker") toggleAddMarker();
// click to create a new map buttons
else if (button === "openSubmapMenu") UISubmap.openSubmapOptions();
else if (button === "openResampleMenu") UISubmap.openRemapOptions();
});
function processFeatureRegeneration(event, button) {