[mapserver-users] EXTENT in LAYER definition not clipping

John Cartwright John.C.Cartwright at noaa.gov
Fri Oct 14 16:21:43 EDT 2011


Hello All,

I have  a LAYER definition which includes the EXTENT keyword (see except
below) because I want to limit the area in which data are displayed
regardless of the extent of the request. 

It seems that with a WMS request this limit is being ignored and the
data matching the requested BBOX is displayed instead.  This is version
mapserver 5.6.3, can someone please point out what I'm doing wrong?

Thanks!

--john


LAYER
    DATA "/data/test.tif"
    EXTENT 90 -23 179 23
    DUMP TRUE
    METADATA
...
      "ows_extent"      "90 -23 179 23"
...
    END
    NAME "test.tif"
...
  END




More information about the mapserver-users mailing list