Hi <br>
<br>
I just downloaded the latest cvs version of ka-map.<br>
<br>
After installing it in fgs-gmap app I get a: <br>
<div style="margin-left: 40px;">1. blank grey clinet window, and <br>
2. no &quot;GMap&quot; in the drop down maps list.<br>
3. a black horizantal line runs across the main map window.<br>
</div>
<br>
I have looked a the output from <br>
<div style="margin-left: 40px;"><a href="http://localhost:8080/ka-map/init.php">http://localhost:8080/ka-map/init.php</a><br>
<br>
</div>
<div style="margin-left: 40px;">/*init*/<br>
aszScales=new Array(15000000,7500000,3000000,1000000);<br>
var map =
new _map( 'gmap', 'GMap', 0, 3, aszScales);<br>
map.setDefaultExtents(-2200000,-712631,3072800,3840000);<br>
map.setBackgroundColor('rgb(255,255,255)');<br>
map.addLayer(
new _layer( '__base__', true, 100 ) );<br>
this.addMap( map
);<br>
this.tileWidth=200;<br>
this.tileHeight=200;<br>
this.server =
'<a href="http://localhost:8080/ka-map/">http://localhost:8080/ka-map/</a>';<br>
this.tileURL =
'tile.php';this.selectMap('gmap');<br>
</div>
<br>
which I thought looked quite normal<br>
<br>
I have verified the location of mapfile and other variables in config.php for correctness.<br>
<br>
Not sure where else to look for what's going wrong<br>
<br>
I looked at the output of <a href="http://localhost:8080/ka-map/test.php">http://localhost:8080/ka-map/test.php</a><br>
<br>
There are quit a few warnings but I'm don't know how to interpret them...<br>
<br>
Any pointer?<br>
<br>
Thanks heaps<br>
<br>
Shoaib<br>
<br>