Gracias gustavo unicamente la diferencia que tenemos es que ami me da error<br>cuando uso la linea  <br>PythonHandler TileCache.service . Me dice que no encuentra los servicios, viendo un un mailing list recomendaban cambiarlo a<br>
PythonHandler Tilecache/service y alli si encuentra los servicios pero me da el error antes mencionado<br><br>gracias mil<br><br>atte<br><br>Walter<br><br><br><div class="gmail_quote">2009/7/9 Gustavo Jarrín <span dir="ltr">&lt;<a href="mailto:gusjarrin@hotmail.com">gusjarrin@hotmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">



<div>
Aqui te va Walter:<br><br>Primero, en el httpd.conf tuve que modificar el LoadModule asi:<br><br>LoadModule python_module /ms4w/Apache/modules/mod_python.so<br><br>Y mi directiva quedo asi:<br><br>&lt;Directory &quot;D:/ms4w/Apache/htdocs/tilecache/&quot;&gt;<br>
    AddHandler python-program .py<br>    PythonHandler TileCache.Service<br>    PythonPath &quot;[&#39;D:/ms4w/Apache/htdocs/tilecache/&#39;] + sys.path&quot;<div class="im"><br>    PythonOption TileCacheConfig &quot;D:/ms4w/Apache/htdocs/tilecache/tilecache.cfg&quot;<br>
    PythonDebug On<br>&lt;/Directory&gt;<br><br></div>Pruebalo y me indicas como te fue....yo sigo en las penumbras con el .cfg<br><br><hr>Date: Wed, 8 Jul 2009 14:45:16 -0600<div class="im"><br>Subject: Re: [Spanish] A alguien le debe funcionar TILECACHE....<br>
</div><div><div></div><div class="h5">From: <a href="mailto:wgiron@gmail.com" target="_blank">wgiron@gmail.com</a><br>To: <a href="mailto:spanish@lists.osgeo.org" target="_blank">spanish@lists.osgeo.org</a><br><br>y yo sigo de malas<br>
el mod_python es compatible con Python, segui las instrucciones y ahora tengo el error<br><br><pre>An error occurred: &#39;Tile&#39; object has no attribute &#39;format&#39;<br>  File &quot;C:\ms4w\Apache\htdocs\tilecache\Tilecache\Service.py&quot;, line 256, in modPythonHandler<br>
<br>    host )<br>  File &quot;C:\ms4w\Apache\htdocs\tilecache\Tilecache\Service.py&quot;, line 242, in dispatchRequest<br>    return (tile.format, tile.data)<br><br></pre>Tengo en mi apache en http.conf la siguiente configuracion<br>

<br>&lt;Directory C:/ms4w/Apache/htdocs/tilecache/&gt;<br>    PythonPath &quot;[&#39;c:/ms4w/apache/htdocs/tilecache/tilecache&#39;] + sys.path&quot;<br>    AddHandler python-program .py<br>    PythonHandler Tilecache/Service<br>

    PythonOption TileCacheConfig C:/ms4w/Apache/htdocs/tilecache/tilecache.cfg<br>    PythonDebug On<br>&lt;/Directory&gt;<br><br><br>lo raro es que veo el Log de errores de Apache y  no menciona ningun error<br><br>Gustavo serias tan amable de enviarme tu configuracion http.conf?<br>

<br>gracias mil<br><br>atte<br><br>Walter<br><br><br><br><div>2009/7/8 Gustavo Jarrín <span dir="ltr">&lt;<a href="mailto:gusjarrin@hotmail.com" target="_blank">gusjarrin@hotmail.com</a>&gt;</span><br><blockquote style="padding-left: 1ex;">





<div>
Muchas gracias Jorge, eres muy amable.<br>
 <br>
La explicaciom ha sido clara, revise los enlaces, pero de pronto hay por ahi algun ejemplito pequeño de como configurar el tilecache.cfg llamando a mi .php (no .map) y de como mi cliente (no Openlayers) deberia hacer peticiones a este tilecache???<br>


 <br>
Eso ayudaria bastante.<br>
 <br>
Slds<br>
 <br>
Gustavo<br> <br>&gt; Date: Wed, 8 Jul 2009 18:51:42 +0200<br>&gt; From: <a href="mailto:jsanz@osgeo.org" target="_blank">jsanz@osgeo.org</a><div><br>&gt; To: <a href="mailto:spanish@lists.osgeo.org" target="_blank">spanish@lists.osgeo.org</a><br>

</div>&gt; Subject: Re: [Spanish] A alguien le debe funcionar TILECACHE....<div><div></div><div><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 &quot;especial&quot; 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á &quot;partiendo&quot; tu capa<br>

&gt; en teselas (&quot;tiles&quot;) 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] <a href="http://wiki.osgeo.org/wiki/Tile_Map_Service_Specification" target="_blank">http://wiki.osgeo.org/wiki/Tile_Map_Service_Specification</a><br>

