MapServer / MapServer-import

3 stars 2 forks source link

[PHPMapscript - Documentation] ZoomScale optional parameter is missing from function #1382

Open tbonfort opened 12 years ago

tbonfort commented 12 years ago

Reporter: jlacroix Date: 2005/06/16 - 17:16

The mapObj zoomscale function declaration contains only 5 parameters. There's
actually 6 parameters that can be passed to this function. The last one is
optional. So should have:

void zoomscale(double nScale, pointObj oPixelPos, int nImageWidth, 
               int nImageHeight, rectObj oGeorefExt [, rectObj oMaxGeorefExt])
tbonfort commented 12 years ago

Author: jlacroix Date: 2005/06/16 - 17:17

phpmapscript doc should go to Jeff sorry
tbonfort commented 12 years ago

Author: jmckenna@dmsolutions.ca Date: 2006/01/09 - 21:53

updated website doc and source README