Opened 16 years ago

Closed 12 years ago

#489 closed enhancement (wontfix)

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

Reported by: poulet1212 Owned by:
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 (3)

comment:1 by tomfukushima, 16 years ago

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

in reply to:  1 comment:2 by poulet1212, 16 years ago

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

comment:3 by jng, 12 years ago

Resolution: wontfix
Status: newclosed

We're not keeping the source for the GenericTasks sample under svn, so there's nothing for us to fix.

Secondly, the GenericTasks samples has been retrofitted as the re-vamped Redline widget in Fusion

Note: See TracTickets for help on using tickets.