From 964ef49a783ca4e5a855e3824aed1edeca62089c Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Thu, 22 Jan 2026 05:04:46 +0000 Subject: [PATCH] Fix tegola URL harder --- htmlpage/static/js/map-aggregate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htmlpage/static/js/map-aggregate.js b/htmlpage/static/js/map-aggregate.js index 52146995..94e38374 100644 --- a/htmlpage/static/js/map-aggregate.js +++ b/htmlpage/static/js/map-aggregate.js @@ -82,7 +82,7 @@ class MapAggregate extends HTMLElement { map.addSource('tegola', { 'type': 'vector', 'tiles': [ - `https://${tegola}/maps/nidus/{z}/{x}/{y}?organization_id=${organization_id}` + `${tegola}/maps/nidus/{z}/{x}/{y}?organization_id=${organization_id}` ] }); map.addInteraction('nidus-mouseenter-interaction', {