From 3703421dd8105293c766183f6747023c7d79ad36 Mon Sep 17 00:00:00 2001 From: Denozordec Date: Mon, 30 Mar 2026 15:41:47 +0700 Subject: [PATCH] Enhance map functionality and display of IP data - Introduced a point counter for the map to show the number of IP locations displayed, improving user feedback. - Updated the map rendering logic to handle cases where the map or layers are not yet initialized, preventing potential errors. - Improved coordinate handling by ensuring latitude and longitude values are properly validated and converted to numbers. - Enhanced the map's initial view settings to provide a better user experience when displaying points. --- web/src/routes/ips/+page.svelte | 37 ++++++++++++++++++++++++++------- 1 file changed, 29 insertions(+), 8 deletions(-) diff --git a/web/src/routes/ips/+page.svelte b/web/src/routes/ips/+page.svelte index cec3cc6..4ec676e 100644 --- a/web/src/routes/ips/+page.svelte +++ b/web/src/routes/ips/+page.svelte @@ -1,5 +1,5 @@