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:
Eli Ribble 2025-11-16 21:25:54 +00:00
parent 930906dba3
commit ec1a4cc6fa
No known key found for this signature in database

View file

@ -31,7 +31,7 @@ function onLoad() {
'type': 'vector',
'tiles': [
//'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,
//'maxzoom': 14