Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

google.maps.event.addDomListener() is deprecated #109

Open
pleenwise opened this issue Feb 23, 2023 · 0 comments
Open

google.maps.event.addDomListener() is deprecated #109

pleenwise opened this issue Feb 23, 2023 · 0 comments

Comments

@pleenwise
Copy link

Contao Version 4.10.7
anystores 1.15.1

Fehlermeldung in Konsole:

google.maps.event.addDomListener() is deprecated, use the standard addEventListener() method instead

Tritt auf in templates/mod_anystores_searchmap:

google.maps.event.addDomListener(window, 'load', initialize);

Ggf. ersetzen durch:

window.addEventListener('load', initialize);

Der Fehler tritt auch beim reinzoomen in die Karte auf, wenn die einzelnen Standorte angezeigt werden sollten.
Aktuell zeigt mir die Karte KEINE Standorte, nur bei kleinerem Zoom die Cluster.

Ich bin nicht sicher, ob das mit der Funktion zusammenhängt.

Danke für's prüfen!

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

No branches or pull requests

1 participant