Excelente, <br> Gracias por alimentar el post, y que todos puedan aprovechar.<br><br>Saludos<br>Laurent<br><br><div class="gmail_quote">2011/4/8 florencia.bujan <span dir="ltr"><<a href="mailto:florita026@gmail.com">florita026@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Buenos días,<br>
<br>
Te cuento lo que yo hice para que me funcione.<br>
Es una capa de polígonos llamada "Departamentos" que al hacer click sobre un<br>
polígono se muestran datos de la base de datos de dicha tabla.<br>
Te paso el código de cada parte. El contenido del popup lo debes hacer en un<br>
archivo aparte html que en mi caso se encuentra en la carpeta "popups" en el<br>
archivo "departamentos.html".<br>
<br>
*ARCHIVO .MAP*<br>
<div class="im"># Capa de Departamentos<br>
LAYER<br>
CONNECTIONTYPE postgis<br>
NAME "Departamentos"<br>
STATUS on<br>
</div>LABELITEM "nombre"<br>
LABELMAXSCALE 2000000<br>
<div class="im">PROCESSING "LABEL_NO_CLIP=ON"<br>
</div>PROCESSING "CLOSE_CONNECTION=DEFER"<br>
CONNECTION "user=xx password=xx dbname=xx host=xx"<br>
DATA "the_geom FROM departamentos as departamentos USING UNIQUE GID USING<br>
<div class="im">SRID=-1"<br>
DUMP True<br>
TYPE POLYGON<br>
METADATA<br>
</div><div class="im"> "wms_title" "Departamentos"<br>
"wms_srs" "EPSG:4326"<br>
"wms_name" "Departamentos"<br>
"wms_server_version" "1.1.1"<br>
</div> "wms_format" "image/png"<br>
<div class="im"> "wms_include_items" "all"<br>
END<br>
</div> TEMPLATE "popups/departamentos.html"<br>
<div class="im"> CLASS<br>
STYLE<br>
COLOR 0 99 0<br>
OUTLINECOLOR 0 0 0<br>
END<br>
END<br>
END<br>
<br>
</div>*ARCHIVO Departamentos.html (popup): En este archivo ponés entre paréntesis<br>
rectos los nombres de las columnas de tu tabla en la base de datos*<br>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "<br>
<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" target="_blank">http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd</a>"><br>
<html xmlns="<a href="http://www.w3.org/1999/xhtml" target="_blank">http://www.w3.org/1999/xhtml</a>" xml:lang="en" lang="en"><br>
<head><br>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><br>
</head><br>
<body><br>
<table border=1 cellspacing=0 cellpadding=2 align=center width=80%><br>
<tr><br>
<td><br>
<font size=1><b>Nombre: </b></font><br>
</td><br>
<td><br>
<font size=1>[nombre]</font><br>
</td><br>
</tr><br>
<tr><br>
<td><br>
<font size=1><b>Cabecera: </b></font><br>
</td><br>
<td><br>
<font size=1>[cabecera]</font><br>
</td><br>
</tr><br>
</table><br>
</body><br>
</html><br>
<br>
*Archivo OpenLayers:*<br>
<div class="im">var layerRegional = new OpenLayers.Layer.WMS('Departamentos',<br>
</div>'<a href="http://localhost/cgi-bin/mapserv.exe?map=../htdocs/GISManager/mapa.map" target="_blank">http://localhost/cgi-bin/mapserv.exe?map=../htdocs/GISManager/mapa.map</a>",<br>
<div class="im"> {layers:'Departamentos', format: 'image/png',<br>
</div>transparent:true, gutter: 15},<br>
{opacity:0.6, displayInLayerSwitcher: false }<br>
);<br>
map.addLayer(layerRegional);<br>
<div class="im">info = new OpenLayers.Control.WMSGetFeatureInfo({<br>
url: '<br>
</div><a href="http://localhost/cgi-bin/mapserv.exe?map=../htdocs/GISManager/mapa.map" target="_blank">http://localhost/cgi-bin/mapserv.exe?map=../htdocs/GISManager/mapa.map</a>",<br>
title: 'Click',<br>
<div class="im"> layers: [layerRegional],<br>
queryVisible: true,<br>
eventListeners: {<br>
getfeatureinfo: function(event) {<br>
map.addPopup(new OpenLayers.Popup.FramedCloud(<br>
"chicken",<br>
map.getLonLatFromPixel(event.xy),<br>
null,<br>
event.text,<br>
null,<br>
true<br>
));<br>
}<br>
}<br>
});<br>
map.addControl(info);<br>
info.activate();<br>
<br>
<br>
</div>Eso sería todo.<br>
Cualquier consulta que tengas no dudes en preguntarme.<br>
<br>
Saludos!<br>
Florencia<br>
<br>
El 7 de abril de 2011 16:53, webmapping [via OSGeo.org] <<br>
<a href="mailto:ml-node%2B6251341-1926894468-295788@n2.nabble.com">ml-node+6251341-1926894468-295788@n2.nabble.com</a>> escribió:<br>
<br>
> Hola<br>
><br>
> Estoy realizando tus mismos pasos con el popup de openlayers, para mi<br>
> visor, pero al momento de dar click en un punto me arroja es el contenido<br>
> del archivo proxy.cgi, quisiera saber si algo anda mal, o serán problemas de<br>
> configuración, cualquier ayuda, opinión se los agradeceré....<br>
><br>
> De antemano muchas gracias<br>
><br>
> ------------------------------<br>
> If you reply to this email, your message will be added to the discussion<br>
> below:<br>
><br>
> <a href="http://osgeo-org.1803224.n2.nabble.com/Problema-con-popup-en-capa-MapServer-tp5655608p6251341.html" target="_blank">http://osgeo-org.1803224.n2.nabble.com/Problema-con-popup-en-capa-MapServer-tp5655608p6251341.html</a><br>
> To unsubscribe from Problema con popup en capa MapServer, click here<<a href="http://osgeo-org.1803224.n2.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=5655608&code=Zmxvcml0YTAyNkBnbWFpbC5jb218NTY1NTYwOHwtMTA5MjA5NTEwMA==" target="_blank">http://osgeo-org.1803224.n2.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=5655608&code=Zmxvcml0YTAyNkBnbWFpbC5jb218NTY1NTYwOHwtMTA5MjA5NTEwMA==</a>>.<br>
><br>
><br>
<br>
<br>
--<br>
View this message in context: <a href="http://osgeo-org.1803224.n2.nabble.com/Problema-con-popup-en-capa-MapServer-tp5655608p6253342.html" target="_blank">http://osgeo-org.1803224.n2.nabble.com/Problema-con-popup-en-capa-MapServer-tp5655608p6253342.html</a><br>
<div class="im">Sent from the OSGeo Spanish Local Chapter mailing list archive at Nabble.com.<br>
_______________________________________________<br>
Spanish mailing list<br>
</div><div class="im"><a href="http://lists.osgeo.org/mailman/listinfo/spanish" target="_blank">http://lists.osgeo.org/mailman/listinfo/spanish</a><br>
</div><a href="http://es.osgeo.org" target="_blank">http://es.osgeo.org</a><br>
<a href="http://twitter.com/osgeoes" target="_blank">http://twitter.com/osgeoes</a><br>
</blockquote></div><br>