I implement map export features using OpenLayers 3.
But there is one problem: it is impossible to determine whether the map is fully loaded or if several fragments remain.
There seems to be no such API or event. Close is a tileloadstart - tileloadend pair. But OpenLayers loads tiles asynchronously, and before the fragment actually loads, tileloadstart does not start, i.e. A tile queued in a tile queue does not fire an event until the actual load.
Hot can I find that the map view is fully loaded?
source share