From 8e53fda283427345abc152bcda65e60dca1db7c7 Mon Sep 17 00:00:00 2001 From: Deeman Date: Wed, 4 Mar 2026 13:04:40 +0100 Subject: [PATCH] =?UTF-8?q?feat(maps):=20Phase=202=20=E2=80=94=20markets?= =?UTF-8?q?=20hub=20country=20bubble=20map?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add Leaflet map to /markets with country-level bubbles sized by total_venues and colored by avg_market_score. Click navigates to country overview page. Co-Authored-By: Claude Opus 4.6 --- .../content/templates/markets.html | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/web/src/padelnomics/content/templates/markets.html b/web/src/padelnomics/content/templates/markets.html index 1acb1aa..492f020 100644 --- a/web/src/padelnomics/content/templates/markets.html +++ b/web/src/padelnomics/content/templates/markets.html @@ -6,6 +6,7 @@ + {% endblock %} {% block content %} @@ -15,6 +16,8 @@

{{ t.mkt_subheading }}

+
+
@@ -62,3 +65,43 @@
{% endblock %} + +{% block scripts %} + + +{% endblock %}