[elm-discuss] Re: Interactive maps with Elm 0.17 : recommendation?

2016-11-06 Thread dedo
Thanks, Richard & Simon. @Richard - if I try to port your code to 0.17, how easy or difficult might that be? I'm running into various not-yet-documented 0.18 changes e.g. in Task.perform. On Thursday, November 3, 2016 at 11:55:18 AM UTC-5, Richard Feldman wrote: > > I have a proof of concept

[elm-discuss] Re: Interactive maps with Elm 0.17 : recommendation?

2016-11-05 Thread Simon
You won't find a library because you need access to native code. But I wrote a blog using Ports for 0.16 http://simonh1000.github.io/2015/10/elm-architecture-ports/ On Thursday, 3 November 2016 17:16:08 UTC+1, dedo wrote: > > Relatively simple interactive usage to show markers on a map. > >

[elm-discuss] Re: Interactive maps with Elm 0.17 : recommendation?

2016-11-03 Thread Richard Feldman
I have a proof of concept of using the Polymer Google Maps element in Elm: https://github.com/rtfeldman/elm-google-maps I haven't really documented what I did terribly well, and I haven't used it for a serious project, but seemed to work well...hope it's at least somewhat helpful. :) -- You