Hello everybody, I am a new ka-map user and I&#39;m trying to test it with my maps, but I have a problem, my map is not shown in the ka-explorer. I modify the lines in config in order to point out to my map but when I launch ka-map it doesn&#39;t appear it is just a frame in white. I tried with the init.php and it shows the next:<br>
---------------------<br>*init*/aszScales=new Array(&#39;100000000&#39;,&#39;50000000&#39;,&#39;15000000&#39;);var map = 
new _map({name:&#39;global&#39;,title:&#39;Ejemplo_02&#39;,currentScale: 
0,units:6,resolution:72,version:&#39;&#39;,scales:aszScales});map.setDefaultExtents(-180,-90,180,90);map.setBackgroundColor(&#39;rgb(255,255,255)&#39;);map.addLayer(new
 _layer( { 
name:&#39;__base__&#39;,visible:true,opacity:100,imageformat:&#39;png&#39;,queryable:false,tileSource:&#39;auto&#39;,redrawInterval:-1,refreshInterval:-1,scales:
 new Array(&#39;1&#39;,&#39;1&#39;,&#39;1&#39;)}));map.resolution = 72;this.addMap( map 
);this.tileWidth=256;this.tileHeight=256;this.server = 
&#39;<a href="http://localhost/ka-map/&#39;;this.tileURL">http://localhost/ka-map/&#39;;this.tileURL</a> = 
&#39;tile.php&#39;;this.selectMap(&#39;global&#39;);<br>---------------------<br><br>Also when I put the line &quot;<a href="http://localhost/cgi-bin/mapserv?map=/var/www/ka-map/map_files/global.map">http://localhost/cgi-bin/mapserv?map=/var/www/ka-map/map_files/global.map</a> &quot; directly on the web address my map appears correctly, so I don&#39;t know why ka-map doesn&#39;t recognise any simple map.<br>
<br>I hope somebody can helpe me. I am using ubuntu 10.04 with MapServer 5.6.1, ka-map-1.0-20070205, php5, mapscript and gd libraries are installed.<br><br>Thanks in advance.<br>----------------<br>Mar<br><br>