Updated Q&A (markdown)

Azgaar 2019-01-16 10:14:38 +03:00
parent 2185bc0a3b
commit c02214386f

7
Q&A.md

@ -3,6 +3,13 @@ Here I want to answer the most common questions Fantasy Map Generator users may
### I have issues with Generator, what should I do?
First, please try to reproduce the issue on your own. If it's reproducible, please log [an issue](https://github.com/Azgaar/Fantasy-Map-Generator/issues). A lot of issues are caused by browsers, please also try to use incognito mode and/or another browser. I recommend Chrome as the fastest browser in terms of svg rendering.
### The map zooming performance is poor, how can I improve it?
Performance depends on number of visible elements and visible map area. So the optimization strategies are:
* Toggle off all currently unused layers (esp. Relief Icons)
* Open the map in a small (about 960x540) window. The map will be the same, but it will work much faster as rendering area is smaller
* Do not generate too big maps it you are facing performance problems
### My previously saved map is not working properly. What should I do?
If there is no version conflict, please raise a defect. If your map is obsolete, you may either use an [appropriate version](https://github.com/Azgaar/Fantasy-Map-Generator/wiki/Changelog) on the Generator or re-create a map in a current version. I will try to minimize a version dependency and stabilize the code in the future.