From 57e6936e79623d55fa83dacabc5f59bdd20e9e5e Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 30 May 2025 13:53:56 -0400 Subject: [PATCH] Add loading state and error handling to biblical maps --- kjvstudy_org/templates/biblical_maps.html | 64 ++++++++++++++++++----- 1 file changed, 51 insertions(+), 13 deletions(-) diff --git a/kjvstudy_org/templates/biblical_maps.html b/kjvstudy_org/templates/biblical_maps.html index cc9b1b1..2f138b7 100644 --- a/kjvstudy_org/templates/biblical_maps.html +++ b/kjvstudy_org/templates/biblical_maps.html @@ -60,12 +60,15 @@ } #biblical-map { - height: 600px; - width: 100%; + height: 600px !important; + width: 100% !important; border: 2px solid var(--primary-color); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); margin: 20px 0; + background: #333 !important; + display: block !important; + position: relative !important; } .map-legend { @@ -153,7 +156,11 @@

Click on map markers to learn about biblical locations and their significance. Use the layer controls to switch between different map styles. Each location includes relevant Scripture references you can click to explore further.

-
+
+
+ πŸ“ Loading Biblical Maps... +
+

πŸ—ΊοΈ Map Legend

@@ -191,29 +198,54 @@ {% endblock %} \ No newline at end of file