Added Save Option for Api-like json export.

Will be updated and set to a scheme
This commit is contained in:
Efruz Yıldırır 2022-01-25 19:25:46 +03:00
parent 8d92110157
commit 8f3aaeaaaa
3 changed files with 150 additions and 1 deletions

View file

@ -3613,6 +3613,7 @@
<div style="margin-top: .3em">
<strong>Save map to</strong>
<button onclick="dowloadMap()" data-tip="Download .map file to your local disk. Shortcut: Ctrl + S">machine</button>
<button onclick="downloadMapDataAPIJson()" data-tip="Download a json file that looks like API response.">api-like json</button>
<button onclick="saveToDropbox()" data-tip="Save .map file to your Dropbox. Shortcut: Ctrl + C">dropbox</button>
<button onclick="quickSave()" data-tip="Save the project to browser storage. It can be unreliable. Shortcut: F6">browser</button>
</div>