Ok. I&#39;ve modified the code this way (the red one):<div><br></div><div><div>            <font class="Apple-style-span" face="&#39;courier new&#39;, monospace">var opciones = {</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">                    projection:&quot;EPSG:4230&quot;,</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">                    <font class="Apple-style-span" color="#FF0000">units:&quot;dd&quot;,</font></font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">                    maxExtent:new OpenLayers.Bounds(-3,37,0,39)</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">                };</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">            map = new OpenLayers.Map(&#39;map&#39;, opciones);            </font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><br></font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">            var sigpac_layer = new OpenLayers.Layer.WMS(</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">                &quot;PNOA&quot;, </font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">                &quot;<a href="http://www.idee.es/wms/PNOA/PNOA">http://www.idee.es/wms/PNOA/PNOA</a>&quot;, </font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">                {</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">                    layers:&quot;pnoa&quot;, </font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">                    version:&quot;1.1.1&quot;,</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">                    format:&quot;image/png&quot;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">                }, </font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">                {</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">                    projection:&quot;EPSG:4230&quot;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">                });</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">            map.addLayer(sigpac_layer);</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><br></font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">            var mapserver_layer = new OpenLayers.Layer.WMS(</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">                &#39;Murcia&#39;,</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">                &#39;<a href="http://localhost/cgi-bin/mapserv.exe">http://localhost/cgi-bin/mapserv.exe</a>&#39;,</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">                {</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">                    map:&#39;D:/Desarrollo/MapServer/datos/ms_murcia_qgis_shp.map&#39;,</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">                    layers:&#39;arquetas_otros_planifrega,regulacion_ext_planifrega,conducciones_planifrega,regulacion_int_planifrega,tomas_planifrega,balsas_planifrega,bombeos_planifrega&#39;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">                    transparent:&#39;true&#39;                    </font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">                }, </font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">                {</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">                    projection:&quot;EPSG:4326&quot;,</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">                    units:&quot;m&quot;<font class="Apple-style-span" color="#FF0000">,</font></font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><font class="Apple-style-span" color="#FF0000">                    maxExtent:new OpenLayers.Bounds(548757,4138136,716640,4282922)</font></font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">                });</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">            map.addLayer(mapserver_layer);</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><br></font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">            map.addControl(new OpenLayers.Control.LayerSwitcher());</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">            map.addControl(new OpenLayers.Control.MouseToolbar());</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">            map.addControl(new OpenLayers.Control.MousePosition());</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">            map.zoomToMaxExtent();</font></div><div><br></div><div><br></div><div>But I&#39;ve recived the same result.</div><div><br></div><div>
Thanks.</div><div><br></div><div><br></div><br><div class="gmail_quote">2009/11/12 Alexandre Dube <span dir="ltr">&lt;<a href="mailto:adube@mapgears.com">adube@mapgears.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">Hi Toni,<br>
<br>
 Your data projection is in meters, so you must set it in the OpenLayers.Map object as well.  By default, it&#39;s in degrees [1].  Plus, the maxExtent should be in meters too (try using the one from your mapfile).<br>
<br>
 If it&#39;s still not working, you can try watching the request built from OpenLayers in Firebug and see the response.  There may more more clues there.<br>
<br>
 Best of luck,<br>
<br>
Alexandre<br>
<br>
[1] <a href="http://dev.openlayers.org/releases/OpenLayers-2.8/doc/apidocs/files/OpenLayers/Map-js.html#OpenLayers.Map.units" target="_blank">http://dev.openlayers.org/releases/OpenLayers-2.8/doc/apidocs/files/OpenLayers/Map-js.html#OpenLayers.Map.units</a><br>

<br>
Toni Ramiro wrote:<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div></div><div class="h5">
I&#39;m new to this and I&#39;ve encountered a problem.<br>
<br>
I defined the following code to load one layer with OpenLayers<br>
<br>
            var opciones = {<br>
                    projection:&quot;EPSG:4230&quot;,<br>
                    maxExtent:new OpenLayers.Bounds(-3,37,0,39)<br>
                };<br>
            map = new OpenLayers.Map(&#39;map&#39;, opciones);            <br>
            var sigpac_layer = new OpenLayers.Layer.WMS(<br>
                &quot;PNOA&quot;,                 &quot;<a href="http://www.idee.es/wms/PNOA/PNOA" target="_blank">http://www.idee.es/wms/PNOA/PNOA</a>&quot;,                 {<br>
                    layers:&quot;pnoa&quot;,                     version:&quot;1.1.1&quot;,<br>
                    format:&quot;image/png&quot;<br>
                },                 {<br>
                    projection:&quot;EPSG:4230&quot;,<br>
                    units:&quot;m&quot;<br>
                });<br>
            map.addLayer(sigpac_layer);<br>
<br>
            var mapserver_layer = new OpenLayers.Layer.WMS(<br>
                &#39;Murcia&#39;,<br>
                &#39;<a href="http://localhost/cgi-bin/mapserv.exe" target="_blank">http://localhost/cgi-bin/mapserv.exe</a>&#39;,<br>
                {<br>
                    map:&#39;D:/Desarrollo/MapServer/datos/ms_murcia_qgis_shp.map&#39;,<br>
                    layers:&#39;arquetas_otros_planifrega&#39;,<br>
                    transparent:&#39;true&#39;<br>
                },                 {<br>
                    projection:&quot;EPSG:4326&quot;,<br>
                    units:&quot;m&quot;<br>
                });<br>
            map.addLayer(mapserver_layer);<br>
<br>
            map.addControl(new OpenLayers.Control.LayerSwitcher());<br>
            map.addControl(new OpenLayers.Control.MouseToolbar());<br>
            map.addControl(new OpenLayers.Control.MousePosition());<br>
            map.zoomToMaxExtent();<br>
