[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20020618: Drawing Lambert Conformal maps in multiple panels using MAP
- Subject: 20020618: Drawing Lambert Conformal maps in multiple panels using MAP
- Date: Tue, 18 Jun 2002 13:23:05 -0600
>From: "Fingerhut, William A" <address@hidden>
>Organization: Lyndon State
>Keywords: 200206181911.g5IJBH611887 McIDAS MAP PANEL
Bill,
>The new server is coming along. ADDE works fine now, and I am converting
>my scripts over to McIDAS 7.8.
Sounds good. I exercised the ADDE server on foxfire from here just to make
sure that things are working.
>The following snipet should produce the same map on each panel, but it
>produces a different map on each panel of the frame.
>
>PANEL 2 2 2 2
>MAP USA 8 PRO=CONF PAN=1 4
>
>If I leave out the keyword PRO=CONF then the map is the same on each
>panel.
Not good.
>Can you reproduce this? Any thoughts?
I can reproduce this, and it is obviously a bug. I will report the bug
to SSEC.
A quick way around this is to use the REPEAT feature of McIDAS:
TE USACONF "MAP USA 8 PRO=CONF PAN=!1
REPEAT USACONF 1 TO 4 BY 1
The string USACONF only has to be defined once, so you can replace each
occurrance of 'MAP USA 8 PRO=CONF PAN=1 4' in your script(s) by the
REPEAT sequence.
Tom