react-map-interaction icon indicating copy to clipboard operation
react-map-interaction copied to clipboard

Add map like zooming and dragging to any element

Results 64 react-map-interaction issues
Sort by recently updated
recently updated
newest added

Hi ! I would like to know, if it was possible to set a scale down to go back to the initial position ? Actually when i zoom then drag...

Google Maps has this, where you can flick the map and it will keep panning.

When using the trackpad, two-finger gesture navigation is more convenient and more common that dragging. Dragging requires a push to click, which is inconvenient. How can we implement two-finger gesture...

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...

dependencies

Bumps [acorn](https://github.com/acornjs/acorn) from 6.1.0 to 6.4.1. Commits 9a2e9b6 Mark version 6.4.1 90a9548 More rigorously check surrogate pairs in regexp validator df0cf1a Mark version 6.4.0 5303412 Also export Parser via Parser.acorn...

dependencies

Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=acorn&package-manager=npm_and_yarn&previous-version=5.7.3&new-version=5.7.4)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...

dependencies

Hello, This PR adds two new options: `disableMouseWheelZoom` and `disableSingleTouchPan`. The purpose of these options are to allow a user to scroll past a react-map-interaction instance more easily, without disabling...

Hi, There should be an option to change the step of zooming.

Currently, the translation "roots" are located at the top left corner of the wrapper ``, and the top left corner of the image. I have SVG images that can be...

I think the problem is with preventDefault-s onMouseDown/Up, but I'm not sure. To reproduce: add textarea inside MapInteraction component I did it with provided example project.