@@ -2576,7 +2576,7 @@ class Map(DOMWidget, InteractMixin):
25762576 Whether the map can be zoomed in by double clicking on it and zoomed out by double clicking while holding shift.
25772577 box_zoom: boolean, default True
25782578 Whether the map can be zoomed to a rectangular area specified by dragging the mouse while pressing the shift key
2579- tap : boolean, default True
2579+ tap_hold : boolean, default True
25802580 Enables mobile hacks for supporting instant taps.
25812581 tap_tolerance: int, default 15
25822582 The max number of pixels a user can shift his finger during touch for it to be considered a valid tap.
@@ -2637,7 +2637,7 @@ class Map(DOMWidget, InteractMixin):
26372637 scroll_wheel_zoom = Bool (False ).tag (sync = True , o = True )
26382638 double_click_zoom = Bool (True ).tag (sync = True , o = True )
26392639 box_zoom = Bool (True ).tag (sync = True , o = True )
2640- tap = Bool (True ).tag (sync = True , o = True )
2640+ tap_hold = Bool (True ).tag (sync = True , o = True )
26412641 tap_tolerance = Int (15 ).tag (sync = True , o = True )
26422642 world_copy_jump = Bool (False ).tag (sync = True , o = True )
26432643 close_popup_on_click = Bool (True ).tag (sync = True , o = True )
0 commit comments