Opened 15 years ago

Closed 15 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 sam, 15 years ago

Milestone: 2.1

comment:2 by waltweltonlair, 15 years ago

Owner: set to waltweltonlair
Status: newassigned

Besides SWIGTYPE_p_MgRenderingOptions there are other wacky types being generated:

  • SWIGTYPE_p_MgStream
  • SWIGTYPE_p_int
  • SWIGTYPE_p_UINT

For MgRenderingOptions it simply needs to be added to the list of published API classes.

The other weird ones are due to either

  • methods declared as published but which shouldn't be
  • published methods using types that are disallowed

I have it all fixed on my machine and will check things in soon.

comment:3 by waltweltonlair, 15 years ago

Resolution: fixed
Status: assignedclosed

Fixed in the trunk stream with submission https://trac.osgeo.org/mapguide/changeset/3621.

Note: See TracTickets for help on using tickets.