Ticket #2578 (closed defect: fixed)
MapServer computes WMS LatLonBoundingBox in the GCS of data's coordinate system
| Reported by: | guillaume | Owned by: | warmerdam |
|---|---|---|---|
| Priority: | high | Milestone: | 5.6.6 release |
| Component: | WMS Server | Version: | svn-trunk (development) |
| Severity: | major | Keywords: | wms 1.3.0 |
| Cc: | assefa, tomkralidis, sdlime |
Description
When requesting a WMS GetCapabilities?, the LatLonBoundingBox? value is computed in data's geographic coordinate system, without tranforming them to WGS84. As a result, the bounding box is wrong when the data projection doesn't use Greenwich for prime meridian. As Frank Warmerdam suggested, msOWSPrintLatLonBoundingBox() just passes NULL for the destination coordinate system, and msProjectPoint() just treats this as a special case to use the lat/long coordinate system (GCS) associated with the projected coordinate system.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

