Ticket #2557 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

Typo error for setExtent in the MapScript API reference

Reported by: nsavard Owned by: jmckenna
Priority: normal Milestone: 5.2 release
Component: Documentation - MapServer Version: 5.0
Severity: normal Keywords:
Cc:

Description

David Lowther reported an error in the documentation for setExtent in the MapScript? API reference. I pasted his email on the dev mailing list.

David Lowther wrote:

FYI - Regarding this page:  http://mapserver.gis.umn.edu/docs/reference/mapscript/index_html#mapobj There is a typo in this method signature (mapObj): setExtent( float minx, float miny, float miny, float maxy ) : int Set the map extent, returns MS_SUCCESS or MS_FAILURE. It should read: setExtent( float minx, float miny, float maxx, float maxy ) : int Set the map extent, returns MS_SUCCESS or MS_FAILURE.

Change History

Changed 5 years ago by jmckenna

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

- updated

Note: See TracTickets for help on using tickets.