diff --git a/js/id/behavior/hash.js b/js/id/behavior/hash.js index c8762fb13..ced648e45 100644 --- a/js/id/behavior/hash.js +++ b/js/id/behavior/hash.js @@ -29,7 +29,7 @@ iD.behavior.Hash = function(context) { var move = _.throttle(function() { var s1 = formatter(context.map()); if (s0 !== s1) location.replace(s0 = s1); // don't recenter the map! - }, 100); + }, 500); function hashchange() { if (location.hash === s0) return; // ignore spurious hashchange events