WMS bounding box issues with ArcGIS

SUBSCRIBE MAPSERVER-USERS Joe H. Smith thip at AIT.AC.TH
Fri Sep 1 18:27:28 EDT 2006


Dear Jason,

I had the same experience for that error before. What i did was I added 
one layer with lat long projection and set up "Web Map Extent as lat 
long". For other layers, they are okay to have different map projection 
type.

I am not sure if it was the right way to fixed that. Anyway it is 
working okay for me.

Best of lucks, Thip



Quoting Jason Grimes <jgrimes at GI.ALASKA.EDU> on 09/02/06:

> 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