More fixes to tegola URLs

This commit is contained in:
Eli Ribble 2026-01-22 05:12:48 +00:00
parent 964ef49a78
commit 1aa19ce707
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -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', {

View file

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