Re: [mapserver-users] EPSG:900913 Problem

2013-08-26 Thread vinodverma
Hi All After giving so much time i had solved this problem. Actually we have to made changes in the osm-google.map which we can find in folder basemaps, there we need to add projection 900913 as given below. WEB METADATA ows_enable_request * wms_srs EPSG:4326

Re: [mapserver-users] cgi variable substituition in DATA statement

2013-08-26 Thread Peter Freimuth
Hi Thomas, this is the wrapper script which is used: Somewhere in the documentation it says that this should do the same than using the standard cgi way so i expected it would also handle the variable substitution in the same way. import mapscript req = mapscript.OWSRequest() req.loadParams()

Re: [mapserver-users] cgi variable substituition in DATA statement

2013-08-26 Thread thomas bonfort
http://mapserver.org/ogc/wms_server.html#apache-environment-variables-ms-mapfile just replace cgi-script by fcgid-script if you want to use fastcgi. there are other examples on that page, using a rewrite is also a possibility. -- thomas On 26 August 2013 18:41, Peter Freimuth