From ecf7a00cdd5a1c191883c98bff23c80b9bf17e2b Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 12 Mar 2025 22:17:39 +0000 Subject: [PATCH] [diary]: Update 12 Mar --- diary.md | 1 + 1 file changed, 1 insertion(+) diff --git a/diary.md b/diary.md index 6ee1668..d92d4aa 100644 --- a/diary.md +++ b/diary.md @@ -3,6 +3,7 @@ - Basically just works by using a debounce function and setting a loading screen if there's more than 500 items to filter. - Furthermore, if there's more than 500 items to filter, it'll wait 5 seconds after filtering the data to disable the loading screen, as it takes about that long to plot everything on the map. - Add a filter that allows the user to specify a number of kilometres within which to display items, thus allowing them to only see nearby items. +- Centre the map on the selected marker when button is clicked to retrieve more data. ## Tue 11 Mar 2025 - Fix spacing of Statistics page