<br><font size=2 face="sans-serif">You can use shp2img to test your mapfile
before using it in OL</font>
<br><font size=2 face="sans-serif">http://mapserver.org/fr/utilities/shp2img.html</font>
<br>
<br><font size=2 face="sans-serif">set debug 5 under MAP and LAYER tag
in your mafile and have a look at mapserver log.</font>
<br><font size=2 face="sans-serif"><br>
If it works with shp2img the problem is your OL config</font>
<br>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=40%><font size=1 face="sans-serif"><b>Gaëtan Palka <palka.gaetan@gmail.com>@lists.osgeo.org</b>
</font>
<br><font size=1 face="sans-serif">Envoyé par : openlayers-users-bounces@lists.osgeo.org</font>
<p><font size=1 face="sans-serif">2013-11-22 13:12</font>
<td width=59%>
<table width=100%>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">A</font></div>
<td><font size=1 face="sans-serif">openlayers-users <openlayers-users@lists.osgeo.org></font>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">Objet</font></div>
<td><font size=1 face="sans-serif">[OpenLayers-Users] OL 2.13 and WMS from
qgis-mapserver</font></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<br></table>
<br>
<br>
<br>
<br>
<br><font size=3>hi,<br>
</font>
<br><font size=3>I work on Ubuntu 12.04 LTS and I want to show a WMS produced
by qgis-mapserver. All is OK want I open my WMS with qgis desktop but when
I want to show it with OL my WMS does not appear and firebug does not says
that there is an error.</font>
<br><font size=3>Here my .js :<br>
<br>
function init() {<br>
    var map = new OpenLayers.Map('map',{controls:[]});<br>
<br>
    map.addControl(new OpenLayers.Control.LayerSwitcher());<br>
    map.addControl(new OpenLayers.Control.Navigation());<br>
<br>
    var osmLayer = new OpenLayers.Layer.OSM();<br>
    var wms = new OpenLayers.Layer.WMS(<br>
        'alea', '</font><a href="http://localhost/cgi-bin/alea37_900913/qgis_mapserv.fcgi"><font size=3 color=blue><u>http://localhost/cgi-bin/alea37_900913/qgis_mapserv.fcgi</u></font></a><font size=3>',<br>
        {<br>
        layers: 'alea37_900913',<br>
        format: 'image/png',<br>
        }<br>
    );<br>
    map.addLayer(osmLayer);<br>
    map.addLayer(wms);<br>
    map.setCenter(new OpenLayers.LonLat(71000,6000000),10);<br>
<br>
}<br>
</font>
<br><font size=3>My data (shp and qgis project) is in the folder /usr/lib/cgi-bin/alea37_900913.<br>
</font>
<br><font size=3>I used this tutorial :</font><font size=3 color=blue><u><br>
</u></font><a href="http://anitagraser.com/2012/03/30/qgis-server-on-ubuntu-step-by-step/"><font size=3 color=blue><u>http://anitagraser.com/2012/03/30/qgis-server-on-ubuntu-step-by-step/</u></font></a><font size=3><br>
</font>
<br><font size=3>Thank you by advance for help.</font><tt><font size=2>_______________________________________________<br>
Users mailing list<br>
Users@lists.osgeo.org<br>
http://lists.osgeo.org/mailman/listinfo/openlayers-users</font></tt>
<br>
<br>
<br>