Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion photomap/frontend/static/javascript/umap.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const UMAP_SIZES = {
fullscreen: { width: window.innerWidth, height: window.innerHeight },
};
const landmarkCount = 18; // Maximum number of non-overlapping landmarks to show at any time
const randomWalkMaxSize = 2000; // Max cluster size to use random walk ordering
const randomWalkMaxSize = 5000; // Max cluster size to use random walk ordering
const MARKER_UPDATE_IGNORE_WINDOW_MS = 1000; // Time window to ignore marker updates after manual navigation

let externalClickCallback = null;
Expand Down
Loading