mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
fix: remove scroll from the export dialog
This commit is contained in:
parent
3ad8ec6285
commit
60758a1532
1 changed files with 6 additions and 7 deletions
13
index.html
13
index.html
|
|
@ -5709,6 +5709,8 @@
|
|||
<input id="pngResolutionOutput" data-stored="pngResolution" type="number" min="1" max="8" value="1" />
|
||||
</div>
|
||||
|
||||
<p>Generator uses pop-up window to download files. Please ensure your browser does not block popups.</p>
|
||||
|
||||
<div style="margin: 1em 0 0.3em; font-weight: bold">Export to GeoJSON</div>
|
||||
<div>
|
||||
<button onclick="saveGeoJSON_Cells()" data-tip="Download cells data in GeoJSON format">cells</button>
|
||||
|
|
@ -5721,7 +5723,6 @@
|
|||
<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>
|
||||
|
||||
<div style="margin: 1em 0 0.3em; font-weight: bold">Export To JSON</div>
|
||||
<div>
|
||||
|
|
@ -5736,12 +5737,10 @@
|
|||
</div>
|
||||
<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>
|
||||
<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 id="saveMapData" style="display: none" class="dialog">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue