Ticket #810 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

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

Changed 4 years ago by sam

  • milestone set to 2.1

Changed 4 years ago by waltweltonlair

  • owner set to waltweltonlair
  • status changed from new to assigned

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.

Changed 4 years ago by waltweltonlair

  • status changed from assigned to closed
  • resolution set to fixed

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

Note: See TracTickets for help on using tickets.