<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
    <link href="chrome://translator/skin/floatingPanel.css"
      type="text/css" rel="stylesheet">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    Hola a todos.<br>
    Estoy desarrollando un mapa interactivo usando openlayer, mapserver,
    postgresql (postgis). Usando el Openlayer me dibuja la capa que esta
    en el map. Eso me sale sin problemas. Puedo desplazarme, etc. El
    problema que tengo es cuando hago un query en el openlayer. Me manda
    y encuentra lo que busco, me genera la imagen (png), peroo no me
    aparece esa imagen en el openlayer. Pero la imagen se crea. Creo que
    tiene que ver el tema de los templates pero no se si es eso. Si me
    pueden ayudar. Estoy probando de todas las formas y no me sale.<br>
    Asi tengo para enviar el query al mapserver:<br>
    <br>
    // Creamos las capas<br>
    layer_calles_asuncion = new OpenLayers.Layer.WMS("Calles de
    Asuncion",
    <a class="moz-txt-link-rfc2396E" href="http://192.168.1.114/cgi-bin/mapserv?map=/var/www/MapServer/fuentes/mapaAsuncion2.map">"http://192.168.1.114/cgi-bin/mapserv?map=/var/www/MapServer/fuentes/mapaAsuncion2.map"</a>,
    {<br>
    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; //layers:
'calles_asuncion_tipoA,calles_asuncion_tipoC,barrios_asuncion,loteasuregion',<br>
    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; layers: 'calle_unica',<br>
    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; mode: 'itemquery',<br>
    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; qstring: "calle='CHILE'",<br>
    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; qlayer: 'calle_unica',<br>
    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; format: 'image/png',<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; transparent: false<br>
    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; },{<br>
    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; isBaseLayer: true<br>
    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; });<br>
    <br>
    <br>
    Si comento el mode, qstring y qlayer, me sale bien en el openlayer,
    pero si los dejo, no me sale. <br>
    <br>
    muchas gracias a todos<br>
    Saludos, jose<br>
    <br>
    <div style="bottom: auto; left: 0px; right: auto; top: 160px;
      display: none;" class="translator-theme-default"
      id="translator-floating-panel">
      <div title="Clic para traducir"
        id="translator-floating-panel-button"></div>
    </div>
  </body>
</html>