<!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 bgcolor="#ffffff" text="#000000">
    Hola a todos.<br>
    Estoy usando el mapserver donde se conecta con mi base de datos
    postgres usando postgis. Eso funciona bien. <br>
    Uso openlayer con una capa WFS y luego coloco es capa al mapa. Me
    genera correctamente el archivo gml que probe guardando ese
    documento y usando una capa gml (OpenLayers.Layer.GML) para
    verificar su hizo correctamente. Ahi me di cuenta que hace bien . El
    inconveninete que tengo es que al usar el layer WFS no me despliega
    los datos, pero me genero bien el gml. Que puede estar pasando?. que
    me faltaría realizar??<br>
    <br>
    <br>
    <br>
    Les dejo el layer WFS que utilizo, su estilo<br>
    <br>
            marcarCalleUnica = new OpenLayers.Layer.WFS("Calles",
    <a class="moz-txt-link-rfc2396E" href="http://192.168.1.114/cgi-bin/mapserv?map=/var/www/MapServer/fuentes/mapaAsuncion2_1.map">"http://192.168.1.114/cgi-bin/mapserv?map=/var/www/MapServer/fuentes/mapaAsuncion2_1.map"</a>,
    {<br>
                    typename: 'calle_unica',<br>
                    //isBaseLayer: 'true',<br>
                    isBaseLayer: 'false',<br>
                    extractAttributes: 'true',<br>
                    //maxfeatures: 200,<br>
                    filter:
"<Filter><PropertyIsEqualTo><PropertyName>calle</PropertyName><Literal>SICILIA</Literal></PropertyIsEqualTo></Filter>",<br>
                    version: "1.0.0"<br>
                });<br>
    <br>
                marcarCalleUnica.style = OpenLayers.Util.applyDefaults({<br>
                    strokeColor: "#ff0000"}, <br>
                    OpenLayers.Feature.Vector.style["default"]<br>
                ); <br>
    <br>
    <br>
mapa.addLayers([layer_calles_asuncion,marcarCalleUnica,marcarCalleUnicaGML]);<br>
    <br>
    <br>
    <br>
    Busco mucho por todos lados y no consigo encontrar el problema. No
    se si existe otra manera de realizar esto. muchas gracias por todo<br>
    <br>
    saludos, jose<br>
    <div style="bottom: auto; left: 0px; right: auto; top: 0px;"
      class="translator-theme-default" id="translator-floating-panel">
      <div title="Clic para traducir"
        id="translator-floating-panel-button"></div>
    </div>
  </body>
</html>