<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Muchas gracias Jorge, eres muy amable.<BR>
&nbsp;<BR>
La&nbsp;explicaciom ha sido clara, revise los enlaces, pero de pronto&nbsp;hay por ahi algun ejemplito pequeño de como configurar&nbsp;el tilecache.cfg llamando a mi .php (no .map) y de como mi cliente&nbsp;(no Openlayers)&nbsp;deberia hacer peticiones a&nbsp;este tilecache???<BR>
&nbsp;<BR>
Eso ayudaria bastante.<BR>
&nbsp;<BR>
Slds<BR>
&nbsp;<BR>
Gustavo<BR>&nbsp;<BR>&gt; Date: Wed, 8 Jul 2009 18:51:42 +0200<BR>&gt; From: jsanz@osgeo.org<BR>&gt; To: spanish@lists.osgeo.org<BR>&gt; Subject: Re: [Spanish] A alguien le debe funcionar TILECACHE....<BR>&gt; <BR>&gt; -----BEGIN PGP SIGNED MESSAGE-----<BR>&gt; Hash: SHA1<BR>&gt; <BR>&gt; Gustavo Jarrín escribió:<BR>&gt; &gt; <BR>&gt; &gt; Espero alguien me pueda guiar con lo siguiente, ojala Oscar Fonts pueda<BR>&gt; &gt; darme una mano:<BR>&gt; &gt; <BR>&gt; &gt; ¿Cómo agregar mis propias capas en el tilecache.cfg, yo no utilizo<BR>&gt; &gt; mapfiles (.map) sino php mapscripts (.php) y como llamar al tilecache<BR>&gt; &gt; desde mis .php....yo no utilzo OpenLayers y se que, quienes lo usan, en<BR>&gt; &gt; algun lado de este cliente deben llamar a su tilecache.cfg<BR>&gt; &gt; personalizado??? Toda la info a la que se ha hecho referencia sobre el<BR>&gt; &gt; .cfg explica unicamente con .map y Openlayers.<BR>&gt; <BR>&gt; Hola no soy Óscar pero intentaré echarte un cable. De todas formas,<BR>&gt; Óscar, si me equivoco en algo me corriges. :-)<BR>&gt; <BR>&gt; Al archivo tilecache.cfg se le añaden (entre otras) capas WMS.<BR>&gt; <BR>&gt; Si no usas la interfaz cgi para mostrar tu Mapserver, deberás exponer<BR>&gt; algún script PHP que funcione como un servidor WMS. Es decir, ANTES de<BR>&gt; poner en marcha el tilecache tienes que tener bien configurado un<BR>&gt; servidor WMS. Para comprobar que funciona correctamente puedes usar<BR>&gt; cualquier visor WMS como el propio OpenLayers o un cliente de escritorio<BR>&gt; como gvSIG.<BR>&gt; <BR>&gt; Por lo tanto el tilecache tiene poco que ver directamente con el .map de<BR>&gt; mapserver como tal. Tiene que ver con que tengas un servidor WMS<BR>&gt; funcionando.<BR>&gt; <BR>&gt; Eso como primer punto, ahora vamos al cliente.<BR>&gt; <BR>&gt; Tilecache responde a diversos métodos de acceso, uno de ellos es WMS. El<BR>&gt; asunto es que es un WMS "especial" porque sólo responde correctamente a<BR>&gt; aquellas peticiones que coincidan EXACTAMENTE con una tesela válida. Es<BR>&gt; decir, al configurar tu capa en tilecache estás definiendo una extensión<BR>&gt; y un rango de resoluciones. Eso explícitamente está "partiendo" tu capa<BR>&gt; en teselas ("tiles") que tienen su extensión y resolución.<BR>&gt; <BR>&gt; Si tu cliente no hace las peticiones a tu tilecache exactamente en esas<BR>&gt; posiciones tilecache devuelve un error. Es muy fácil configurar<BR>&gt; OpenLayers para que haga las peticiones correctas sólo hay que<BR>&gt; configurar la capa en el cliente con exactamente los mismo parámetros<BR>&gt; que en el tilecache.cfg.<BR>&gt; <BR>&gt; Claro, si estás usando otro cliente o te estás haciendo el tuyo, tendrás<BR>&gt; que respetar ese particionamiento en tus peticiones porque tilecache no<BR>&gt; responde a cualquier petición.<BR>&gt; <BR>&gt; Espero haberme explicado, todo esto está bastante bien documentado en el<BR>&gt; propio tilecache y en la propuesta de TMS[1] en OSGeo. Otro recurso muy<BR>&gt; didáctico es la web de GDAL2Tiles[2].<BR>&gt; <BR>&gt; Un saludo<BR>&gt; [1] http://wiki.osgeo.org/wiki/Tile_Map_Service_Specification<BR>&gt; [2] http://www.maptiler.org/<BR>&gt; <BR>&gt; <BR>&gt; &gt; <BR>&gt; &gt; Gracias,<BR>&gt; &gt; <BR>&gt; &gt; Gustavo<BR>&gt; &gt; ------------------------------------------------------------------------<BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; ------------------------------------------------------------------------<BR>&gt; &gt; Date: Tue, 7 Jul 2009 11:26:26 -0600<BR>&gt; &gt; Subject: Re: [Spanish] Que pesadilla con TILECACHE....<BR>&gt; &gt; From: wgiron@gmail.com<BR>&gt; &gt; To: spanish@lists.osgeo.org<BR>&gt; &gt; <BR>&gt; &gt; Gracias Gustavo<BR>&gt; &gt; y mientras avance nos vamos ayudando<BR>&gt; &gt; <BR>&gt; &gt; atte<BR>&gt; &gt; <BR>&gt; &gt; Walter<BR>&gt; &gt; <BR>&gt; &gt; 2009/7/7 Gustavo Jarrín &lt;gusjarrin@hotmail.com<BR>&gt; &gt; &lt;mailto:gusjarrin@hotmail.com&gt;&gt;<BR>&gt; &gt; <BR>&gt; &gt; Con gusto, te lo envio adjunto. Recuerda que mi configuracion es Win<BR>&gt; &gt; XP, ms4w 2.3.1 (Apache 2.2.10, Php 5.2.6), Pyton 2.5, mod_python<BR>&gt; &gt; 3.3.1, Tilecache 2.10.<BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; Mientras avanzas, espero alguien me pueda guiar con lo siguiente,<BR>&gt; &gt; ojala Oscar Fonts pueda darnos una mano:<BR>&gt; &gt; <BR>&gt; &gt; ¿Cómo agregar mis propias capas en el tilecache.cfg, yo no utilizo<BR>&gt; &gt; mapfiles (.map) sino php mapscripts (.php) y como llamar al<BR>&gt; &gt; tilecache desde mis .php....yo no utilzo OpenLayers y se que,<BR>&gt; &gt; quienes lo usan, en algun lado de este cliente deben llamar a su<BR>&gt; &gt; tilecache.cfg personalizado??? Toda la info a la que se ha hecho<BR>&gt; &gt; referencia sobre el .cfg explica unicamente con .map y Openlayers.<BR>&gt; &gt; <BR>&gt; &gt; Gracias,<BR>&gt; &gt; <BR>&gt; &gt; Gustavo<BR>&gt; &gt; ------------------------------------------------------------------------<BR>&gt; &gt; Date: Tue, 7 Jul 2009 11:03:19 -0600<BR>&gt; &gt; <BR>&gt; &gt; Subject: Re: [Spanish] Que pesadilla con TILECACHE....<BR>&gt; &gt; From: wgiron@gmail.com &lt;mailto:wgiron@gmail.com&gt;<BR>&gt; &gt; To: spanish@lists.osgeo.org &lt;mailto:spanish@lists.osgeo.org&gt;<BR>&gt; &gt; <BR>&gt; &gt; ok<BR>&gt; &gt; precisamente ya estoy bajando el mod_python 3.1.1 que comentas que<BR>&gt; &gt; tenes instalado<BR>&gt; &gt; para comenzar la configuracion, pero la maravilla de firewall de<BR>&gt; &gt; esta institucion tiene bloqueados todos<BR>&gt; &gt; los sitios, si puedes te agradecer si me lo puedes enviar<BR>&gt; &gt; <BR>&gt; &gt; gracias mil gustavo<BR>&gt; &gt; <BR>&gt; &gt; atte<BR>&gt; &gt; <BR>&gt; &gt; Walter<BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; 2009/7/7 Gustavo Jarrín &lt;gusjarrin@hotmail.com<BR>&gt; &gt; &lt;mailto:gusjarrin@hotmail.com&gt;&gt;<BR>&gt; &gt; <BR>&gt; &gt; intentalo en mod_python....es mas eficiente y creo q me ha ido<BR>&gt; &gt; bien hasta cierto punto, asi avanzamos juntos<BR>&gt; &gt; <BR>&gt; &gt; ------------------------------------------------------------------------<BR>&gt; &gt; Date: Tue, 7 Jul 2009 10:09:39 -0600<BR>&gt; &gt; <BR>&gt; &gt; Subject: Re: [Spanish] Que pesadilla con TILECACHE....<BR>&gt; &gt; From: wgiron@gmail.com &lt;mailto:wgiron@gmail.com&gt;<BR>&gt; &gt; To: spanish@lists.osgeo.org &lt;mailto:spanish@lists.osgeo.org&gt;<BR>&gt; &gt; <BR>&gt; &gt; y es que como he dudado de todo, he intentando conectarme al WMS<BR>&gt; &gt; que trae por defecto el BASIC<BR>&gt; &gt; desde 3 programas GIS difrentes y me da error de despliegue<BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; 2009/7/7 Gustavo Jarrín &lt;gusjarrin@hotmail.com<BR>&gt; &gt; &lt;mailto:gusjarrin@hotmail.com&gt;&gt;<BR>&gt; &gt; <BR>&gt; &gt; Asi es, me pasaba lo mismo y debi cambiar en el archivo<BR>&gt; &gt; /tilecache/index.html el nombre "tilecache.cgi" por<BR>&gt; &gt; "tilecache.py" previamente tuve que renombrarlo con esta<BR>&gt; &gt; misma extension (.py), pero como dije, yo lo hago en<BR>&gt; &gt; mod_python...y lo solucione.<BR>&gt; &gt; <BR>&gt; &gt; ------------------------------------------------------------------------<BR>&gt; &gt; Date: Mon, 6 Jul 2009 17:02:53 -0600<BR>&gt; &gt; <BR>&gt; &gt; Subject: Re: [Spanish] Que pesadilla con TILECACHE....<BR>&gt; &gt; From: wgiron@gmail.com &lt;mailto:wgiron@gmail.com&gt;<BR>&gt; &gt; To: spanish@lists.osgeo.org &lt;mailto:spanish@lists.osgeo.org&gt;<BR>&gt; &gt; <BR>&gt; &gt; una consulta existencial<BR>&gt; &gt; <BR>&gt; &gt; cuando funciona la configuracion de tilecache, lei arriba<BR>&gt; &gt; que aparece un mapa de algo<BR>&gt; &gt; <BR>&gt; &gt; es que solo me salen teselas rosas a veces con un punto,<BR>&gt; &gt; otras con equis (X) y otras con un simbolo de link roto<BR>&gt; &gt; <BR>&gt; &gt; gracias mil<BR>&gt; &gt; <BR>&gt; &gt; atte<BR>&gt; &gt; <BR>&gt; &gt; Walter<BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; 2009/7/6 Walter Giron &lt;wgiron@gmail.com<BR>&gt; &gt; &lt;mailto:wgiron@gmail.com&gt;&gt;<BR>&gt; &gt; <BR>&gt; &gt; Gracias Jorge voy a revisar el link que me dices<BR>&gt; &gt; y cualquier cosa te cuento gustavo<BR>&gt; &gt; <BR>&gt; &gt; atte<BR>&gt; &gt; <BR>&gt; &gt; Walter<BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; 2009/7/6 Gustavo Jarrín &lt;gusjarrin@hotmail.com<BR>&gt; &gt; &lt;mailto:gusjarrin@hotmail.com&gt;&gt;<BR>&gt; &gt; <BR>&gt; &gt; Water, yo estoy instalandolo en mod_python, al<BR>&gt; &gt; parecer estoy por buen camino, pero me falta el<BR>&gt; &gt; ultimo gran paso que es modificar el tilecache.cfg<BR>&gt; &gt; para añadir mis propias capas....me he quedado ahi,<BR>&gt; &gt; yo uso php mapscript y no los .map, esto me ha<BR>&gt; &gt; complicado configurar el archivo .cfg<BR>&gt; &gt; <BR>&gt; &gt; Si logro instalarlo te comento paso a paso como lo<BR>&gt; &gt; hice...si tu logras instalarlo en modo cgi<BR>&gt; &gt; me explicas por favor, esperemos que nos<BR>&gt; &gt; puedan ayudar, confio mucho en este foro :)<BR>&gt; &gt; <BR>&gt; &gt; Gustavo<BR>&gt; &gt; <BR>&gt; &gt; ------------------------------------------------------------------------<BR>&gt; &gt; Date: Mon, 6 Jul 2009 12:27:56 -0600<BR>&gt; &gt; <BR>&gt; &gt; Subject: Re: [Spanish] Que pesadilla con TILECACHE....<BR>&gt; &gt; From: wgiron@gmail.com &lt;mailto:wgiron@gmail.com&gt;<BR>&gt; &gt; <BR>&gt; &gt; To: spanish@lists.osgeo.org<BR>&gt; &gt; &lt;mailto:spanish@lists.osgeo.org&gt;<BR>&gt; &gt; <BR>&gt; &gt; yo lo estoy intentando instalar como CGI y nada<BR>&gt; &gt; igual con problemas<BR>&gt; &gt; alguien tiene algun material de ayuda para<BR>&gt; &gt; instalarlo como cgi en winxp, apache<BR>&gt; &gt; <BR>&gt; &gt; gracias<BR>&gt; &gt; <BR>&gt; &gt; atte<BR>&gt; &gt; <BR>&gt; &gt; Walter Giron<BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; 2009/7/2 Gustavo Jarrín &lt;gusjarrin@hotmail.com<BR>&gt; &gt; &lt;mailto:gusjarrin@hotmail.com&gt;&gt;<BR>&gt; &gt; <BR>&gt; &gt; En realidad es ms4w 2.3.1 (MapServer for<BR>&gt; &gt; windows)...me lo descargue de este link, hace<BR>&gt; &gt; rato ya:<BR>&gt; &gt; <BR>&gt; &gt; http://maptools.org/ms4w/index.phtml?page=downloads.html<BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; ------------------------------------------------------------------------<BR>&gt; &gt; Date: Thu, 2 Jul 2009 20:44:48 +0200<BR>&gt; &gt; <BR>&gt; &gt; Subject: Re: [Spanish] Que pesadilla con<BR>&gt; &gt; TILECACHE....<BR>&gt; &gt; From: evaristogestoso@gmail.com<BR>&gt; &gt; &lt;mailto:evaristogestoso@gmail.com&gt;<BR>&gt; &gt; <BR>&gt; &gt; To: spanish@lists.osgeo.org<BR>&gt; &gt; &lt;mailto:spanish@lists.osgeo.org&gt;<BR>&gt; &gt; <BR>&gt; &gt; Por mera curiosidad de donde has obtenido el<BR>&gt; &gt; Mapserver 2.3.1<BR>&gt; &gt; <BR>&gt; &gt; Un saludo.<BR>&gt; &gt; <BR>&gt; &gt; -- <BR>&gt; &gt; Evaristo Gestoso Rodriguez<BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; ------------------------------------------------------------------------<BR>&gt; &gt; Connect to the next generation of MSN Messenger <BR>&gt; &gt; Get it now!<BR>&gt; &gt; &lt;http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&amp;source=wlmailtagline&gt;<BR>&gt; &gt; <BR>&gt; &gt; _______________________________________________<BR>&gt; &gt; Spanish mailing list<BR>&gt; &gt; Spanish@lists.osgeo.org<BR>&gt; &gt; &lt;mailto:Spanish@lists.osgeo.org&gt;<BR>&gt; &gt; http://lists.osgeo.org/mailman/listinfo/spanish<BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; -- <BR>&gt; &gt; Walter Girón<BR>&gt; &gt; 4341-3225<BR>&gt; &gt; <BR>&gt; &gt; ------------------------------------------------------------------------<BR>&gt; &gt; Discover the new Windows Vista Learn more!<BR>&gt; &gt; &lt;http://search.msn.com/results.aspx?q=windows+vista&amp;mkt=en-US&amp;form=QBRE&gt;<BR>&gt; &gt; <BR>&gt; &gt; _______________________________________________<BR>&gt; &gt; Spanish mailing list<BR>&gt; &gt; Spanish@lists.osgeo.org &lt;mailto:Spanish@lists.osgeo.org&gt;<BR>&gt; &gt; http://lists.osgeo.org/mailman/listinfo/spanish<BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; -- <BR>&gt; &gt; Walter Girón<BR>&gt; &gt; 4341-3225<BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; -- <BR>&gt; &gt; Walter Girón<BR>&gt; &gt; 4341-3225<BR>&gt; &gt; <BR>&gt; &gt; ------------------------------------------------------------------------<BR>&gt; &gt; Connect to the next generation of MSN Messenger Get it now!<BR>&gt; &gt; &lt;http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&amp;source=wlmailtagline&gt;<BR>&gt; &gt; <BR>&gt; &gt; _______________________________________________<BR>&gt; &gt; Spanish mailing list<BR>&gt; &gt; Spanish@lists.osgeo.org &lt;mailto:Spanish@lists.osgeo.org&gt;<BR>&gt; &gt; http://lists.osgeo.org/mailman/listinfo/spanish<BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; -- <BR>&gt; &gt; Walter Girón<BR>&gt; &gt; 4341-3225<BR>&gt; &gt; <BR>&gt; &gt; ------------------------------------------------------------------------<BR>&gt; &gt; Invite your mail contacts to join your friends list with Windows<BR>&gt; &gt; Live Spaces. It's easy! Try it!<BR>&gt; &gt; &lt;http://spaces.live.com/spacesapi.aspx?wx_action=create&amp;wx_url=/friends.aspx&amp;mkt=en-us&gt;<BR>&gt; &gt; <BR>&gt; &gt; _______________________________________________<BR>&gt; &gt; Spanish mailing list<BR>&gt; &gt; Spanish@lists.osgeo.org &lt;mailto:Spanish@lists.osgeo.org&gt;<BR>&gt; &gt; http://lists.osgeo.org/mailman/listinfo/spanish<BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; -- <BR>&gt; &gt; Walter Girón<BR>&gt; &gt; 4341-3225<BR>&gt; &gt; <BR>&gt; &gt; ------------------------------------------------------------------------<BR>&gt; &gt; Invite your mail contacts to join your friends list with Windows<BR>&gt; &gt; Live Spaces. It's easy! Try it!<BR>&gt; &gt; &lt;http://spaces.live.com/spacesapi.aspx?wx_action=create&amp;wx_url=/friends.aspx&amp;mkt=en-us&gt;<BR>&gt; &gt; <BR>&gt; &gt; _______________________________________________<BR>&gt; &gt; Spanish mailing list<BR>&gt; &gt; Spanish@lists.osgeo.org &lt;mailto:Spanish@lists.osgeo.org&gt;<BR>&gt; &gt; http://lists.osgeo.org/mailman/listinfo/spanish<BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; -- <BR>&gt; &gt; Walter Girón<BR>&gt; &gt; 4341-3225<BR>&gt; &gt; <BR>&gt; &gt; ------------------------------------------------------------------------<BR>&gt; &gt; Connect to the next generation of MSN Messenger Get it now!<BR>&gt; &gt; &lt;http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&amp;source=wlmailtagline&gt;<BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; ------------------------------------------------------------------------<BR>&gt; &gt; <BR>&gt; &gt; _______________________________________________<BR>&gt; &gt; Spanish mailing list<BR>&gt; &gt; Spanish@lists.osgeo.org<BR>&gt; &gt; http://lists.osgeo.org/mailman/listinfo/spanish<BR>&gt; <BR>&gt; <BR>&gt; - --<BR>&gt; Jorge Gaspar Sanz Salinas<BR>&gt; Ingeniero en Geodesia y Cartografía<BR>&gt; http://es.osgeo.org<BR>&gt; http://wiki.osgeo.org/wiki/Jorge_Sanz<BR>&gt; <BR>&gt; -----BEGIN PGP SIGNATURE-----<BR>&gt; Version: GnuPG v1.4.9 (GNU/Linux)<BR>&gt; Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org<BR>&gt; <BR>&gt; iQEcBAEBAgAGBQJKVM6dAAoJEAOYD75lvHdBUsMH/0hCHYeGYU/B0faKSDOjyJe8<BR>&gt; a7g3Jb7SD9f5bhBqNAe+5GkwPGCSr8b+xUrlGjCYY/CqD6DhuuxjFSx7C8nZWScF<BR>&gt; vNRvs00OH5JvnKSJfr+tSSceBL0jQ/lG0G0A/Q25bkfmFxXkj10r+93+iIRpz2BV<BR>&gt; ILnJ6f8K68LSkPGKxMbdDZ3ivOqvJl+Z0kQAYeenrbIVSFyzK1u2vDUeOyioQKt9<BR>&gt; D2ko9UduxBQSq9hP4ahZGErQMSh6I2t9RTKh4BGQ5ckn4/Re7DCVNA6S0hd6CBgg<BR>&gt; qL0S0uGeiR1IwFapPF05e/+Mv2K612l4tS/iljOWZBeopuxMQjvjM+VJ47ElDcw=<BR>&gt; =h9qy<BR>&gt; -----END PGP SIGNATURE-----<BR>&gt; _______________________________________________<BR>&gt; Spanish mailing list<BR>&gt; Spanish@lists.osgeo.org<BR>&gt; http://lists.osgeo.org/mailman/listinfo/spanish<BR><br /><hr />Explore the seven wonders of the world <a href='http://search.msn.com/results.aspx?q=7+wonders+world&mkt=en-US&form=QBRE' target='_new'>Learn more!</a></body>
</html>