<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hi,<br>
    <br>
    &nbsp; Could you please explain in small details what do you want to do
    with this layer and why you chose to display it as a vector layer ?&nbsp;
    That would help us understand your need and what further tips to
    give.<br>
    <br>
    Kind regards,<br>
    <br>
    Alexandre<br>
    <br>
    <br>
    On 11-05-13 07:41 AM, tmartinh wrote:
    <blockquote
      cite="mid:BANLkTi=nJq0j__GcE52gdECfNvHxrCEZpQ@mail.gmail.com"
      type="cite">Hi alll again and specially Alexandre,<br>
      <br>
      Yesterday I was trying your solution from a remote workspace using
      VPN connection. Today, bck into the office, I saw your solution is
      correct and my problem is solved.<br>
      Anyway, maybe due to a big number of features to render,
      performance in my explorer is slow.. I guess I will have to find
      ways to improve it.. any tips?<br>
      <br>
      Thank you very much for your help!<br>
      <br>
      <div class="gmail_quote">2011/5/12 Alexandre Dub&eacute; [via OSGeo.org]
        <span dir="ltr">&lt;<a moz-do-not-send="true"
            href="/user/SendEmail.jtp?type=node&amp;node=6359106&amp;i=0"
            target="_top" rel="nofollow" link="external">[hidden email]</a>&gt;</span><br>
        <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
          0.8ex; border-left: 1px solid rgb(204, 204, 204);
          padding-left: 1ex;"> Hi,
          <br>
          <br>
          &nbsp; &nbsp;In your gml, you can see :
          <br>
          &nbsp; &nbsp; &nbsp;xmlns:ms="<a moz-do-not-send="true"
            href="http://mapserver.gis.umn.edu/mapserver%22"
            rel="nofollow" link="external" target="_blank">http://mapserver.gis.umn.edu/mapserver"</a><br>
          <br>
          &nbsp; &nbsp;so try to set :
          <br>
          <br>
          &nbsp; &nbsp; var molleres = new OpenLayers.Layer.Vector("molleres", {
          <br>
          &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;strategies: [new OpenLayers.Strategy.BBOX()],
          <br>
          &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;protocol: new OpenLayers.Protocol.WFS({
          <br>
          &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;url:
          <br>
          "<a moz-do-not-send="true"
href="http://molleres/cgi-bin/mapserv?map=/var/www/molleres/application/maps/molleres.map%22"
            rel="nofollow" link="external" target="_blank">http://molleres/cgi-bin/mapserv?map=/var/www/molleres/application/maps/molleres.map"</a>,
          <br>
          &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;featureType: "molleres",
          <br>
          &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;featureNS: "<a moz-do-not-send="true"
            href="http://mapserver.gis.umn.edu/mapserver%22"
            rel="nofollow" link="external" target="_blank">http://mapserver.gis.umn.edu/mapserver"</a><br>
          &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;}),
          <br>
          &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;renderers: renderer
          <br>
          &nbsp; &nbsp; &nbsp;});
          <br>
          <br>
          <br>
          &nbsp; &nbsp;Does that help ?
          <br>
          <br>
          Regards,
          <br>
          <br>
          Alexandre
          <br>
          <br>
          On 11-05-12 12:13 PM, tmartinh wrote:
          <div>
            <div class="shrinkable-quote"><br>
              &gt; Hi all,
              <br>
              &gt;
              <br>
              &gt; I have been struggling to make the following setup
              work.
              <br>
              &gt;
              <br>
              &gt; Mapserver 5.6.6 + Postgis + Openlayers and trying to
              display a WFS layer
              <br>
              &gt; with no success. Nothing gets rendered on the screen.
              <br>
              &gt;
              <br>
              &gt; Here is my configs:
              <br>
              &gt;
              <br>
              &gt; Mapfile
              <br>
              &gt;
              <br>
              &gt; MAP
              <br>
              &gt; &nbsp; &nbsp;NAME INSPECCIONS_REDUIT # Nom del mapa
              <br>
              &gt; &nbsp; &nbsp;STATUS ON
              <br>
              &gt; &nbsp; &nbsp;SIZE 600 600
              <br>
              &gt; &nbsp; &nbsp;EXTENT 521500 15000 556500 40000 # Extent del mapa
              <br>
              &gt; &nbsp; &nbsp;UNITS METERS
              <br>
              &gt; &nbsp; &nbsp;SHAPEPATH "data" # Carpeta o hi ha les dades SIG
              <br>
              &gt; &nbsp; &nbsp;IMAGECOLOR 255 255 255
              <br>
              &gt; &nbsp; &nbsp;IMAGETYPE PNG
              <br>
              &gt;
              <br>
              &gt;
              <br>
              &gt; OUTPUTFORMAT # Format de sortida de la imatge
              <br>
              &gt; &nbsp; &nbsp; NAME png
              <br>
              &gt; &nbsp;DRIVER "GD/PNG"
              <br>
              &gt; &nbsp;MIMETYPE "image/png"
              <br>
              &gt; &nbsp;IMAGEMODE RGB #PC256
              <br>
              &gt; &nbsp;EXTENSION "png"
              <br>
              &gt; &nbsp;FORMATOPTION "INTERLACE=OFF"
              <br>
              &gt; END
              <br>
              &gt;
              <br>
              &gt;
              <br>
              &gt; &nbsp; &nbsp;# Projecci&#65533; corresponent a Andorra dsegons el codi
              EPSG: 27573
              <br>
              &gt;
              <br>
              &gt; &nbsp; &nbsp; PROJECTION
              <br>
              &gt; &nbsp; &nbsp; &nbsp; "init=epsg:27573"
              <br>
              &gt; &nbsp; &nbsp; END
              <br>
              &gt;
              <br>
              &gt; &nbsp; &nbsp;#
              <br>
              &gt; &nbsp; &nbsp;# Definici&#65533; de les dades WMS
              <br>
              &gt; &nbsp; &nbsp;#
              <br>
              &gt; &nbsp; &nbsp; &nbsp;WEB
              <br>
              &gt; IMAGEPATH "/var/www/molleres/public/img/map/"
              <br>
              &gt; &nbsp; &nbsp; IMAGEURL "/img/map/"
              <br>
              &gt;
              <br>
              &gt; &nbsp; &nbsp; &nbsp;METADATA
              <br>
              &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;"wfs_title" &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;"WFS Demo
              Server for MapServer" ##
              <br>
              &gt; REQUIRED
              <br>
              &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;"wfs_onlineresource"
              <br>
              &gt; "<a moz-do-not-send="true"
