[mapserver-users] Problem with mapserver & python mapscript

boesiii boesiii at yahoo.com
Tue May 14 10:24:34 PDT 2013


When I try to test tilecache on Firefox using:

http://localhost/tilecache-2.11/tilecache.cgi?LAYERS=basic&SERVICE=WMS%20&VERSION=1.1.1&REQUEST=GetMap&SRS=EPSG:4326&BBOX=-180,-90,0,90%20&WIDTH=256&HEIGHT=256

The output on my screen shows the contents of tilecache.cgi, see below:

#!/usr/bin python

from TileCache import Service, cgiHandler, cfgfiles

if __name__ == '__main__':
    svc = Service.load(*cfgfiles)
    cgiHandler(svc)



--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Problem-with-mapserver-python-mapscript-tp5053188p5053204.html
Sent from the Mapserver - User mailing list archive at Nabble.com.


More information about the mapserver-users mailing list