]> git.openstreetmap.org Git - rails.git/commitdiff
Merge remote-tracking branch 'upstream/pull/5917'
authorTom Hughes <tom@compton.nu>
Thu, 10 Apr 2025 18:22:36 +0000 (19:22 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 10 Apr 2025 18:22:36 +0000 (19:22 +0100)
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);
     }
   }