From 7b475ee0bd7cf30ced8ac5da3f30495ddb7bab55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Efruz=20Y=C4=B1ld=C4=B1r=C4=B1r?= <30903352+yldrefruz@users.noreply.github.com> Date: Wed, 26 Jan 2022 00:22:43 +0300 Subject: [PATCH] Moved UI of json export to export dialog. Moved json export to another file named export-json.js --- index.html | 6 ++- modules/export-json.js | 99 ++++++++++++++++++++++++++++++++++++ modules/save.js | 111 ----------------------------------------- 3 files changed, 104 insertions(+), 112 deletions(-) create mode 100644 modules/export-json.js diff --git a/index.html b/index.html index dd03ab7c..3e76fadd 100644 --- a/index.html +++ b/index.html @@ -3607,13 +3607,16 @@

GeoJSON format is used in GIS tools such as QGIS. Check out wiki-page for guidance.

Generator uses pop-up window to download files. Please ensure your browser does not block popups.

It's also possible to export map to Foundry VTT, see the module.

+
Export To Json
+
+ +