[mapserver-users] Re: Different OUTPUTFORMAT options for each layer in a mapfile

Sumit Sharma sumit321 at hotmail.com
Mon Sep 27 06:13:38 EDT 2010


You can also write one small function to do that with following pseudo code
...

image = prepareImage
for i = 0 to number of layers
     layer = getlayer(i)
     fix outputformat options
     image = layer.draw
end for
return image
     
-- 
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Different-OUTPUTFORMAT-options-for-each-layer-in-a-mapfile-tp5570778p5574261.html
Sent from the Mapserver - User mailing list archive at Nabble.com.


More information about the mapserver-users mailing list