s/nxt/next/
This commit is contained in:
parent
59fe671896
commit
4775bca0d0
@ -288,7 +288,7 @@ window.setupMap = function() {
|
|||||||
window.mapDataRequest.start();
|
window.mapDataRequest.start();
|
||||||
|
|
||||||
// start the refresh process with a small timeout, so the first data request happens quickly
|
// start the refresh process with a small timeout, so the first data request happens quickly
|
||||||
// (the code originally called the request function directly, and triggered a normal delay for the nxt refresh.
|
// (the code originally called the request function directly, and triggered a normal delay for the next refresh.
|
||||||
// however, the moveend/zoomend gets triggered on map load, causing a duplicate refresh. this helps prevent that
|
// however, the moveend/zoomend gets triggered on map load, causing a duplicate refresh. this helps prevent that
|
||||||
window.startRefreshTimeout(ON_MOVE_REFRESH*1000);
|
window.startRefreshTimeout(ON_MOVE_REFRESH*1000);
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user