From 46b021c1b4d0a7e22ecd0bf05c5a1e4164b39ea4 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 30 May 2025 14:57:31 -0400 Subject: [PATCH] Replace SVG map with interactive Leaflet map The commit focuses on replacing a static SVG biblical map with an interactive Leaflet map implementation. This enables better zooming, panning, and location interactions. --- kjvstudy_org/templates/biblical_maps.html | 368 +++++++++------------- 1 file changed, 143 insertions(+), 225 deletions(-) diff --git a/kjvstudy_org/templates/biblical_maps.html b/kjvstudy_org/templates/biblical_maps.html index c7eb886..e835b3e 100644 --- a/kjvstudy_org/templates/biblical_maps.html +++ b/kjvstudy_org/templates/biblical_maps.html @@ -9,6 +9,8 @@ {% block og_title %}Biblical Maps - Important Bible Locations - KJV Study{% endblock %} {% block head %} + +