When i try to publish whit <a href="http://trac.openlayers.org/wiki/MappingYourData">http://trac.openlayers.org/wiki/MappingYourData</a> i get all the thin ok<br>But when i try whit my own data i only get solid gray.<br>I tray whit WMS instead of mapserver layer and the same result.
<br><br><br>this query <a href="http://localhost/cgi-bin/mapserv?map=/var/www/mapa/unc.map&amp;LAYERS=Ciudad&amp;SERVICE=WMS&amp;VERSION=1.1.1&amp;REQUEST=GetMap&amp;STYLES=&amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;FORMAT=image%2Fjpeg&amp;SRS=EPSG%3A4326&amp;BBOX=-22.5%2C33.75%2C-11.25%2C45&amp;WIDTH=256&amp;HEIGHT=256">
http://localhost/cgi-bin/mapserv?map=/var/www/mapa/unc.map&amp;LAYERS=Ciudad&amp;SERVICE=WMS&amp;VERSION=1.1.1&amp;REQUEST=GetMap&amp;STYLES=&amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;FORMAT=image%2Fjpeg&amp;SRS=EPSG%3A4326&amp;BBOX=-22.5%2C33.75%2C-11.25%2C45&amp;WIDTH=256&amp;HEIGHT=256
</a><br>Return an gray box<br>when i erase BBOX=-22.5%2C33.75%2C-11.25%2C45<br><a href="http://localhost/cgi-bin/mapserv?map=/var/www/mapa/unc.map&amp;LAYERS=Ciudad&amp;SERVICE=WMS&amp;VERSION=1.1.1&amp;REQUEST=GetMap&amp;STYLES=&amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;FORMAT=image%2Fjpeg&amp;SRS=EPSG%3A4326&amp;WIDTH=256&amp;HEIGHT=256">
http://localhost/cgi-bin/mapserv?map=/var/www/mapa/unc.map&amp;LAYERS=Ciudad&amp;SERVICE=WMS&amp;VERSION=1.1.1&amp;REQUEST=GetMap&amp;STYLES=&amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;FORMAT=image%2Fjpeg&amp;SRS=EPSG%3A4326&amp;WIDTH=256&amp;HEIGHT=256
</a><br>I get a map.<br><br>Can any one help me?.<br><br><br>my .map<br><br># Map file created from QGIS project file /var/www/mapa/unc.qgs<br># Edit this file to customize for your map interface<br>MAP<br>&nbsp; NAME mapa<br>
&nbsp; # Map image size<br>&nbsp; SIZE 800 600<br>&nbsp; UNITS METERS<br><br>&nbsp; EXTENT -64.196055 -31.444185 -64.179119 -31.430301<br>&nbsp; PROJECTION<br>&nbsp;&nbsp;&nbsp; &#39;proj=longlat&#39;<br>&nbsp;&nbsp;&nbsp; &#39;ellps=WGS84&#39;<br>&nbsp;&nbsp;&nbsp; &#39;datum=WGS84&#39;<br>
&nbsp;&nbsp;&nbsp; &#39;no_defs&#39;<br>&nbsp; END<br><br>&nbsp; # Background color for the map canvas -- change as desired<br>&nbsp; IMAGECOLOR 192 192 192<br>&nbsp; IMAGEQUALITY 95<br>&nbsp; IMAGETYPE png<br>&nbsp; OUTPUTFORMAT<br>&nbsp;&nbsp;&nbsp; NAME png<br>&nbsp;&nbsp;&nbsp; DRIVER &#39;GD/PNG&#39;
<br>&nbsp;&nbsp;&nbsp; MIMETYPE &#39;image/png&#39;<br>&nbsp;&nbsp;&nbsp; #IMAGEMODE PC256<br>&nbsp;&nbsp;&nbsp; EXTENSION &#39;png&#39;<br>&nbsp; END<br>&nbsp; # Legend<br>&nbsp; LEGEND<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; IMAGECOLOR 255 255 255<br>&nbsp;&nbsp;&nbsp; STATUS ON<br>&nbsp;&nbsp;&nbsp; KEYSIZE 18 12<br>&nbsp;&nbsp;&nbsp; LABEL<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TYPE BITMAP
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SIZE MEDIUM<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR 0 0 89<br>&nbsp;&nbsp;&nbsp; END<br>&nbsp; END<br><br>&nbsp; # Web interface definition. Only the template parameter<br>&nbsp; # is required to display a map. See MapServer documentation<br>&nbsp; WEB<br>&nbsp;&nbsp;&nbsp; # Set IMAGEPATH to the path where MapServer should
<br>&nbsp;&nbsp;&nbsp; # write its output.<br>&nbsp;&nbsp;&nbsp; IMAGEPATH &#39;/tmp/&#39;<br><br>&nbsp;&nbsp;&nbsp; # Set IMAGEURL to the url that points to IMAGEPATH<br>&nbsp;&nbsp;&nbsp; # as defined in your web server configuration<br>&nbsp;&nbsp;&nbsp; IMAGEURL &#39;/tmp/&#39;<br><br>&nbsp;&nbsp;&nbsp; # WMS server settings
<br>&nbsp;&nbsp;&nbsp; METADATA<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#39;wms_title&#39;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#39;mapa&#39;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#39;wms_onlineresource&#39;&nbsp; &#39;<a href="http://localhost/cgi-bin/mapserv?map=/var/www/mapa/unc.map&amp;">http://localhost/cgi-bin/mapserv?map=/var/www/mapa/unc.map&amp;
</a>&#39;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#39;wms_srs&#39;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#39;EPSG:4326&#39;<br>&nbsp;&nbsp;&nbsp; END<br><br>&nbsp;&nbsp;&nbsp; #Scale range at which web interface will operate<br>&nbsp;&nbsp;&nbsp; # Template and header/footer settings<br>&nbsp;&nbsp;&nbsp; # Only the template parameter is required to display a map. See MapServer documentation
<br>&nbsp; END<br><br>&nbsp; LAYER<br>&nbsp;&nbsp;&nbsp; NAME &#39;Ciudad&#39;<br>&nbsp;&nbsp;&nbsp; TYPE POLYGON<br>&nbsp;&nbsp;&nbsp; DATA &#39;/var/www/mapa/uncdata/Ciudad.shp&#39;<br>&nbsp;&nbsp;&nbsp; METADATA<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#39;wms_title&#39; &#39;Ciudad&#39;<br>&nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp;&nbsp; STATUS DEFAULT
<br>&nbsp;&nbsp;&nbsp; TRANSPARENCY 100<br>&nbsp;&nbsp;&nbsp; PROJECTION<br>&nbsp;&nbsp;&nbsp; &#39;proj=longlat&#39;<br>&nbsp;&nbsp;&nbsp; &#39;ellps=WGS84&#39;<br>&nbsp;&nbsp;&nbsp; &#39;datum=WGS84&#39;<br>&nbsp;&nbsp;&nbsp; &#39;no_defs&#39;<br>&nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp;&nbsp; CLASS<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NAME Ciudad <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; STYLE<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SYMBOL 0 <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SIZE 6 <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; OUTLINECOLOR 0 0 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR 161 59 179<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp;&nbsp; END<br>&nbsp; END<br><br>&nbsp;<br><br>END<br><br><br>My html<br>&lt;html xmlns=&quot;<a href="http://www.w3.org/1999/xhtml">
http://www.w3.org/1999/xhtml</a>&quot;&gt;<br>&nbsp; &lt;head&gt;<br>&nbsp;&nbsp;&nbsp; &lt;style type=&quot;text/css&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #map {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; width: 800px;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; height: 475px;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; border: 1px solid black;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; &lt;/style&gt;<br>&nbsp;&nbsp; &lt;script src=&quot;<a href="http://openlayers.org/dev/lib/OpenLayers.js">http://openlayers.org/dev/lib/OpenLayers.js</a>&quot;&gt;&lt;/script&gt;<br>&nbsp;&nbsp;&nbsp; &lt;script type=&quot;text/javascript&quot;&gt;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;!--<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var lon = 5;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var lat = 40;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var zoom = 5;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var map, layer;<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; function init(){<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; map = new OpenLayers.Map( &#39;map&#39; );<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; layer = new 
OpenLayers.Layer.WMS( &quot;OpenLayers WMS&quot;, <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;<a href="http://localhost/cgi-bin/mapserv?map=/var/www/mapa/unc.map&amp;">http://localhost/cgi-bin/mapserv?map=/var/www/mapa/unc.map&amp;</a>
&quot;, {layers: &#39;Ciudad&#39;} );<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; map.addLayer(layer);<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; map.setCenter(new OpenLayers.LonLat(lon, lat), zoom);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; map.addControl( new OpenLayers.Control.LayerSwitcher() );<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // --&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/script&gt;<br>&nbsp; &lt;/head&gt;<br>&nbsp; &lt;body onload=&quot;init()&quot;&gt;<br>&nbsp;&nbsp;&nbsp; &lt;div id=&quot;map&quot;&gt;&lt;/div&gt;<br>&nbsp; &lt;/body&gt;<br>&lt;/html&gt;<br><br>
<br clear="all"><br>-- <br>Pablo PDA<br><a href="http://www.pablopda.com.ar/blog">http://www.pablopda.com.ar/blog</a>