href="http://molleres/cgi-bin/mapserv?map=/var/www/molleres/application/maps/molleres.map%22"
                rel="nofollow" link="external" target="_blank">http://molleres/cgi-bin/mapserv?map=/var/www/molleres/application/maps/molleres.map"</a></div>
            &gt; ## Recommended
            <div class="shrinkable-quote"><br>
              &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;"wfs_srs" &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;"EPSG:27573" ##
              Recommended
              <br>
              &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;"wfs_abstract" &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; "This text
              describes my WFS service."
              <br>
              &gt; ## Recommended
              <br>
              &gt; &nbsp; &nbsp; &nbsp;END
              <br>
              &gt;
              <br>
              &gt; &nbsp; &nbsp;END
              <br>
              &gt;
              <br>
              &gt; &nbsp; &nbsp;SYMBOL
              <br>
              &gt; &nbsp; &nbsp; &nbsp;NAME 'circle'
              <br>
              &gt; &nbsp; &nbsp; &nbsp;TYPE ELLIPSE
              <br>
              &gt; &nbsp; &nbsp; &nbsp;POINTS 1 1 END
              <br>
              &gt; &nbsp; &nbsp; &nbsp;FILLED TRUE
              <br>
              &gt; &nbsp; &nbsp;END
              <br>
              &gt;
              <br>
              &gt; &nbsp; &nbsp;SYMBOL
              <br>
              &gt; &nbsp; &nbsp; &nbsp;NAME 'rectangle'
              <br>
              &gt; &nbsp; &nbsp; &nbsp;TYPE HATCH
              <br>
              &gt; &nbsp; &nbsp; &nbsp;POINTS 1 1 END
              <br>
              &gt; &nbsp; &nbsp; &nbsp;FILLED TRUE
              <br>
              &gt; &nbsp; &nbsp;END
              <br>
              &gt;
              <br>
              &gt; &nbsp; &nbsp;SYMBOL
              <br>
              &gt; &nbsp; &nbsp;NAME 'rectangle-train'
              <br>
              &gt; &nbsp; &nbsp;TYPE VECTOR
              <br>
              &gt; &nbsp; &nbsp;POINTS
              <br>
              &gt; &nbsp; &nbsp; &nbsp;0 0
              <br>
              &gt; &nbsp; &nbsp; &nbsp;0 0.6
              <br>
              &gt; &nbsp; &nbsp; &nbsp;1 0.6
              <br>
              &gt; &nbsp; &nbsp; &nbsp;1 0
              <br>
              &gt; &nbsp; &nbsp; &nbsp;0 0
              <br>
              &gt; &nbsp; &nbsp;END
              <br>
              &gt; &nbsp; &nbsp;FILLED TRUE
              <br>
              &gt; &nbsp; &nbsp;STYLE
              <br>
              &gt; &nbsp; &nbsp; &nbsp;8 12 8 12
              <br>
              &gt; &nbsp; &nbsp;END
              <br>
              &gt; END
              <br>
              &gt;
              <br>
              &gt; # LEGEND object
              <br>
              &gt; LEGEND
              <br>
              &gt; &nbsp; &nbsp;STATUS ON
              <br>
              &gt; &nbsp; &nbsp;KEYSIZE 18 12
              <br>
              &gt; &nbsp; &nbsp;# LABEL object
              <br>
              &gt; &nbsp; &nbsp;LABEL
              <br>
              &gt; &nbsp; &nbsp; &nbsp;TYPE BITMAP
              <br>
              &gt; &nbsp; &nbsp; &nbsp;SIZE MEDIUM
              <br>
              &gt; &nbsp; &nbsp; &nbsp;COLOR 0 0 89
              <br>
              &gt; &nbsp; &nbsp;END
              <br>
              &gt; &nbsp; &nbsp;#TEMPLATE "templates/legend.html" &nbsp;### HTML
              template file
              <br>
              &gt; END
              <br>
              &gt;
              <br>
              &gt;
              <br>
              &gt;
              <br>
              &gt;
              <br>
              &gt; ##################
              <br>
              &gt; # molleres
              <br>
              &gt; ##################
              <br>
              &gt; LAYER
              <br>
              &gt; &nbsp; &nbsp;NAME "molleres"
              <br>
              &gt; &nbsp; &nbsp;METADATA
              <br>
              &gt; &nbsp; &nbsp; &nbsp;"wfs_title" &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; "Molleres" ##REQUIRED
              <br>
              &gt; &nbsp; &nbsp; &nbsp;"wfs_srs" &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; "EPSG:27573" ## REQUIRED
              <br>
              &gt; &nbsp; &nbsp; &nbsp;"gml_include_items" &nbsp; &nbsp; "all" ## Optional
              (serves all attributes for
              <br>
              &gt; layer)
              <br>
              &gt; &nbsp; &nbsp; &nbsp;"gml_featureid" &nbsp; &nbsp; &nbsp; &nbsp; "gid" ## REQUIRED
              <br>
              &gt; &nbsp; &nbsp;END
              <br>
              &gt; &nbsp; &nbsp;TYPE POLYGON
              <br>
              &gt; &nbsp; &nbsp;STATUS ON
              <br>
              &gt; &nbsp; &nbsp;CONNECTIONTYPE POSTGIS
              <br>
              &gt; &nbsp; &nbsp;CONNECTION 'user=postgres password=***
              dbname=molleres host=172.16.3.240
              <br>
              &gt; port=5432'
              <br>
              &gt; &nbsp; &nbsp;DATA "the_geom from gis_schema.molleres_geom using
              SRID=27573 using unique
              <br>
              &gt; gid"
              <br>
              &gt; &nbsp; &nbsp;PROJECTION
              <br>
              &gt; &nbsp; &nbsp; &nbsp;"init=epsg:27573"
              <br>
              &gt; &nbsp; &nbsp;END
              <br>
              &gt; &nbsp; &nbsp;DUMP TRUE &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ## REQUIRED
              <br>
              &gt; &nbsp; &nbsp;CLASS
              <br>
              &gt; &nbsp; &nbsp; &nbsp; &nbsp;STYLE
              <br>
              &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;COLOR 255 128 0
              <br>
              &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;SYMBOL 'rectangle-train'
              <br>
              &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;SIZE 10
              <br>
              &gt; &nbsp; &nbsp; &nbsp; &nbsp;END
              <br>
              &gt; &nbsp; &nbsp;END
              <br>
              &gt; END #layer
              <br>
              &gt;
              <br>
              &gt;
              <br>
              &gt; END # Map File
              <br>
              &gt;
              <br>
              &gt; Openlayers
              <br>
              &gt;
              <br>
              &gt; var molleres = new
              OpenLayers.Layer.Vector("molleres", {
              <br>
              &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;strategies: [new
              OpenLayers.Strategy.BBOX()],
              <br>
              &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;protocol: new OpenLayers.Protocol.WFS({
              <br>
              &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;url:
              <br>
              &gt; "<a moz-do-not-send="true"
href="http://molleres/cgi-bin/mapserv?map=/var/www/molleres/application/maps/molleres.map%22"
                rel="nofollow" link="external" target="_blank">http://molleres/cgi-bin/mapserv?map=/var/www/molleres/application/maps/molleres.map"</a>,
              <br>
              &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;featureType: "molleres",
              <br>
              &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;featureNS: "<a moz-do-not-send="true"
                href="http://molleres%22" rel="nofollow" link="external"
                target="_blank">http://molleres"</a><br>
              &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;}),
              <br>
              &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;renderers: renderer
              <br>
              &gt; &nbsp; &nbsp; &nbsp;});
              <br>
              &gt;
              <br>
              &gt; Please note that this is an internal development
              server reason why URL is
              <br>
              &gt; not compliant with W3C standards. (no .com or
              whatever)
              <br>
              &gt;
              <br>
              &gt; I have tried with several different options in my
              mapfile and openlayers but
              <br>
              &gt; no success.
              <br>
              &gt;
              <br>
              &gt; Also find attached my server answer I got from
              firebug which looks fine.. I
              <br>
              &gt; guess.
              <br>
              &gt;
              <br>
              &gt; &lt;?xml version='1.0' encoding="ISO-8859-1" ?&gt;
              <br>
              &gt; &lt;wfs:FeatureCollection
              <br>
              &gt; &nbsp; &nbsp; xmlns:ms="<a moz-do-not-send="true"
                href="http://mapserver.gis.umn.edu/mapserver%22"
                rel="nofollow" link="external" target="_blank">http://mapserver.gis.umn.edu/mapserver"</a><br>
              &gt; &nbsp; &nbsp; xmlns:wfs="<a moz-do-not-send="true"
                href="http://www.opengis.net/wfs%22" rel="nofollow"
                link="external" target="_blank">http://www.opengis.net/wfs"</a></div>
            &gt; &nbsp; &nbsp; xmlns:gml="<a moz-do-not-send="true"
              href="http://www.opengis.net/gml%22" rel="nofollow"
              link="external" target="_blank">http://www.opengis.net/gml"</a><br>
            &gt; &nbsp; &nbsp; xmlns:ogc="<a moz-do-not-send="true"
              href="http://www.opengis.net/ogc%22" rel="nofollow"
              link="external" target="_blank">http://www.opengis.net/ogc"</a><br>
            &gt; &nbsp; &nbsp; xmlns:xsi="<a moz-do-not-send="true"
              href="http://www.w3.org/2001/XMLSchema-instance%22"
              rel="nofollow" link="external" target="_blank">http://www.w3.org/2001/XMLSchema-instance"</a><br>
            &gt; &nbsp; &nbsp; xsi:schemaLocation="<a moz-do-not-send="true"
              href="http://www.opengis.net/wfs" rel="nofollow"
              link="external" target="_blank">http://www.opengis.net/wfs</a><br>
            &gt; <a moz-do-not-send="true"
              href="http://schemas.opengis.net/wfs/1.0.0/WFS-basic.xsd"
              rel="nofollow" link="external" target="_blank">http://schemas.opengis.net/wfs/1.0.0/WFS-basic.xsd</a><br>
            &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a moz-do-not-send="true"
              href="http://mapserver.gis.umn.edu/mapserver"
              rel="nofollow" link="external" target="_blank">http://mapserver.gis.umn.edu/mapserver</a><br>
            &gt; <a moz-do-not-send="true"
