fix tegola URL passthrough after my config changes
This commit is contained in:
parent
56e1e51279
commit
d478f39800
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ function onLoad() {
|
|||
map.addSource('tegola-mosquito', {
|
||||
'type': 'vector',
|
||||
'tiles': [
|
||||
'https://{{.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