fix(#781): add vertices data to full json export

This commit is contained in:
Azgaar 2022-06-04 23:12:31 +03:00
parent d54a6a44b1
commit 1142be65c6
4 changed files with 87 additions and 73 deletions

View file

@ -717,6 +717,11 @@ function showExportPane() {
});
}
async function exportToJson(type) {
const {exportToJson} = await import("../dynamic/export-json.js");
exportToJson(type);
}
async function showLoadPane() {
$("#loadMapData").dialog({
title: "Load map",