Added CQ/ITU to mapinfo

This commit is contained in:
Andreas Kristiansen
2025-10-20 09:10:24 +02:00
parent 31e398ca69
commit a4e59fab9a
2 changed files with 7 additions and 1 deletions

View File

@@ -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);