&gt; [2] <a href="http://www.maptiler.org/" target="_blank">http://www.maptiler.org/</a><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: <a href="mailto:wgiron@gmail.com" target="_blank">wgiron@gmail.com</a><br>&gt; &gt; To: <a href="mailto:spanish@lists.osgeo.org" target="_blank">spanish@lists.osgeo.org</a><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;<a href="mailto:gusjarrin@hotmail.com" target="_blank">gusjarrin@hotmail.com</a><br>

&gt; &gt; &lt;mailto:<a href="mailto:gusjarrin@hotmail.com" target="_blank">gusjarrin@hotmail.com</a>&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: <a href="mailto:wgiron@gmail.com" target="_blank">wgiron@gmail.com</a> &lt;mailto:<a href="mailto:wgiron@gmail.com" target="_blank">wgiron@gmail.com</a>&gt;<br>

&gt; &gt; To: <a href="mailto:spanish@lists.osgeo.org" target="_blank">spanish@lists.osgeo.org</a> &lt;mailto:<a href="mailto:spanish@lists.osgeo.org" target="_blank">spanish@lists.osgeo.org</a>&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;<a href="mailto:gusjarrin@hotmail.com" target="_blank">gusjarrin@hotmail.com</a><br>

&gt; &gt; &lt;mailto:<a href="mailto:gusjarrin@hotmail.com" target="_blank">gusjarrin@hotmail.com</a>&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: <a href="mailto:wgiron@gmail.com" target="_blank">wgiron@gmail.com</a> &lt;mailto:<a href="mailto:wgiron@gmail.com" target="_blank">wgiron@gmail.com</a>&gt;<br>&gt; &gt; To: <a href="mailto:spanish@lists.osgeo.org" target="_blank">spanish@lists.osgeo.org</a> &lt;mailto:<a href="mailto:spanish@lists.osgeo.org" target="_blank">spanish@lists.osgeo.org</a>&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;<a href="mailto:gusjarrin@hotmail.com" target="_blank">gusjarrin@hotmail.com</a><br>&gt; &gt; &lt;mailto:<a href="mailto:gusjarrin@hotmail.com" target="_blank">gusjarrin@hotmail.com</a>&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 &quot;tilecache.cgi&quot; por<br>&gt; &gt; &quot;tilecache.py&quot; 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: <a href="mailto:wgiron@gmail.com" target="_blank">wgiron@gmail.com</a> &lt;mailto:<a href="mailto:wgiron@gmail.com" target="_blank">wgiron@gmail.com</a>&gt;<br>

&gt; &gt; To: <a href="mailto:spanish@lists.osgeo.org" target="_blank">spanish@lists.osgeo.org</a> &lt;mailto:<a href="mailto:spanish@lists.osgeo.org" target="_blank">spanish@lists.osgeo.org</a>&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;<a href="mailto:wgiron@gmail.com" target="_blank">wgiron@gmail.com</a><br>

&gt; &gt; &lt;mailto:<a href="mailto:wgiron@gmail.com" target="_blank">wgiron@gmail.com</a>&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;<a href="mailto:gusjarrin@hotmail.com" target="_blank">gusjarrin@hotmail.com</a><br>&gt; &gt; &lt;mailto:<a href="mailto:gusjarrin@hotmail.com" target="_blank">gusjarrin@hotmail.com</a>&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: <a href="mailto:wgiron@gmail.com" target="_blank">wgiron@gmail.com</a> &lt;mailto:<a href="mailto:wgiron@gmail.com" target="_blank">wgiron@gmail.com</a>&gt;<br>

