mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
export json - Foundry should go below
This commit is contained in:
parent
3fe225e293
commit
2608a27a34
1 changed files with 5 additions and 2 deletions
|
|
@ -3606,15 +3606,18 @@
|
||||||
</div>
|
</div>
|
||||||
<p>GeoJSON format is used in GIS tools such as QGIS. Check out <a href="https://github.com/Azgaar/Fantasy-Map-Generator/wiki/GIS-data-export" target="_blank">wiki-page</a> for guidance.</p>
|
<p>GeoJSON format is used in GIS tools such as QGIS. Check out <a href="https://github.com/Azgaar/Fantasy-Map-Generator/wiki/GIS-data-export" target="_blank">wiki-page</a> for guidance.</p>
|
||||||
<p>Generator uses pop-up window to download files. Please ensure your browser does not block popups.</p>
|
<p>Generator uses pop-up window to download files. Please ensure your browser does not block popups.</p>
|
||||||
<p>It's also possible to export map to <i>Foundry VTT</i>, see <a href="https://github.com/Ethck/azgaar-foundry" target="_blank">the module.</a></p>
|
|
||||||
|
|
||||||
<div style="margin: 1em 0 .3em; font-weight: bold">Export To JSON</div>
|
<div style="margin: 1em 0 .3em; font-weight: bold">Export To JSON</div>
|
||||||
<div>
|
<div>
|
||||||
<button onclick="exportToJson('Full')" data-tip="Download full data as in JSON format. WARNING: This data can be huge. Use at your own risk">full</button>
|
<button onclick="exportToJson('Full')" data-tip="Download full data as in JSON format">full</button>
|
||||||
<button onclick="exportToJson('Minimal')" data-tip="Download minimal data as in JSON format">minimal</button>
|
<button onclick="exportToJson('Minimal')" data-tip="Download minimal data as in JSON format">minimal</button>
|
||||||
<button onclick="exportToJson('Cells')" data-tip="Download map metadata and cells data as in JSON format">cells</button>
|
<button onclick="exportToJson('Cells')" data-tip="Download map metadata and cells data as in JSON format">cells</button>
|
||||||
</div>
|
</div>
|
||||||
<p>Export in JSON format can be used as an API replacement.</p>
|
<p>Export in JSON format can be used as an API replacement.</p>
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<p>It's also possible to export map to <i>Foundry VTT</i>, see <a href="https://github.com/Ethck/azgaar-foundry" target="_blank">the module.</a></p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="saveMapData" style="display: none" class="dialog">
|
<div id="saveMapData" style="display: none" class="dialog">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue