Add the organization ID to the Tegola URL
We'll eventually want this provided through the template, but for now the direct coding proves that it works.
This commit is contained in:
parent
930906dba3
commit
ec1a4cc6fa
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ function onLoad() {
|
||||||
'type': 'vector',
|
'type': 'vector',
|
||||||
'tiles': [
|
'tiles': [
|
||||||
//'https://tiles.mapillary.com/maps/vtp/mly1_public/2/{z}/{x}/{y}?access_token=MLY|4142433049200173|72206abe5035850d6743b23a49c41333'
|
//'https://tiles.mapillary.com/maps/vtp/mly1_public/2/{z}/{x}/{y}?access_token=MLY|4142433049200173|72206abe5035850d6743b23a49c41333'
|
||||||
'https://tegola.nidus.cloud/maps/nidus/{z}/{x}/{y}'
|
'https://tegola.nidus.cloud/maps/nidus/{z}/{x}/{y}?organization_id=1'
|
||||||
]
|
]
|
||||||
//'minzoom': 6,
|
//'minzoom': 6,
|
||||||
//'maxzoom': 14
|
//'maxzoom': 14
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue