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({