[ka-Map-users] Problem with adding Image in Ka-Map

Shahidul Islam ms_islam at yahoo.com
Sat Jun 10 07:37:44 EDT 2006


Dear all
 
I have written the following code according to wiki in startUp.js just before drawPage() to add an image in ka-map. The code is working fine in firefox but it does not show anything except toolbar in Internet Explorer (IE6). 
 
var canvas = myKaMap.createDrawingCanvas( 500 ); 
var img = document.createElement( 'img' );
img.src = 'images/tip-blue.png';
myKaMap.addObjectGeo( canvas, 90.0, 26.0, img );

Any suggestions?
 
Regards 
 
Shahidul 


More information about the ka-Map-users mailing list