From a4e59fab9afd48e2b87f6d0eca0ff947f7021f94 Mon Sep 17 00:00:00 2001 From: Andreas Kristiansen <6977712+AndreasK79@users.noreply.github.com> Date: Mon, 20 Oct 2025 09:10:24 +0200 Subject: [PATCH] Added CQ/ITU to mapinfo --- application/controllers/Gridmap.php | 4 +++- application/views/gridmap/index.php | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/application/controllers/Gridmap.php b/application/controllers/Gridmap.php index 6aaffe088..5bc0d62e7 100644 --- a/application/controllers/Gridmap.php +++ b/application/controllers/Gridmap.php @@ -43,7 +43,9 @@ class Gridmap extends CI_Controller { $footerData['scripts'] = [ 'assets/js/leaflet/geocoding.js', 'assets/js/leaflet/L.MaidenheadColouredGridMap.js', - 'assets/js/sections/gridmap.js?' + 'assets/js/sections/gridmap.js?', + 'assets/js/sections/itumap_geojson.js?' . filemtime(realpath(__DIR__ . "/../../assets/js/sections/itumap_geojson.js")), + 'assets/js/sections/cqmap_geojson.js?' . filemtime(realpath(__DIR__ . "/../../assets/js/sections/cqmap_geojson.js")), ]; $this->load->view('interface_assets/header', $data); diff --git a/application/views/gridmap/index.php b/application/views/gridmap/index.php index 968011082..573d5a969 100644 --- a/application/views/gridmap/index.php +++ b/application/views/gridmap/index.php @@ -190,6 +190,10 @@
+
+
+
+