* pump version to 1.8

* resampleDialog UI update

* don't draw markers if not required

* submapOptionsDialog style changes
This commit is contained in:
Azgaar 2022-04-26 22:48:17 +03:00 committed by GitHub
parent 8a0fbd14dc
commit e6dfab48c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 141 additions and 149 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.openSubmapMenu();
else if (button === "openResampleMenu") UISubmap.openResampleMenu();
});
function processFeatureRegeneration(event, button) {