Skip to content

Commit 0a75202

Browse files
committed
update URL on move
1 parent 314ed55 commit 0a75202

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

js/tracker.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,10 @@ function load() {
450450
map.addLayer(launches);
451451
}
452452

453+
map.on('moveend', function (e) {
454+
lhash_update();
455+
});
456+
453457
map.on('baselayerchange', function (e) {
454458
selectedLayer = e.layer.id;
455459
});

0 commit comments

Comments
 (0)