From 1aa19ce7071b12c462fd463409a44dbe73ea5c83 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Thu, 22 Jan 2026 05:12:48 +0000 Subject: [PATCH] More fixes to tegola URLs --- htmlpage/static/js/map-aggregate.js | 2 +- public-report/template/search.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htmlpage/static/js/map-aggregate.js b/htmlpage/static/js/map-aggregate.js index 94e38374..60881d97 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': [ - `${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', { diff --git a/public-report/template/search.html b/public-report/template/search.html index a5377aef..c585bec6 100644 --- a/public-report/template/search.html +++ b/public-report/template/search.html @@ -80,7 +80,7 @@ function onLoad() { map.addSource('tegola-mosquito', { 'type': 'vector', 'tiles': [ - '{{.URLTegola}}/maps/mosquito/{z}/{x}/{y}' + '{{.URLTegola}}maps/mosquito/{z}/{x}/{y}' ] }); map.addLayer({