href="http://molleres/cgi-bin/mapserv?map=/var/www/molleres/application/maps/molleres.map&amp;SERVICE=WFS&amp;VERSION=1.0.0&amp;REQUEST=DescribeFeatureType&amp;TYPENAME=feature:molleres&amp;OUTPUTFORMAT=XMLSCHEMA%22%3E"
              rel="nofollow" link="external" target="_blank">http://molleres/cgi-bin/mapserv?map=/var/www/molleres/application/maps/molleres.map&amp;amp;SERVICE=WFS&amp;amp;VERSION=1.0.0&amp;amp;REQUEST=DescribeFeatureType&amp;amp;TYPENAME=feature:molleres&amp;amp;OUTPUTFORMAT=XMLSCHEMA"&gt;</a><br>
            &gt; &nbsp; &nbsp; &nbsp; &nbsp;&lt;gml:boundedBy&gt;
            <div class="shrinkable-quote"><br>
              &gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;gml:Box srsName="EPSG:27573"&gt;
              <br>
              &gt; &nbsp; &nbsp; &nbsp; &nbsp;
              &lt;gml:coordinates&gt;524801.051446,17249.106218
              <br>
              &gt; 554734.725738,39483.294751&lt;/gml:coordinates&gt;
              <br>
              &gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/gml:Box&gt;
              <br>
              &gt; &nbsp; &nbsp; &nbsp; &nbsp;&lt;/gml:boundedBy&gt;
              <br>
              &gt; &nbsp; &nbsp; &nbsp;&lt;gml:featureMember&gt;
              <br>
              &gt; &nbsp; &nbsp; &nbsp; &nbsp;&lt;ms:molleres fid="molleres.1"&gt;
              <br>
              &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;gml:boundedBy&gt;
              <br>
              &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;gml:Box srsName="EPSG:27573"&gt;
              <br>
              &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
              &lt;gml:coordinates&gt;540182.891043,20436.589901
              <br>
              &gt; 540206.224092,20489.562228&lt;/gml:coordinates&gt;
              <br>
              &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/gml:Box&gt;
              <br>
              &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;/gml:boundedBy&gt;
              <br>
              &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;ms:msGeometry&gt;
              <br>
              &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;gml:Polygon srsName="EPSG:27573"&gt;
              <br>
              &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;gml:outerBoundaryIs&gt;
              <br>
              &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;gml:LinearRing&gt;
              <br>
              &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
              &nbsp;&lt;gml:coordinates&gt;540193.191218,20489.562228
              <br>
              &gt; 540206.224092,20483.991726 540203.386289,20475.688524
              <br>
              &gt; 540197.815786,20467.280218 540195.083086,20457.925977
              <br>
              &gt; 540192.245283,20450.463606 540187.620715,20445.839037
              <br>
              &gt; 540187.620715,20439.322600 540183.836977,20436.589901
              <br>
              &gt; 540182.891043,20444.893103 540183.836977,20456.980043
              <br>
              &gt; 540187.620715,20471.904786 540191.299349,20480.313092
              <br>
              &gt; 540193.191218,20489.562228
              540193.191218,20489.562228&lt;/gml:coordinates&gt;
              <br>
              &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;/gml:LinearRing&gt;
              <br>
              &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;/gml:outerBoundaryIs&gt;
              <br>
              &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;/gml:Polygon&gt;
              <br>
              &gt; ...
              <br>
              &gt;
              <br>
              &gt; Any help is really appreciated. I really don't know
              where to go further now.
              <br>
              &gt;
              <br>
              &gt; Best regards
              <br>
              &gt;
              <br>
              &gt; --
              <br>
              &gt; View this message in context: <a
                moz-do-not-send="true"
