[elm-discuss] Re: Image navigation and interaction

2016-09-08 Thread Jan Weidner
you insist on trying to use the canvas: The coordinate > system is different from vanilla JS; (0,0) is in the *center* of the canvas > instead of the top-left corner.) (The coordinate system of svg is still > standard though.) > > On Wednesday, September 7, 2016 at 8:29:21 AM UTC-5,

[elm-discuss] Re: Image navigation and interaction

2016-09-07 Thread Jan Weidner
Thanks! How do I use canvas from elm? Is there a canvas elm example somewhere? On Wednesday, September 7, 2016 at 3:03:59 PM UTC+2, Charlie Koster wrote: > > The first thing I'll mention is writing your own map application is a huge > undertaking. But it doesn't hurt to try with Elm :) > > Have

[elm-discuss] Image navigation and interaction

2016-09-07 Thread Jan Weidner
I am new to elm and I want to write a simple application, where the user interacts with a map. The map is a huge image (like 2 x 2 pixel) and I would like to zoom and navigate it. Also later it would be nice to add interactions like popups when clicking on some special locations etc. I