[mapguide-trac] #1392: OGC WMS 1.3.0 Support
MapGuide Open Source
trac_mapguide at osgeo.org
Wed Jul 21 22:05:54 EDT 2010
#1392: OGC WMS 1.3.0 Support
-----------------------------+----------------------------------------------
Reporter: liuar | Owner: liuar
Type: enhancement | Status: new
Priority: medium | Milestone:
Component: WMS Interface | Version:
Severity: trivial | Keywords: WMS CITE
External_id: |
-----------------------------+----------------------------------------------
Comment(by liuar):
Thank Bruce's review, I update following methods in ProcessBoundingBoxAxes
patch to avoid NULL pointer problem.
{{{
// Handle the CRS(SRS) which have their axis orientation changed
static void ProcessBoundingBoxAxes(STRING sSrs,REFSTRING bbox);
//Help method to swap coordinates in boundingbox
static void SwapCoords(double(& coord)[4]);
//Help method to make coordinates about-turn
static void ReverseCoords(double& coord1, double& coord2);
}}}
--
Ticket URL: <http://trac.osgeo.org/mapguide/ticket/1392#comment:7>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals
More information about the mapguide-trac
mailing list