4b7b95fc2f21e78734dd26cb58b8338889b61dd4
When we start dragging, we first handle dragstart and then set the INTERACTING view hint and the dragging flag. To end dragging in a symmetric manner, we have to first reset the INTERACTING hint and dragging flag, and then handle dragend. This flaw becomes obvious when using an interaction where no animation is performed after the interaction. This can be seen in the style-rules example when using the dragzoom interaction (i.e. zoom using a drag box): the vector renderer will not render the new resolution, because the INTERACTING view hint is still set when the zoom box dragend is handled.
OpenLayers 3
Welcome to OpenLayers 3!
Check out the hosted examples or poke around the evolving API docs.
Please see our guide on contributing if you're interested in getting involved.
Description
Languages
JavaScript
99%
CSS
0.6%
Handlebars
0.3%
Shell
0.1%
