[mapserver-dev] Mapscript API Reference Typo

David Lowther dlowther at coordinatesolutions.com
Wed Mar 26 12:09:13 EDT 2008


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.

 

 

 

David Lowther

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/mapserver-dev/attachments/20080326/df7d2259/attachment.html


More information about the mapserver-dev mailing list