[Tilecache] tilecache in IIS 5.0

Erick Gordon erickgb_pma at hotmail.com
Mon May 7 22:15:45 EDT 2007


Tilecache error in IIS 5.0, My steps are:

 

1. change tilecache.cgi

!C:/Python25/python.exe -u

 

from TileCache import Service, cgiHandler, cfgfiles

 

if __name__ == '__main__':

            svc = Service.load('C:/Inetpub/wwwroot/tilecache/tilecache.cfg')


    cgiHandler(svc)

 

2. change tilecache.cfg

 

[cache]

type=DiskCache

base=C:\Inetpub\wwwroot\tilecache\tmp

 

 

[basic]

type=WMSLayer

url=http://labs.metacarta.com/wms/vmap0

extension=png

 

 

3. change all .py file (in first line)

 

#!C:/Python25/python.exe -u 

 

 

 

What is the error??

 

Thanks!

 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/tilecache/attachments/20070507/e19b4fb9/attachment.html


More information about the Tilecache mailing list