Opened 16 years ago
Closed 16 years ago
#810 closed defect (fixed)
Generated code in MapGuideDotNetApi.dll contains a class SWIGTYPE_p_MgRenderingOptions
Reported by: | sam | Owned by: | waltweltonlair |
---|---|---|---|
Priority: | low | Milestone: | 2.1 |
Component: | Web API | Version: | 2.0.2 |
Severity: | trivial | Keywords: | SWIGTYPE_p_MgRenderingOptions |
Cc: | External ID: |
Description
In the .Net API in method:
public virtual MgByteReader RenderDynamicOverlay(MgMap map, MgSelection selection, SWIGTYPE_p_MgRenderingOptions options);
the class of the last argument seems to have a wrong naming and missing members.
Change History (3)
comment:1 by , 16 years ago
Milestone: | → 2.1 |
---|
comment:2 by , 16 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:3 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in the trunk stream with submission https://trac.osgeo.org/mapguide/changeset/3621.
Note:
See TracTickets
for help on using tickets.
Besides SWIGTYPE_p_MgRenderingOptions there are other wacky types being generated:
For MgRenderingOptions it simply needs to be added to the list of published API classes.
The other weird ones are due to either
I have it all fixed on my machine and will check things in soon.