Walter Lorenzetti wrote:
Hi All,

I'd like to know if is possible to use mapserver bin application in background mode: if possible use mapserver with command line to generate images without use html template and browser

Yes, we do that with Perl/Mapscript, it is also possible to do it using CGI parameters by setting environment variables like

export REQUEST_METHOD=GET
export QUERY_STRING='mode=map&map=/path/to/mapfile&....'
mapserv > file.png

-Steve W.

Reply via email to