MapGuide Open Source:  Home |  Download |  Internals

Ticket #489 (new enhancement)

Opened 5 months ago

Last modified 5 months ago

modifications required for phpgenerictasks (theme) to match 2.0 api (getTransform)

Reported by: poulet1212 Assigned to:
Priority: high Milestone:
Component: Samples Version:
Severity: major Keywords:
Cc: External ID:

Description

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);

Change History

(follow-up: ↓ 2 ) 03/10/08 12:07:47 changed by tomfukushima

Hi poulet1212, Where did you download these files from? I will see if I can update those files. Thanks, Tom

(in reply to: ↑ 1 ) 03/10/08 13:29:17 changed by poulet1212

Replying to tomfukushima:

Hi poulet1212, Where did you download these files from? I will see if I can update those files. Thanks, Tom

Hi Tom, here is the tink to the phpgenerictasks datas: http://data.mapguide.com/mapguide/gt/downloads/gt.zip

cheers, Rémy