Opened 16 years ago

Closed 16 years ago

#2557 closed defect (fixed)

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 (1)

comment:1 by jmckenna, 16 years ago

Resolution: fixed
Status: newclosed
  • updated
Note: See TracTickets for help on using tickets.