In any case, if you want to render a google map on button click, the setup could be:
> > - add a Msg called LoadButtonClicked or something, and add a button in > your view which triggers this (with onClick) > - in your update function, add a handler for LoadButtonClicked that > returns a model + the load command > > That's the issue. By the time load command is sent the HTML markup must be already present at the page. -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
