nakarte

Source code of https://map.sikmir.ru (fork)
git clone git://git.sikmir.ru/nakarte
Log | Files | Refs | LICENSE

commit 8c1df8fe8d06bfc6d373cff660ea2eeee9d97645
parent 083cab1771bd187cfecaec71efee10dc4d4f4d4f
Author: Sergej Orlov <wladimirych@gmail.com>
Date:   Wed,  4 Jul 2018 03:11:31 +0300

[panoramas] add hotkey string to tooltip #80

Diffstat:
Msrc/lib/leaflet.control.panoramas/index.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/leaflet.control.panoramas/index.js b/src/lib/leaflet.control.panoramas/index.js @@ -89,7 +89,7 @@ L.Control.Panoramas = L.Control.extend({ onAdd: function(map) { this._map = map; const {container, link, barContainer} = makeButtonWithBar( - 'leaflet-contol-panoramas', 'Show panoramas', 'icon-panoramas'); + 'leaflet-contol-panoramas', 'Show panoramas (Alt-P)', 'icon-panoramas'); this._container = container; L.DomEvent.on(link, 'click', this.onButtonClick, this); L.DomEvent.on(document, 'keyup', this.onKeyUp, this);