Skip to content

Commit

Permalink
Change to 80px arrow key panning (this matches Leaflet default)
Browse files Browse the repository at this point in the history
(closes #4207)
  • Loading branch information
bhousel committed Aug 1, 2017
1 parent 447a8d9 commit fc50bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ui/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(); })
Expand Down

0 comments on commit fc50bed

Please sign in to comment.