[mapguide-trac] #489: modifications required for phpgenerictasks (theme) to match 2.0 api (getTransform)

MapGuide Open Source trac_mapguide at osgeo.org
Mon Mar 10 12:05:12 EDT 2008


#489: modifications required for phpgenerictasks (theme) to match 2.0 api
(getTransform)
---------------------------+------------------------------------------------
   Reporter:  poulet1212   |       Owner:     
       Type:  enhancement  |      Status:  new
   Priority:  high         |   Milestone:     
  Component:  Samples      |     Version:     
   Severity:  major        |    Keywords:     
External_id:               |  
---------------------------+------------------------------------------------
 phpgenerictasks\markup\classes\markupeditor.php
 Method: {{{GetTransform()}}}

 Relatively to this trac
 http://trac.osgeo.org/mapguide/wiki/MapGuideRfc35

 The fellowing changes are required to match 2.0 Web API:

 change this:
 {{{return new MgCoordinateSystemTransform($source, $target);}}}

 to this
 {{{return $coordSysFactory->GetTransform($source, $target);}}}

-- 
Ticket URL: <http://trac.osgeo.org/mapguide/ticket/489>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals


More information about the mapguide-trac mailing list