![]() |
CodeIgniter,OpenLayers and Jquery integration problem - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: CodeIgniter,OpenLayers and Jquery integration problem (/showthread.php?tid=12952) |
CodeIgniter,OpenLayers and Jquery integration problem - El Forum - 11-05-2008 [eluser]hackersapien[/eluser] Hi, I'm developing an application that includes OpenLayers and JQuery, i've downloaded the openlayers code and i have a page with the following javascript code and html: Code: [removed] In my header file I have the following in my <head></head> section: Code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> Weird thing is the map isn't loading, no errors on firebug, if I paste the same code into a non CI app it works, any idea what's going wrong? CodeIgniter,OpenLayers and Jquery integration problem - El Forum - 11-06-2008 [eluser]crumpet[/eluser] are you including the openLayers.js file ? CodeIgniter,OpenLayers and Jquery integration problem - El Forum - 11-06-2008 [eluser]hackersapien[/eluser] I fixed it, seems it was a CSS problem that was hiding the map :-) CodeIgniter,OpenLayers and Jquery integration problem - El Forum - 11-06-2008 [eluser]crumpet[/eluser] all the filtration of the javascript tags makes it really difficult to see what problems there actually are! |