uunmask2000 / jmaps

Automatically exported from code.google.com/p/jmaps
MIT License
0 stars 0 forks source link

AddFeed Not working on IE6 #17

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Anyone else have issues with IE6 ?

Map shows fine and shows a feed from kml file when initiated, but when I
try adding to map via click. It doesnt add the new kml

$('#add-feed1').click(function(){
  $('#map_canvas').jmap('AddFeed', {
    'feedUrl':'myfeed.kml'
  });
});

Original issue reported on code.google.com by gra...@bluejam.com on 25 Feb 2009 at 10:38