- Home
- Getting Started
- Documentation
- Release Notes
- Tour the Interface
- Tour the Layers
- JMARS Video Tutorials
- Lat/Lon Grid Layer
- Map Scalebar
- Nomenclature
- Crater Counting
- 3D
- Shape Layer
- Mosaics
- Map
- Advanced/Custom Maps
- Graphic/Numeric Maps
- Custom Map Sharing
- Stamp
- THEMIS
- MOC
- Viking
- CRISM Stamp Layer
- CTX
- HiRise
- HiRISE Anaglyph
- HiRISE DTM
- HRSC
- OMEGA
- Region of Interest
- TES
- THEMIS Planning
- Investigate Layer
- Landing Site Layer
- Tutorials
- Video Tutorials
- Displaying the Main View in 3D
- Finding THEMIS Observation Opportunities
- Submitting a THEMIS Region of Interest
- Loading a Custom Map
- Viewing TES Data in JMARS
- Using the Shape Layer
- Shape Layer: Intersect, Merge, and Subtract polygons from each other
- Shape Layer: Ellipse Drawing
- Shape Layer: Selecting a non-default column for circle-radius
- Shape Layer: Selecting a non-default column for fill-color
- Shape Layer: Add a Map Sampling Column
- Shape Layer: Adding a new color column based on the values of a radius column
- Shape Layer: Using Expressions
- Using JMARS for MSIP
- Introduction to SHARAD Radargrams
- Creating Numeric Maps
- Proxy/Firewall
- JMARS Shortcut Keys
- JMARS Data Submission
- FAQ
- Open Source
- References
- Social Media
- Podcasts/Demos
- Download JMARS
Starting JMARS
Starting JMARS from the Command Line
-
- For Public and External Users
-
-
- Change to the directory with the jmars.jar file (which you have already downloaded) and type:
- Change to the directory with the jmars.jar file (which you have already downloaded) and type:
-
>java -jar jmars.jar
-
-
-
- If you would like to open jmars from a diffent directory, you can replace "jmars.jar" with "path/jmars.jar".
- If you would like to open jmars from a diffent directory, you can replace "jmars.jar" with "path/jmars.jar".
-
-
-
- For Internal Users
-
-
- Open a terminal window and type:
- Open a terminal window and type:
-
>jmars
Starting JMARS with Additional Arguments
The startup behavior of JMARS can be modified by including additional command line arguments. (Note: Only one command line argument can be used at a time.)
- Specify the Starting Position
-
- By default, JMARS starts with the Viewing Window centered at 0E, 0N. This staring location can be changed by addition latitude and longitude arguments to the jmars command:
- By default, JMARS starts with the Viewing Window centered at 0E, 0N. This staring location can be changed by addition latitude and longitude arguments to the jmars command:
>jmars "Longitude" "Latitude"
-
-
-
- "Longitude" - The value is assumed to be East Longitude unless a "W" is used after the numerical value. (ie. 120W)
-
-
-
-
-
- "Latitude" - The value is assumed to be North Latitude unless a "S" is used after the numerical value. (ie. 120S)
-
-
- Starting with Session Files
-
- Session files allow users to restart JMARS in a previously saved configuration by specifying a startup file:
- Session files allow users to restart JMARS in a previously saved configuration by specifying a startup file:
>jmars "path/session_file_name.jmars"
-
-
-
- See the Session Files wiki page for more information.
-
-
Starting JMARS with Flags
The startup behavior of JMARS can also be modified by including any of the following command line flags. Unlike the command line arguments above, multiple command line flags can be used at a time and they can be used in conjunction with command line arguments.
-
- Clean
-
- The "clean" flag will clear out the map tile cache before startup.
- The "clean" flag will clear out the map tile cache before startup.
>jmars clean
-
- Generate
-
-
- The "generate" flag will create cached map data for CD distribution.
- The "generate" flag will create cached map data for CD distribution.
-
>jmars generate
-
- Slideshow
-
-
- The "slideshow" flag will enable the JMARS slideshow mode.
- The "slideshow" flag will enable the JMARS slideshow mode.
-
>jmars slideshow
-
-
-
- See the Slideshow Mode wiki page for more information.
- See the Slideshow Mode wiki page for more information.
-
-
-
- Version
-
-
- The "version" flag will list some information about the JMARS version being used. The "Version" flag will list much more detailed information about the JMARS version being used.
- The "version" flag will list some information about the JMARS version being used. The "Version" flag will list much more detailed information about the JMARS version being used.
-
>jmars version
>jmars Version
-
- Help
-
-
- The "-help" flag will list the available command line arguments and flags in the terminal window.
- The "-help" flag will list the available command line arguments and flags in the terminal window.
-
>jmars -help