This commit is contained in:
Eric van der Vlist 2022-10-18 20:40:12 +02:00
parent 4f069ad63f
commit 552a49e0d6
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ export interface HandlersProperties {
* * mouseMove to shift the map if the mouse is down
* * doubleClick to zoom in
* * wheel to zoom in and out
* * touchStart, touchEnd and touchCancel to track touch state
* * touchMove to shift the map (single finger) or shift and zoom (two fingers).
*
*/
export const Handlers: react.FC<HandlersProperties> = (