]> git.openstreetmap.org Git - rails.git/commitdiff
Merge remote-tracking branch 'upstream/pull/5918'
authorAnton Khorev <tony29@yandex.ru>
Sat, 12 Apr 2025 14:50:39 +0000 (17:50 +0300)
committerAnton Khorev <tony29@yandex.ru>
Sat, 12 Apr 2025 14:50:39 +0000 (17:50 +0300)
app/assets/javascripts/index/history.js

index 05877784035fba11cb621125ebca2e13f4a6a88b..289081ca1a9c2feee28951e10c213532ed1f4871 100644 (file)
@@ -237,7 +237,7 @@ OSM.History = function (map) {
       OSM.router.replace("/history" + window.location.hash);
       loadFirstChangesets();
     } else {
-      changesetsLayer.updateChangesetsPositions(map);
+      changesetsLayer.updateChangesetLocations(map);
     }
   }