-
Notifications
You must be signed in to change notification settings - Fork 285
Toolbar Actions and Keybindings
Sasha Boginsky edited this page Apr 14, 2020
·
1 revision
Defaults:
-
L.BorderAction (b)
- Toggles a thin border around the overlay.
-
L.DeleteAction (backscpace, delete)
- Permanently deletes the image from the map. Uses a
confirm()
modal dialog. - windows
backspace
/ macdelete
- Permanently deletes the image from the map. Uses a
-
L.DistortAction (d)
- Sets
distort
mode.
- Sets
-
L.DragAction
- Sets
drag
mode.
- Sets
- L.ExportAction (e)
-
L.FreeRotateAction (f)
- Sets
freeRotate
mode.
- Sets
-
L.LockAction (l, u)
- Toggles between
lock
mode and the initially set default mode (distort
by default).
- Toggles between
- L.OpacityAction (o)
-
L.RotateAction (r):
- Sets
rotate
mode.
- Sets
-
L.ScaleAction (s):
- Sets
scale
mode.
- Sets
Addons:
-
L.RestoreAction
- Restores the image to its natural dimensions, scale, rotation, and location on the map.
-
L.StackAction (q, a)
- Switch an image's overlap compared to neighboring images back and forth into view. Employs
bringToFront()
andbringToBack()
from the Leaflet API.
- Switch an image's overlap compared to neighboring images back and forth into view. Employs
- L.GeolocateAction (WIP)
Defaults:
- L.ExportAction (e)
-
L.DeleteAction (backscpace, delete)
- Permanently deletes a collection of images from the map.
-
L.LockAction (l)
- Sets
lock
mode for a collection of images.
- Sets
-
L.UnlockAction (u)
- Unsets
lock
mode for a collection of images.
- Unsets