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
_______________________________________________
Users mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to