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:
"<Folder where Dinamica EGO is installed>\DinamicaMapViewer" <egov filename> <resulting png filename> [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