Hi list,<br>is not the first time I&#39;m writing about this problem but I didn&#39;t find a solution yet.<br>Actually I&#39;m not able to add a wms layer on my mapfile.<br>The code is below.<br>When I try to load my map on kaMap no tile are generated and nothing happens.
<br>Can you try to load on your KaMap this mapfile to find a solution?<br>Where&#39;s the error in the mapfile?<br><br>Thanks a lot<br><br>matteo rossi<br><br><br>MAP<br>&nbsp; NAME &quot;prova_modis_wms&quot;<br>&nbsp; STATUS ON<br>
&nbsp; EXTENT -180 -90 180 90<br>&nbsp; SIZE 256 256<br>&nbsp; IMAGECOLOR 200 200 200<br>&nbsp; TRANSPARENT ON<br>&nbsp; UNITS dd<br>&nbsp; INTERLACE ON<br>&nbsp; <br>&nbsp; PROJECTION<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;init=epsg:4326&quot;<br>&nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp;&nbsp; <br>&nbsp; IMAGETYPE png<br>
&nbsp;<br>&nbsp; OUTPUTFORMAT<br>&nbsp;&nbsp;&nbsp; NAME jpeg<br>&nbsp;&nbsp;&nbsp; DRIVER &quot;GD/JPEG&quot;<br>&nbsp;&nbsp;&nbsp; IMAGEMODE RGB<br>&nbsp;&nbsp;&nbsp; EXTENSION &quot;jpeg&quot;<br>&nbsp;&nbsp;&nbsp; FORMATOPTION &quot;QUALITY=60,PROGRESSIVE=TRUE&quot;<br>&nbsp;END<br><br><br>WEB<br>&nbsp;&nbsp;&nbsp;&nbsp; IMAGEPATH &quot;/tmp&quot;
<br>&nbsp;&nbsp;&nbsp;&nbsp; IMAGEURL &quot;/tmp&quot;<br>&nbsp;<br>END<br>&nbsp; <br>&nbsp; LEGEND<br>&nbsp;&nbsp;&nbsp; OUTLINECOLOR 0 0 0<br>&nbsp;&nbsp;&nbsp; STATUS on&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; KEYSIZE 40 10<br>&nbsp;&nbsp;&nbsp; KEYSPACING 20 15<br>&nbsp;&nbsp;&nbsp; TRANSPARENT on<br>&nbsp; END<br><br>&nbsp;&nbsp; SCALEBAR<br>&nbsp;&nbsp;&nbsp; STATUS ON 
<br>&nbsp;&nbsp;&nbsp; IMAGECOLOR 255 255 255<br>&nbsp;&nbsp;&nbsp; COLOR&nbsp; 0 0 0<br>&nbsp;&nbsp;&nbsp; OUTLINECOLOR 0 0 0<br>&nbsp;&nbsp;&nbsp; LABEL<br>&nbsp;&nbsp;&nbsp; COLOR&nbsp; 0 0 0<br>&nbsp;&nbsp;&nbsp; SIZE tiny<br>&nbsp;&nbsp;&nbsp;&nbsp; END&nbsp; <br>&nbsp;&nbsp; UNITS KILOMETERS<br>&nbsp;&nbsp; STYLE 1<br>&nbsp;&nbsp; INTERVALS 5<br>&nbsp;&nbsp; TRANSPARENT ON<br>&nbsp;&nbsp; SIZE 249 15
<br>&nbsp;END<br><br>&nbsp; LAYER<br>&nbsp;&nbsp;&nbsp; GROUP &quot;Immagini&quot;<br>&nbsp;&nbsp;&nbsp; NAME &quot;MODIS&quot;<br>&nbsp;&nbsp;&nbsp; TYPE RASTER<br>&nbsp;&nbsp;&nbsp; STATUS ON&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; DEBUG ON<br>&nbsp;&nbsp;&nbsp; CONNECTION &quot;<a href="http://wms.jpl.nasa.gov/wms.cgi?styles=&amp;">
http://wms.jpl.nasa.gov/wms.cgi?styles=&amp;</a>&quot;<br>&nbsp;&nbsp;&nbsp; CONNECTIONTYPE WMS<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; PROJECTION<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;init=epsg:4326&quot;<br>&nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; METADATA<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;wms_name&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;modis&quot;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;wms_server_version&quot;&nbsp; &quot;1.1.0&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;wms_format&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;image/jpeg&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;wms_srs&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;EPSG:4326&quot;<br>&nbsp;&nbsp;&nbsp; END&nbsp; <br>&nbsp; END&nbsp; <br>&nbsp;&nbsp;&nbsp; <br>
END<br><br>END<br><br><br>