href="http://osgeo-org.1803224.n2.nabble.com/WFS-layer-from-Mapserver-not-displaying-tp6356333p6356333.html"
                rel="nofollow" link="external" target="_blank">http://osgeo-org.1803224.n2.nabble.com/WFS-layer-from-Mapserver-not-displaying-tp6356333p6356333.html</a></div>
            &gt; Sent from the OpenLayers Users mailing list archive at
            Nabble.com.
            <br>
            &gt; _______________________________________________
            <br>
            &gt; Users mailing list
            <br>
            &gt; <a moz-do-not-send="true"
              href="http://user/SendEmail.jtp?type=node&amp;node=6356398&amp;i=0"
              rel="nofollow" link="external" target="_blank">[hidden
              email]</a>
            <br>
            &gt; <a moz-do-not-send="true"
              href="http://lists.osgeo.org/mailman/listinfo/openlayers-users"
              rel="nofollow" link="external" target="_blank">http://lists.osgeo.org/mailman/listinfo/openlayers-users</a></div>
          <br>
          <br>
          -- <br>
          Alexandre Dub&eacute;
          <br>
          Mapgears
          <br>
          <a moz-do-not-send="true" href="http://www.mapgears.com"
            target="_blank" rel="nofollow" link="external">www.mapgears.com</a>
          <br>
          <br>
          _______________________________________________
          <br>
          Users mailing list
          <br>
          <a moz-do-not-send="true"
            href="http://user/SendEmail.jtp?type=node&amp;node=6356398&amp;i=1"
            rel="nofollow" link="external" target="_blank">[hidden
            email]</a>
          <br>
          <a moz-do-not-send="true"
            href="http://lists.osgeo.org/mailman/listinfo/openlayers-users"
            rel="nofollow" link="external" target="_blank">http://lists.osgeo.org/mailman/listinfo/openlayers-users</a><br>
          <br>
          <br>
          <hr color="#cccccc" noshade="noshade" size="1">
          <div style="color: rgb(68, 68, 68); font: 12px
            tahoma,geneva,helvetica,arial,sans-serif;">
            <div style="font-weight: bold;">If you reply to this email,
              your message will be added to the discussion below:</div>
            <a moz-do-not-send="true"
