Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

I am trying to add an OverviewMap to an open layers map. I am receiving the following error in firebug:

a is null [Break On This Error]

...ntUpToTier:null,tierSizeInTiles:null,tierImageSize:null,initialize:function(a,b,...

OpenLayers.js (line 1244)

I receive this error when adding control to map object like this:

http://trac.osgeo.org/openlayers/wiki/Control/OverviewMap

but also I receive the same error when I pass a new OverviewMap object when instantiating a map like in the following tutorial: http://openlayers.org/dev/examples/controls.html

I have made sure to pass my non-default options to the new OverviewMap

Has anyone run into this before? I am using zoomify tiles would that be an issue with creating an overview map?? Thank you.

share|improve this question
Use non compressed OpenLayers version: for example http://openlayers.org/dev/lib/OpenLayers.js instead http://openlayers.org/dev/OpenLayers.js for determine in which place an error is occured. – drnextgis Jul 7 '12 at 3:19

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.