Polar reprojection (again)

Charlton Purvis cplist at EARTHLINK.NET
Thu Feb 16 15:18:00 EST 2006


> Under certain application conditions, I need to re-project the map into a
> polar view.  To do this I change projection string to
> 
> PROJECTION
> 
> "proj=laea"
> 
> "lat_0=-90"
> 
> END
> 
> This works very well for all of my vector data, but none of my raster data
> appears.  The raster data is in AAI/Grid format.  Will this raster format
> not re-project?  Should I use a different projection string?

What does the PROJECTION of your RASTER LAYER look like?  It needs to match
whatever PROJECTION your raster data is in.

MAP
  PROJECTION
    "proj=laea"
    "lat_0=-90"
  END
  LAYER
    TYPE RASTER
    PROJECTION
      ???
    END
  END
END



More information about the mapserver-users mailing list