From ec1a4cc6fa8eafd0a21ddee1271961994b6e83e3 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Sun, 16 Nov 2025 21:25:54 +0000 Subject: [PATCH] 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. --- templates/dashboard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/dashboard.html b/templates/dashboard.html index 5abb35f9..b330e0b7 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -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