react-map-interaction
react-map-interaction copied to clipboard
Add map like zooming and dragging to any element
Is there a way to programmatically define zooms and transform targets and have the controller automatically interpolate to the desired point? I tried stepping with a controlled interaction component but...
Hi I have created a minimap which follows the main maps translation and zoom. However I have noticed that once I start using state to control map movement and zoom...
First shot at implementing Add feature for inertia/momentum panning #62. Adds two props, disableInertialPanning and frictionCoef. I couldn't figure out how to get the tests working with requestAnimationFrame, but Storyboard...
It seems couldn't be removed events. If wanna remove them, same options put on the remove methods. Events had been duplicated every "componentDidMount".
Right now the element we use is just aligned on top left of its container, it would be nice to be able to use a full screen container while still...
I think library adds two wrapper divs. Both of them have inline style and they have no classname or id given to them.
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.17.0 to 1.18.1. Changelog Sourced from http-proxy's changelog. v1.18.1 - 2020-05-17 Merged Skip sending the proxyReq event when the expect header is present [#1447](https://github.com/http-party/node-http-proxy/issues/1447) Remove node6 support,...
Hello. I would like to set default position and scale for an image when user double clicks on it. But I cannot set neither onDoubleClick nor onClick event for an...