Hello Poul, I've put two examples of such an interaction to handle moving/creating features on a touch device. - The first is the example I've mentioned before with the touch compass: http://viglino.github.io/ol3-ext/examples/map.interaction.touchcompass.html - The second is more to use on creation and the pointer is deferred to the center of the viewport thus the finger don't mask what you're drawing: http://viglino.github.io/ol3-ext/examples/map.interaction.drawtouch.html It uses interaction and can be combined with other interactions that modifies map browser event coordinate and pixel properties (snapping). Other interactions can be created using the base class ([ol.interaction.CenterTouch ](https://github.com/Viglino/ol3-ext/blob/gh-pages/interaction/centertouchinteraction.js))
-- You received this message because you are subscribed to the Google Groups "OL3 Dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/ol3-dev. To view this discussion on the web visit https://groups.google.com/d/msgid/ol3-dev/cf8ae5a5-fd5e-44e8-af85-a7394b5b6a39%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