&gt; &gt; <br>&gt; &gt; To: <a href="mailto:spanish@lists.osgeo.org" target="_blank">spanish@lists.osgeo.org</a><br>&gt; &gt; &lt;mailto:<a href="mailto:spanish@lists.osgeo.org" target="_blank">spanish@lists.osgeo.org</a>&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;<a href="mailto:gusjarrin@hotmail.com" target="_blank">gusjarrin@hotmail.com</a><br>

&gt; &gt; &lt;mailto:<a href="mailto:gusjarrin@hotmail.com" target="_blank">gusjarrin@hotmail.com</a>&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; <a href="http://maptools.org/ms4w/index.phtml?page=downloads.html" target="_blank">http://maptools.org/ms4w/index.phtml?page=downloads.html</a><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: <a href="mailto:evaristogestoso@gmail.com" target="_blank">evaristogestoso@gmail.com</a><br>&gt; &gt; &lt;mailto:<a href="mailto:evaristogestoso@gmail.com" target="_blank">evaristogestoso@gmail.com</a>&gt;<br>

&gt; &gt; <br>&gt; &gt; To: <a href="mailto:spanish@lists.osgeo.org" target="_blank">spanish@lists.osgeo.org</a><br>&gt; &gt; &lt;mailto:<a href="mailto:spanish@lists.osgeo.org" target="_blank">spanish@lists.osgeo.org</a>&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;<a href="http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&amp;source=wlmailtagline" target="_blank">http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&amp;source=wlmailtagline</a>&gt;<br>

&gt; &gt; <br>&gt; &gt; _______________________________________________<br>&gt; &gt; Spanish mailing list<br>&gt; &gt; <a href="mailto:Spanish@lists.osgeo.org" target="_blank">Spanish@lists.osgeo.org</a><br>&gt; &gt; &lt;mailto:<a href="mailto:Spanish@lists.osgeo.org" target="_blank">Spanish@lists.osgeo.org</a>&gt;<br>

&gt; &gt; <a href="http://lists.osgeo.org/mailman/listinfo/spanish" target="_blank">http://lists.osgeo.org/mailman/listinfo/spanish</a><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;<a href="http://search.msn.com/results.aspx?q=windows+vista&amp;mkt=en-US&amp;form=QBRE" target="_blank">http://search.msn.com/results.aspx?q=windows+vista&amp;mkt=en-US&amp;form=QBRE</a>&gt;<br>

&gt; &gt; <br>&gt; &gt; _______________________________________________<br>&gt; &gt; Spanish mailing list<br>&gt; &gt; <a href="mailto:Spanish@lists.osgeo.org" target="_blank">Spanish@lists.osgeo.org</a> &lt;mailto:<a href="mailto:Spanish@lists.osgeo.org" target="_blank">Spanish@lists.osgeo.org</a>&gt;<br>

&gt; &gt; <a href="http://lists.osgeo.org/mailman/listinfo/spanish" target="_blank">http://lists.osgeo.org/mailman/listinfo/spanish</a><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;<a href="http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&amp;source=wlmailtagline" target="_blank">http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&amp;source=wlmailtagline</a>&gt;<br>

&gt; &gt; <br>&gt; &gt; _______________________________________________<br>&gt; &gt; Spanish mailing list<br>&gt; &gt; <a href="mailto:Spanish@lists.osgeo.org" target="_blank">Spanish@lists.osgeo.org</a> &lt;mailto:<a href="mailto:Spanish@lists.osgeo.org" target="_blank">Spanish@lists.osgeo.org</a>&gt;<br>

&gt; &gt; <a href="http://lists.osgeo.org/mailman/listinfo/spanish" target="_blank">http://lists.osgeo.org/mailman/listinfo/spanish</a><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&#39;s easy! Try it!<br>

&gt; &gt; &lt;<a href="http://spaces.live.com/spacesapi.aspx?wx_action=create&amp;wx_url=/friends.aspx&amp;mkt=en-us" target="_blank">http://spaces.live.com/spacesapi.aspx?wx_action=create&amp;wx_url=/friends.aspx&amp;mkt=en-us</a>&gt;<br>

