0byt3m1n1
Path:
C:
/
Users
/
Administrator
/
SYSTAT
/
SYSTAT_13
/
Gallery
/
[
Home
]
File: Map Projection.syc
REM This item was created using BIGWORLD, with projection set to Miller, axes set to box, and scale set to box. TOKEN TOKEN &message / TYPE = MESSAGE PROMPT = 'This item creates a map with a, projection. It requires a map file.' TOKEN &perspectivedat / TYPE = OPEN PROMPT = 'Open a data file.', IMMEDIATE TOKEN &project / TYPE = STRING PROMPT = 'Enter one of the following, projections: Gnomonic, Stereographic, Orthographic, , Lambert, Robinson, Sinusoidal, Peters, Miller, , Mercator, Fisheye' IMMEDIATE TOKEN &axes / TYPE = STRING PROMPT = 'Enter the axes to apply: None, , Box, Vertical, Horizontal, Bottom, Top, Left, Right', IMMEDIATE TOKEN &scale / TYPE = STRING PROMPT = 'Enter the scales to apply: None, , Box, Vertical, Horizontal, Bottom, Top, Left, Right', IMMEDIATE USE &perspectivedat MAP/ PROJECT = &project AXES = &axes SCALE = &scale XGRID YGRID, XLAB = ' ' YLAB = ' ' TOKEN