Anybody successfully using Perl MapScript for OGC services?
Shawn Gervais
project10 at PROJECT10.NET
Tue Jan 22 14:43:16 PST 2008
John Maurer wrote:
> Does this mean that you cannot produce image files (PNG, GIF, etc.) for WMS
> nor GeoTIFF files for WCS using Perl MapScript?? Thanks for any help you can
> provide!
No, this doesn't mean that - you just can't fetch the image into a
buffer and manipulate it.
You can, however, just dump the image to stdout
(msIO_ioGetStdoutBufferBytes()). This is what I do with my WxS wrappers
usign mapscript.
-Shawn
More information about the MapServer-users
mailing list