From b431cfc0acfd9bafd8d193178202ed205df95ff1 Mon Sep 17 00:00:00 2001 From: Mischa Date: Fri, 19 Jun 2026 21:49:52 +0200 Subject: [PATCH] feat: migrate mini-map and home map to MapLibre GL --- .../intotheeast/templates/dailies.html.twig | 71 +++++++++--------- themes/intotheeast/templates/home.html.twig | 74 ++++++++++--------- 2 files changed, 73 insertions(+), 72 deletions(-) diff --git a/themes/intotheeast/templates/dailies.html.twig b/themes/intotheeast/templates/dailies.html.twig index cd57fdb..9f5f2fd 100644 --- a/themes/intotheeast/templates/dailies.html.twig +++ b/themes/intotheeast/templates/dailies.html.twig @@ -34,47 +34,46 @@ View full map → - - + + + {% endif %} diff --git a/themes/intotheeast/templates/home.html.twig b/themes/intotheeast/templates/home.html.twig index 9e011ad..cc55050 100644 --- a/themes/intotheeast/templates/home.html.twig +++ b/themes/intotheeast/templates/home.html.twig @@ -123,47 +123,49 @@ {% if map_entries|length > 0 %} - - + + + {% endif %} {% endblock %}