Browser error on overlay
wessex - December 2, 2008 - 14:01
| Project: | GMap Addons |
| Version: | 6.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Description
Whenever I try to overlay data, I get the browser error "gmap-auto1-gmap0" - clicking OK to the error loads the map and overlay as expected.
Any ideas what could be up?

#1
Seems like debug code was checked in.
Edit the file js/overlay_geoxml.js so that the line
alert (obj.map.getContainer().id);reads
// alert (obj.map.getContainer().id);or remove the whole line entirely.
HTH,
dziegel
#2
Thanks dziegel, I'll give it a try!
#3
It worked!
Thanks ever so much :-)
#4
Patch attached.
#5
--Ignore... found my error--