Destroyed 2.3.2 (Menu) Lower Section (markdown)

Azgaar 2024-10-13 20:38:03 +02:00
parent e5b6c43b5a
commit 4812da85cf

@ -1,90 +0,0 @@
The buttons on the Lower Menu Section is in any of the menu tabs.
<details>
<summary>Show Image</summary>
![image](https://github.com/user-attachments/assets/c4c92fd5-dfac-4af1-993d-710edca61dd2)
</details>
## New Map
Generates a new map (according to the settings in the Options tab).
The map size depends on the screen size, as fmg tries to fill the entire screen. Alternatively, you can edit the resolution in the "options" tab.
## Export
Export the map to a certain format.
<details>
<summary>Show Image</summary>
![image](https://github.com/user-attachments/assets/e4aa1803-8e3b-4fdd-a629-83e83115701f)
</details>
### Download image
There are several buttons for downloading images in different formats (svg, png, jpeg).
Note: Generator uses pop-up window to download files. Please ensure your browser does not block popups.
There is also a buttons to download a zip of several tiles (in a separate png file) of the map. After click the tile button, a new window will pop up, allowing the user to select number of Columns and Rows.
<details>
<summary>Show Image</summary>
![image](https://github.com/user-attachments/assets/06fde902-a87d-4b5d-87a3-dd7cd6ff4fad)
</details>
### Export to GeoJSON
There are several buttons for downloading some data in GeoJSON formats (data can be cells, routes, rivers, markers. TODO - add links to wiki pages for each).
### Export To JSON
There are several buttons for downloading some data in JSON formats.
## Save
Saving a file in .map format, which contains the current state of the map, so that we can load it in the future using the load button.
<details>
<summary>Show Image</summary>
![image](https://github.com/user-attachments/assets/a5135da8-9bb9-416f-a568-d52b7ae4557a)
</details>
### Save options
#### Machine
Save to local PC.
#### Dropbox
Saving to the dropbox account, if connected.
#### Browser
Saving to the browser's memory.
## Load
Loading a previously saved map.
The buttons correspond to those of the save window.
<details>
<summary>Show Image</summary>
![image](https://github.com/user-attachments/assets/64294832-7c9f-46c6-9c67-f65e4466936f)
</details>
## Reset Zoom
Reset zoom to its initial position.