hi guys i experienced a bug today in my map, and i could not figure out why this happens
how to get this bug: -delete the cache; -load this page: http://www.youspots.com/en/share-spots.html -check the console, this error appears -reload the page again, the error is gone ...(Cannot read property '__e3_' of null) as a result of this error the map remains grey and is not loading. 1 out of 5 of my testers gets this error message (the cache was emptied beforehand when testing, even after reloading) i guess this happens because something is wrong in the custermarker_packed.js, i reworked some bits there, but mainly this. try{ this.prevZoom_ = map.getZoom();//this.map_.getZoom(); // yes the map seems accessible there }catch (er) { this.prevZoom_ = 10; } because sometimes this was throwing an error cheers en4ce -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api-v3@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-api-v3+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.