0byt3m1n1
Path:
C:
/
Users
/
Administrator
/
SYSTAT
/
SYSTAT_13
/
Gallery
/
[
Home
]
File: Map with Labels.syc
REM This item was created using USDM, with STATE$ as the symbol, variable, map color blue (2), label color red (1), and scale value, 200. TOKEN TOKEN &message / TYPE = MESSAGE PROMPT = 'This item creates a map with, labels. It requires a map file containing a character, variable for labels.' TOKEN &maplabelsdat / TYPE = CVARIABLE PROMPT = 'Select a character, variable for labels.' IMMEDIATE TOKEN &maplabelscol1 / TYPE = NUMBER PROMPT = 'Enter a color value for, the map: red (1), blue (2), magenta (5), , brown (8), black (10).' IMMEDIATE TOKEN &maplabelscol2 / TYPE = NUMBER PROMPT = 'Enter a color value for, the labels: red (1), blue (2), magenta (5), , brown (8), black (10).'IMMEDIATE TOKEN &maplabelscale / TYPE = NUMBER PROMPT = 'Enter a scale value, between 25 and 250.' IMMEDIATE SCALE &maplabelscale, &maplabelscale BEGIN MAP / XGRID YGRID XLAB = ' ' YLAB = ' ' SCALE = NONE AXES = NONE, PROJECT = MERCATOR COLOR = &maplabelscol1 PLOT LABLAT * LABLON / SYMBOL = &maplabelsdat COLOR = &maplabelscol2, PROJECT = MERCATOR XLAB = ' ' YLAB = ' ', SCALE = NONE AXES = NONE END SCALE TOKEN