#141 closed defect (fixed)
Cannot find overload for MgMappingService::GeneratePlot()
Reported by: | ronnielouie | Owned by: | anonymous |
---|---|---|---|
Priority: | medium | Milestone: | 1.2 |
Component: | Mapping Service | Version: | 1.2.0 |
Severity: | major | Keywords: | |
Cc: | External ID: | 929288 |
Description
The overloaded GeneratePlot() which takes MgCoordinate object as the second argument can not be found when the actual object is a derived type from MgCoordinate. Actual error result is: Arguments passed did not match any overload for method _wrap_MgMappingService_GeneratePlot.
Change History (5)
comment:1 by , 18 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:5 by , 18 years ago
Note:
See TracTickets
for help on using tickets.
Modify SWIG to code generation to also look at the parent class of the derived object. Fixed by submission http://trac.osgeo.org/mapguide/changeset/1727 Fixed by submission http://trac.osgeo.org/mapguide/changeset/1729