From 9afc2186cf6d1c0d6c5ec27814bbf10835e1a5f5 Mon Sep 17 00:00:00 2001 From: OriAsis834 <42800835+OriAsis834@users.noreply.github.com> Date: Tue, 10 Sep 2024 01:10:35 +0300 Subject: [PATCH] Created 2.3.2 Lower Menu Section (markdown) --- 2.3.2-Lower-Menu-Section.md | 90 +++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 2.3.2-Lower-Menu-Section.md diff --git a/2.3.2-Lower-Menu-Section.md b/2.3.2-Lower-Menu-Section.md new file mode 100644 index 0000000..4099722 --- /dev/null +++ b/2.3.2-Lower-Menu-Section.md @@ -0,0 +1,90 @@ +The buttons on the Lower Menu Section is in any of the menu tabs. + +
+Show Image + +![image](https://github.com/user-attachments/assets/c4c92fd5-dfac-4af1-993d-710edca61dd2) + +
+ +## 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. + +
+Show Image + +![image](https://github.com/user-attachments/assets/e4aa1803-8e3b-4fdd-a629-83e83115701f) + +
+ +### 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. + +
+Show Image + +![image](https://github.com/user-attachments/assets/06fde902-a87d-4b5d-87a3-dd7cd6ff4fad) + +
+ +### 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. + +
+Show Image + +![image](https://github.com/user-attachments/assets/a5135da8-9bb9-416f-a568-d52b7ae4557a) + +
+ +### 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. + +
+Show Image + +![image](https://github.com/user-attachments/assets/64294832-7c9f-46c6-9c67-f65e4466936f) + +
+ +## Reset Zoom + +Reset zoom to its initial position.