More fixes to tegola URLs
This commit is contained in:
parent
964ef49a78
commit
1aa19ce707
2 changed files with 2 additions and 2 deletions
|
|
@ -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', {
|
||||
|
|
|
|||
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue