mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
fix: remove scroll from the export dialog
(cherry picked from commit 60758a1532)
This commit is contained in:
parent
07a744151d
commit
b8c0e0df69
1 changed files with 6 additions and 7 deletions
13
index.html
13
index.html
|
|
@ -5601,6 +5601,8 @@
|
||||||
<input id="pngResolutionOutput" data-stored="pngResolution" type="number" min="1" max="8" value="1" />
|
<input id="pngResolutionOutput" data-stored="pngResolution" type="number" min="1" max="8" value="1" />
|
||||||
</div>
|
</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 style="margin: 1em 0 0.3em; font-weight: bold">Export to GeoJSON</div>
|
||||||
<div>
|
<div>
|
||||||
<button id="saveGeoJSON_Cells" data-tip="Download cells data in GeoJSON format">cells</button>
|
<button id="saveGeoJSON_Cells" data-tip="Download cells data in GeoJSON format">cells</button>
|
||||||
|
|
@ -5613,7 +5615,6 @@
|
||||||
<a href="https://github.com/Azgaar/Fantasy-Map-Generator/wiki/GIS-data-export" target="_blank">wiki-page</a>
|
<a href="https://github.com/Azgaar/Fantasy-Map-Generator/wiki/GIS-data-export" target="_blank">wiki-page</a>
|
||||||
for guidance.
|
for guidance.
|
||||||
</p>
|
</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 style="margin: 1em 0 0.3em; font-weight: bold">Export To JSON</div>
|
||||||
<div>
|
<div>
|
||||||
|
|
@ -5628,12 +5629,10 @@
|
||||||
</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>
|
||||||
<p>
|
It's also possible to export map to <i>Foundry VTT</i>, see
|
||||||
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>
|
||||||
<a href="https://github.com/Ethck/azgaar-foundry" target="_blank">the module.</a>
|
</p>
|
||||||
</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