NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.

AW: overlap MciDAS map file on a display?

Hi Helen,

Try the setLatLonLimits(float latmin, float latmax, float lonmin, float
lonmax) method of visad.data.mcidas.BaseMapAdapter. Instead use the
BaseMapAdapter(String filename, java.awt.geom.Rectangle2D bbox)
constructor.

Hope that helps, Mathias