WMS bounding box issues with ArcGIS
Jason Grimes
jgrimes at GI.ALASKA.EDU
Fri Sep 1 14:52:02 PDT 2006
Hi Everyone,
I'm having some problems with a WMS service I have set up. I have
everything set up correctly but MapServer insists on including
LatLonBoundingBox in the capabilities doc even though I have set up the
extents, etc in meters (Alaskan Albers). I think because MapServer
includes the latlon bbox ArcGIS defaults to it. Is there any way of
suppressing the LatLonBoundingBox? Thanks,
Jason
Here is a snip of my map file:
EXTENT 281897 1681398 300339 1693467
PROJECTION
"init=epsg:102006"
END
WEB
METADATA
"wms_title" "GINA WMS Test"
"wms_abstract" "University of Alaska GINA
program WMS QuickBird test server"
"wms_onlineresource"
"http://ogc.gina.alaska.edu/wms/quickbird/index.cgi?"
"wms_srs" "EPSG:102006"
"wms_extent" "281897 1681398 300339 1693467"
END
END
LAYER
NAME "North_Fairbanks_QuickBird"
STATUS default
DATA
"/www/ogc/htdocs/wms/quickbird/data/fb_north_albers_final1.tif"
TYPE RASTER
PROCESSING "BANDS=3,2,1"
PROJECTION
"init=epsg:102006"
END
EXTENT 281897 1681398 300339 1693467
METADATA
"wms_title" "North_Fairbanks_QuickBird"
"wms_name" "North_Fairbanks_QuickBird"
"wms_onlineresource"
"http://ogc.gina.alaska.edu/wms/quickbird/index.cgi?"
"wms_srs" "EPSG:102006"
"wms_extent" "281897 1681398 300339 1693467"
END
END
More information about the MapServer-users
mailing list