<br>
My MapServer project  is as follows:<br>
<br>
MAP<br>
  NAME Murcia<br>
  SIZE 800 600<br>
  UNITS METERS<br>
<br>
  EXTENT 544061.905938 4135608.106250 720849.906562 4288074.143750<br>
    CONFIG PROJ_LIB &quot;D:\Desarrollo\MapServer\proj\nad\&quot;<br>
    PROJECTION<br>
    &#39;proj=longlat&#39;<br>
    &#39;ellps=WGS84&#39;<br>
    &#39;datum=WGS84&#39;<br>
    &#39;no_defs&#39;<br>
    &#39;&#39;<br>
  END<br>
<br>
  IMAGECOLOR 192 192 192<br>
  IMAGEQUALITY 95<br>
  IMAGETYPE png<br>
  OUTPUTFORMAT<br>
    NAME png<br>
    DRIVER &#39;GD/PNG&#39;<br>
    MIMETYPE &#39;image/png&#39;<br>
    EXTENSION &#39;png&#39;<br>
  END<br>
<br>
  LEGEND<br>
      IMAGECOLOR 255 255 255<br>
    STATUS ON<br>
    KEYSIZE 18 12<br>
    LABEL<br>
      TYPE BITMAP<br>
      SIZE MEDIUM<br>
      COLOR 0 0 89<br>
    END<br>
  END<br>
<br>
  WEB<br>
    IMAGEPATH &#39;C:/Inetpub/tmp/&#39;<br>
    IMAGEURL &#39;/tmp/&#39;<br>
<br>
    METADATA<br>
      &#39;wms_title&#39;           &#39;Murcia&#39;<br></div></div>
      &#39;wms_onlineresource&#39;  &#39;<a href="http://localhost/cgi-bin/mapserv.exe?map=D:/Desarrollo/MapServer/datos/ms_murcia_qgis_shp.map&amp;" target="_blank">http://localhost/cgi-bin/mapserv.exe?map=D:/Desarrollo/MapServer/datos/ms_murcia_qgis_shp.map&amp;</a> &lt;<a href="http://localhost/cgi-bin/mapserv.exe?map=D:/Desarrollo/MapServer/datos/ms_murcia_qgis_shp.map&amp;" target="_blank">http://localhost/cgi-bin/mapserv.exe?map=D:/Desarrollo/MapServer/datos/ms_murcia_qgis_shp.map&amp;</a>&gt;&#39;<div>
<div></div><div class="h5"><br>
      &#39;wms_srs&#39;             &#39;EPSG:4326&#39;<br>
    END<br>
<br>
  END<br>
  LAYER<br>
    NAME &#39;arquetas_otros_planifrega&#39;<br>
    TYPE POINT<br>
    DATA &#39;D:\Desarrollo\MapServer\datos\CapasDePrueba\arquetas_otros_planifrega.shp&#39;<br>
    METADATA<br>
      &#39;wms_title&#39; &#39;arquetas_otros_planifrega&#39;<br>
    END<br>
    STATUS DEFAULT<br>
    TRANSPARENCY 100<br>
    PROJECTION<br>
    &#39;proj=longlat&#39;<br>
    &#39;ellps=WGS84&#39;<br>
    &#39;datum=WGS84&#39;<br>
    &#39;no_defs&#39;<br>
    &#39;&#39;<br>
    END<br>
    CLASS<br>
       NAME &#39;arquetas_otros_planifrega&#39;        STYLE<br>
         SYMBOL &#39;CIRCLE&#39;          SIZE 2          OUTLINECOLOR 0 0 0<br>
         COLOR 31 2 3<br>
       END<br>
    END<br>
  END<br>
<br>
      SYMBOL<br>
        NAME &#39;CIRCLE&#39;<br>
        TYPE ellipse<br>
        FILLED true<br>
        POINTS<br>
          1 1<br>
        END<br>
      END END<br>
<br>
The result is that the OpenLayers &#39;Murcia&#39; layer shows no data, and if left alone in the project only shows a gray background.<br>
<br>
I&#39;ve tried the same using QGis WMS client to Mapserver and shows the data.<br>
<br>
żDo anybody knows how to solve the problem?<br>
<br>
Thanks a lot.<br>
<br>
-- <br>
Saludos,<br>
   Toni Ramiro<br></div></div><div class="im">
   &lt;<a href="mailto:anrapas@gmail.com" target="_blank">anrapas@gmail.com</a> &lt;mailto:<a href="mailto:anrapas@gmail.com" target="_blank">anrapas@gmail.com</a>&gt;&gt;<br>
   &lt;<a href="mailto:aramiro151r@cv.gva.es" target="_blank">aramiro151r@cv.gva.es</a> &lt;mailto:<a href="mailto:aramiro151r@cv.gva.es" target="_blank">aramiro151r@cv.gva.es</a>&gt;&gt;<br>
------------------------------------------------------------------------<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@openlayers.org" target="_blank">Users@openlayers.org</a><br>
<a href="http://openlayers.org/mailman/listinfo/users" target="_blank">http://openlayers.org/mailman/listinfo/users</a><br>
  <br>
</div></blockquote><font color="#888888">
<br>
<br>
-- <br>
Alexandre Dubé<br>
Mapgears<br>
<a href="http://www.mapgears.com" target="_blank">www.mapgears.com</a><br>
<br>
</font></blockquote></div><br><br clear="all"><br>-- <br>Saludos,<br>    Toni Ramiro<br>    &lt;<a href="mailto:anrapas@gmail.com">anrapas@gmail.com</a>&gt;<br>    &lt;<a href="mailto:aramiro151r@cv.gva.es">aramiro151r@cv.gva.es</a>&gt;<br>

</div>