markers overview - pin markers

This commit is contained in:
Azgaar 2021-10-05 22:26:59 +03:00
parent 83aef34d45
commit 126f662c72
3 changed files with 21 additions and 2 deletions

View file

@ -3564,7 +3564,7 @@
<div id="loadMapData" style="display: none" class="dialog">
<div>
<strong>Load map from</strong>
<button onclick="mapToLoad.click()" data-tip="Load .map file from local disk">local disk</button>
<button onclick="mapToLoad.click()" data-tip="Load .map file from your local disk">machine</button>
<button onclick="loadURL()" data-tip="Load .map file from URL (server should allow CORS)">URL</button>
<button onclick="quickLoad()" data-tip="Load map from browser storage (if saved before)">storage</button>
</div>