Tagged Questions
1
vote
1answer
281 views
How to preload tiles in Leaflet?
I'm trying to make a user controlled cross-layer animation in Leaflet.
I have about 70 tileLayer.wms layers, that need to be preloaded on the map before animation can run.
The question is - is there ...