Change to 80px arrow key panning (this matches Leaflet default)

(closes #4207)
This commit is contained in:
Bryan Housel
2017-08-01 12:03:07 -04:00
parent 447a8d9534
commit fc50bed82d
+1 -1
View File
@@ -261,7 +261,7 @@ export function uiInit(context) {
// pan amount
var pa = 10;
var pa = 80;
var keybinding = d3keybinding('main')
.on('⌫', function() { d3.event.preventDefault(); })