As far as I see it has dependencies on bower components which I don't want to introduce.
I was looking into https://github.com/simonh1000/elm-google-maps-2 On Friday, November 18, 2016 at 8:16:12 AM UTC+1, Peter Damoc wrote: > > Have you seen this approach: > https://github.com/rtfeldman/elm-google-maps > ? > > > On Fri, Nov 18, 2016 at 8:25 AM, Tim Bezhashvyly <[email protected] > <javascript:>> wrote: > >> Let's say I want to render a Google Map on a button click. >> >> To do so I first need to render a markup and then send a message which >> will trigger JavaScript through post with map data. >> >> With "init" it would not be a problem as command passed to "init" is >> executed after view is already there. But how do I do it with a button >> click? How do I issue a command only after view is rendered? >> >> Thanks. >> >> -- >> 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] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > There is NO FATE, we are the creators. > blog: http://damoc.ro/ > -- 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.
