[Spanish] TileCache - MapServer - OpenLayer - Windows XP -

gweber gweber at conae.gov.ar
Wed Nov 5 06:16:03 EST 2008


Hola a todos, estoy tratando de implementar un wms con mapserver y tiledcache
y la verdad que estoy bastante atorado.
Baje el zip de TiledCache y lo descomprimi en htdocs de ms4w/apache. Hasta
aca todo ok.
Si en el navegador escribo http://localhost:8080/tilecache/ me muestra la
pagina bien.
Una vez hecho esto me puse a modificar el archivo del apache httpd.conf para
que ejecute el cgi 
#TileCache
<Directory "C:/ms4w/Apache/htdocs/tilecache/"> 
	AddHandler cgi-script .cgi 
	Options +ExecCGI +Indexes
</Directory>

Luego modifique el archivo tilecache.cgi y el .cfg como dice aca
http://geomaticblog.net/gb2/en/2008-01-24-tilecache_windows

Agregue mi map en el cfg

Pero cuando quiero agregar el wms desde algun cliente (en este caso SERVIR
Viz) me da error.
Si abro un browser y agrego la url
http://localhost:8080/tilecache/tilecache.cgi?layers=ZonaPiloto

me devuelve lo siguiente

#!c:/python26/python.exe

from TileCache import Service, cgiHandler, cfgfiles

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


Alguna idea que me pueda ayudar????

Gracias a todos
-- 
View this message in context: http://www.nabble.com/TileCache---MapServer---OpenLayer---Windows-XP---tp18200439p20325501.html
Sent from the OSGeo Spanish Local Chapter mailing list archive at Nabble.com.



More information about the Spanish mailing list