&gt; &gt; <br>&gt; &gt; _______________________________________________<br>&gt; &gt; Spanish mailing list<br>&gt; &gt; <a href="mailto:Spanish@lists.osgeo.org" target="_blank">Spanish@lists.osgeo.org</a> &lt;mailto:<a href="mailto:Spanish@lists.osgeo.org" target="_blank">Spanish@lists.osgeo.org</a>&gt;<br>

&gt; &gt; <a href="http://lists.osgeo.org/mailman/listinfo/spanish" target="_blank">http://lists.osgeo.org/mailman/listinfo/spanish</a><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&#39;s easy! Try it!<br>

&gt; &gt; &lt;<a href="http://spaces.live.com/spacesapi.aspx?wx_action=create&amp;wx_url=/friends.aspx&amp;mkt=en-us" target="_blank">http://spaces.live.com/spacesapi.aspx?wx_action=create&amp;wx_url=/friends.aspx&amp;mkt=en-us</a>&gt;<br>

&gt; &gt; <br>&gt; &gt; _______________________________________________<br>&gt; &gt; Spanish mailing list<br>&gt; &gt; <a href="mailto:Spanish@lists.osgeo.org" target="_blank">Spanish@lists.osgeo.org</a> &lt;mailto:<a href="mailto:Spanish@lists.osgeo.org" target="_blank">Spanish@lists.osgeo.org</a>&gt;<br>

&gt; &gt; <a href="http://lists.osgeo.org/mailman/listinfo/spanish" target="_blank">http://lists.osgeo.org/mailman/listinfo/spanish</a><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;<a href="http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&amp;source=wlmailtagline" target="_blank">http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&amp;source=wlmailtagline</a>&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; <a href="mailto:Spanish@lists.osgeo.org" target="_blank">Spanish@lists.osgeo.org</a><br>&gt; &gt; <a href="http://lists.osgeo.org/mailman/listinfo/spanish" target="_blank">http://lists.osgeo.org/mailman/listinfo/spanish</a><br>

&gt; <br>&gt; <br>&gt; - --<br>&gt; Jorge Gaspar Sanz Salinas<br>&gt; Ingeniero en Geodesia y Cartografía<br>&gt; <a href="http://es.osgeo.org" target="_blank">http://es.osgeo.org</a><br>&gt; <a href="http://wiki.osgeo.org/wiki/Jorge_Sanz" target="_blank">http://wiki.osgeo.org/wiki/Jorge_Sanz</a><br>

&gt; <br>&gt; -----BEGIN PGP SIGNATURE-----<br>&gt; Version: GnuPG v1.4.9 (GNU/Linux)<br>&gt; Comment: Using GnuPG with Mozilla - <a href="http://enigmail.mozdev.org" target="_blank">http://enigmail.mozdev.org</a><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; <a href="mailto:Spanish@lists.osgeo.org" target="_blank">Spanish@lists.osgeo.org</a><br>&gt; <a href="http://lists.osgeo.org/mailman/listinfo/spanish" target="_blank">http://lists.osgeo.org/mailman/listinfo/spanish</a><br>

<br></div></div><hr>Explore the seven wonders of the world <a href="http://search.msn.com/results.aspx?q=7+wonders+world&amp;mkt=en-US&amp;form=QBRE" target="_blank">Learn more!</a></div>
<br>_______________________________________________<br>
Spanish mailing list<br>
<a href="mailto:Spanish@lists.osgeo.org" target="_blank">Spanish@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/spanish" target="_blank">http://lists.osgeo.org/mailman/listinfo/spanish</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Walter Girón<br>4341-3225<br><br></div></div><hr><div class="im">Discover the new Windows Vista <a href="http://search.msn.com/results.aspx?q=windows+vista&amp;mkt=en-US&amp;form=QBRE" target="_blank">Learn more!</a></div>
</div>
<br>_______________________________________________<br>
Spanish mailing list<br>
<a href="mailto:Spanish@lists.osgeo.org">Spanish@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/spanish" target="_blank">http://lists.osgeo.org/mailman/listinfo/spanish</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Walter Girón<br>4341-3225<br>