href="http://osgeo-org.1803224.n2.nabble.com/WFS-layer-from-Mapserver-not-displaying-tp6356333p6356398.html"
              target="_blank" rel="nofollow" link="external">http://osgeo-org.1803224.n2.nabble.com/WFS-layer-from-Mapserver-not-displaying-tp6356333p6356398.html</a>
          </div>
          <div style="color: rgb(102, 102, 102); font: 11px
            tahoma,geneva,helvetica,arial,sans-serif; margin-top:
            0.4em;"> To unsubscribe from WFS layer from Mapserver not
            displaying, <a moz-do-not-send="true" href=""
              target="_blank" rel="nofollow" link="external">click here</a>.
          </div>
        </blockquote>
      </div>
      <br>
      <br>
      <hr align="left" width="300">
      View this message in context: <a moz-do-not-send="true"
href="http://osgeo-org.1803224.n2.nabble.com/WFS-layer-from-Mapserver-not-displaying-tp6356333p6359106.html">Re:
        WFS layer from Mapserver not displaying</a><br>
      Sent from the <a moz-do-not-send="true"
href="http://osgeo-org.1803224.n2.nabble.com/OpenLayers-Users-f1822463.html">OpenLayers
        Users mailing list archive</a> at Nabble.com.<br>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@lists.osgeo.org">Users@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/openlayers-users">http://lists.osgeo.org/mailman/listinfo/openlayers-users</a>
</pre>
    </blockquote>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Alexandre Dub&eacute;
Mapgears
<a class="moz-txt-link-abbreviated" href="http://www.mapgears.com">www.mapgears.com</a>
</pre>
  </body>
</html>