I generated template url for my title using “leaflet title layer” app. It is ‘https://public_tiles.dronedeploy.com/v1/tiles_images/5d953855f23914f07e35fd18/orthomosaic/{z}/{x}/{y}?token=…’. My question is, how to add this title layer into a separate leaflet map that is totally separate from DD? I’ve tried below:
L.tileLayer('https://public_tiles.dronedeploy.com/v1/tiles_images/5d953855f23914f07e35fd18/orthomosaic/{z}/{x}/{y}?token=.....', {
maxZoom: 18,
}).addTo(mymap);
But it failed and showed “Failed to load resource: the server responded with a status of 404 (Not Found)” thx!