Hi Frank, Thank you for your help, but the problem isn't registering the listener, but the argument IE is passing to it. The object with which the showCoords function is invoked seems to null, so the .xy property generates an error.
Thanks, Luís On Tue, May 25, 2010 at 12:17 PM, Frank Broniewski <[email protected]> wrote: > Hi, > > I use > map = new OpenLayers.Map(map_div); > ... > map.events.register("click", map, showCoords); > > where showCoords the function for display is. Alternatively see > http://dev.openlayers.org/releases/OpenLayers-2.9.1/examples/events.html > for an alternate example > > > Frank > >
_______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
