Search Results

1
vote
2answers
302 views

Javascript “unspecified error” in Open Layers

I am getting this error when the map loads. The error is in the original, unmodified OpenLayers.js file on t …
2
votes

Javascript “unspecified error” in Open Layers

I have found the solution. The problem was that I was creating the map when the DOM was ready with Jquery: $(document).ready(function(){ ... //create map here [WRONG] …