id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
3602,"In getCapabilities, output <BoundingBox> for each projection in layer's wms_srs",mraross,assefa,"Currently, getCapabilities will output a <BoundingBox> element for the projection the layer data is defined in. If a layer contains the following definition:

      PROJECTION
        ""init=EPSG:3005""
      END #projection

getCapabilities will include the following layer metadata:
  <BoundingBox SRS=""EPSG:3005"" minx=""200000"" miny=""200000"" maxx=""1.9e+006"" maxy=""1.9e+006"" /> 

If a layer also contains a wms_srs Metadata element:

wms_srs ""EPSG:3785 EPSG:3857 EPSG:102190 EPSG:26907 EPSG:26707 EPSG:32607 EPSG:3005 EPSG:42102 EPSG:4269 EPSG:4326 EPSG:26708 EPSG:26709 EPSG:26710 EPSG:26711 EPSG:26712 EPSG:26908 EPSG:26909 EPSG:26910 EPSG:26911 EPSG:26912 EPSG:32608 EPSG:32609 EPSG:32610 EPSG:32611 EPSG:32612 EPSG:54004""

getCapabilities will not generate a BoundingBox element for each projection in the wms_srs list. This causes awkward projection behavior when adding wms layers to a map in some wms clients (e.g., GAIA, ArcMap) 

Enhance MapServer so it generates a BoundingBox element for each projection in the wms_srs list. 

",enhancement,closed,normal,6.0 release,WMS Server,unspecified,normal,fixed,,schpidi havatv
