namespace for submap ui.

This commit is contained in:
Mészáros Gergely 2022-04-19 11:00:43 +02:00
parent 5e6813c52c
commit e6d499fa60
2 changed files with 185 additions and 181 deletions

View file

@ -1728,8 +1728,8 @@
<p>Click to create a new map:</p>
<div id="resamplers">
<button data-tip="Click to generate new (sub)map from the current viewport" onclick="openSubmapOptions()">Submap</button>
<button data-tip="Click to resample (transform) your map to different cellcount" onclick="openRemapOptions()">Resample</button>
<button data-tip="Click to generate new (sub)map from the current viewport" onclick="UISubmap.openSubmapOptions()">Submap</button>
<button data-tip="Click to resample (transform) your map to different cellcount" onclick="UISubmap.openRemapOptions()">Resample</button>
</div>
</div>