Skip to content
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.

Customizing map loading process #7

Open
aleoy opened this issue Jan 26, 2014 · 1 comment
Open

Customizing map loading process #7

aleoy opened this issue Jan 26, 2014 · 1 comment

Comments

@aleoy
Copy link

aleoy commented Jan 26, 2014

How about enabling some customization on how and what triggers the map to be rendered In class EGMap line 545 we see the render triggering process.

google.maps.event.addDomListener(window, "load",' . PHP_EOL . $this->_containerId . '_init);' . PHP_EOL;

What if the DOM object (in this case window) and the event (load) could be overriden ?

@tonydspaniard
Copy link
Member

relates to #7

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants