Re: [OpenLayers-Users] OpenLayers and JQuery

2008-12-04 Thread Norman Barker
Amos, thanks for the tip, building the single file version of OpenLayers rather than using lib/OpenLayers.js solved the problem and I am working again! After building the single file version of OpenLayers I was able to remove the jquery noConflicts function and everything works fine. thanks, No

Re: [OpenLayers-Users] OpenLayers and JQuery

2008-12-04 Thread Amos Hayes
That's odd Norman. I'm using the latest OpenLayers and JQuery together on the same page without issue and without doing anything special to avoid conflict. The basic features of OpenLayers that I'm using work fine, and I'm able to use the $() function as is. I am loading the Google and Ope

[OpenLayers-Users] OpenLayers and JQuery

2008-12-04 Thread Norman Barker
Hi, I would like to use OpenLayers and JQuery together. I noted the jquery and prototype library conflicts and have added $j = jQuery.noConflict(); to make the $ function available to OpenLayers. However on loading the page I get (with firebug) str.indexOf is not a function [Break on this err