mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
Updated Q&A (markdown)
parent
9cea64e675
commit
ee50fa2bc4
1 changed files with 12 additions and 10 deletions
22
Q&A.md
22
Q&A.md
|
|
@ -20,18 +20,20 @@ If there is no version conflict, please [raise a defect](https://github.com/Azga
|
||||||
|
|
||||||
### Can I export a created map?
|
### Can I export a created map?
|
||||||
Sure, there are a number of available options:
|
Sure, there are a number of available options:
|
||||||
* Save as .map: file can be directly loaded to the Generator.
|
* Save to machine: save file can be directly loaded to the Generator.
|
||||||
* Save as .svg: save a full map as a scalable vector image. You can open the file in a browser or edit it using a vector graphics editor.
|
* Save to Dropbox: save file can be directly loaded to the Generator.
|
||||||
* Save as .png: save the currently displayed map fragment as a raster image. You can edit the file in any raster graphics editor.
|
* Save to storage: save map data to the browser's internal database. File will be loaded automatically on page refresh. Bear in mind that saving to desktop is safer since browser storage can be accidentally cleared
|
||||||
* Save map tiles as .zip: split map on .png chunks and save them all as a single .zip file. it allows to save giant raster images once chunks are combined.
|
|
||||||
* Save as .json: save the map data to be used in GIS software.
|
|
||||||
* Save to storage: save map data to the browser's default storage location. You should then be able to reload the map. This method is valid but, bear in mind, saving in the .map format is safer since browser storage can be accidentally cleared.
|
|
||||||
|
|
||||||
### How can I open a saved .map file?
|
* Export .svg: save a full map as a scalable vector image. You can open the file in a browser or edit it using a vector graphics editor.
|
||||||
Open the generator, click on _Load_ and select a .map file. Or just drag and drop the .map file on to the Generator window. The .map extension is an internal Fantasy Map Generator file format.
|
* Export .png: save the currently displayed map fragment as a raster image. You can edit the file in any raster graphics editor.
|
||||||
|
* Export to tiles as .zip: split map on .png chunks and save them all as a single .zip file. it allows to save giant raster images once chunks are combined.
|
||||||
|
* Export to .json: save the map data to be used in GIS software.
|
||||||
|
|
||||||
### Can I manually edit a .map file?
|
### How can I open a saved .gz or .map file?
|
||||||
Yes, you can do it using any text editor. However, if you break the formatting the file won't be loading. The common error is that most text editors automatically split embedded svg into separate lines.
|
Open the generator, click on _Load_ and select the file. Or just drag and drop the file on to the Generator window.
|
||||||
|
|
||||||
|
### Can I manually edit save file?
|
||||||
|
Yes, you can do it using any text editor. However, if you break the formatting the file won't be loading. The common error is that most text editors automatically split embedded svg into separate lines.
|
||||||
|
|
||||||
### Can I use the Generator offline?
|
### Can I use the Generator offline?
|
||||||
Yes, you can with some limitations. The easies way is to [install the PWA](Q&A#is-there-a-desktop-version). Make sure you open the App when you have connection so that all required files can be cashed on your machine. After that PWA should work offline.
|
Yes, you can with some limitations. The easies way is to [install the PWA](Q&A#is-there-a-desktop-version). Make sure you open the App when you have connection so that all required files can be cashed on your machine. After that PWA should work offline.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue