From mrdapotts at gmail.com Mon Mar 2 11:26:25 2026 From: mrdapotts at gmail.com (Dave Potts) Date: Mon, 2 Mar 2026 19:26:25 +0000 Subject: [OpenLayers-Users] Loader function called multiple times in wind.js example Message-ID: I have been playing around with wind.js example program. I was a bit surprised when I discovered that the loader function is called 16 times. 'const wind = new DataTileSource({ // transition must be 0, see https://github.com/openlayers/openlayers/issues/16119 transition: 0, wrapX: true, async loader(z, x, y) { console.log("LOADER=========================>>>>>"); const { data: inputData, width: inputWidth, height: inputHeight, } = await windData;' The string LOADER is printed 16 times, I would like to know why -------------- next part -------------- An HTML attachment was scrubbed... URL: