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 Einbindung per Iframe #155

Open
elricco opened this issue Apr 19, 2021 · 2 comments
Open

Google Maps Einbindung per Iframe #155

elricco opened this issue Apr 19, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@elricco
Copy link
Member

elricco commented Apr 19, 2021

Ich dachte ich lasse das mal hier - ich habe gerade keine Übersicht ob in Doku oder ob es woanders hin passt.
Hoffe aber es hilft :)

<script type="text/javascript">
    // Wenn Google Maps per Iframe eingebunden ist und die eigentlich SRC per data-src gesetzt ist
    // ID des GoogleMaps Iframes holen
    let gMapContainer = document.getElementById('googlemap');
    if (gMapContainer) {
        // data-src des GoogleMaps Iframes holen
        let gMapSrc = gMapContainer.dataset.src;
         // src des GoogleMaps Iframes gleich der data-src setzen
        gMapContainer.src = gMapSrc;
    }
</script>
@aeberhard
Copy link
Member

@elricco Danke Dir! Hilft bestimmt! Ich weiß nur auch nicht wem/wann/wohin/warum :)

@TobiasKrais TobiasKrais changed the title Googel Maps Einbindung per Iframe Google Maps Einbindung per Iframe May 7, 2021
@aeberhard aeberhard added the question Further information is requested label Nov 17, 2021
@aeberhard aeberhard removed the question Further information is requested label Oct 17, 2022
@aeberhard aeberhard added the enhancement New feature or request label Oct 26, 2022
@bitshiftersgmbh
Copy link
Member

Das passt schon ein bisschen hierzu und wäre über eine Helper-Methode, die die Platzhalter anlegt und die Einbindung regelt ja mitgelöst: #315

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

No branches or pull requests

3 participants