This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
>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