====== Command Line ====== The map viewer can be used as a command line tool to load ".egov" files and save the resulting ".png" image representing the stack of maps. The command line syntax is: "\DinamicaMapViewer" [png width] [png height] ^ Parameter ^ Description ^ | egov filename | The filename where the egov file is located. | | resulting png filename | The filename where the resulting png file will be located. | | png width | The width of the output png file. This parameter is optional. | | png height | The height of the output png file. This parameter is optional. | Example: "C:\Program Files\Dinamica EGO\DinamicaMapViewer" "c:\Maps\maps.egov" "c:\Outputs\result.png" 800 600