where does leaflet store the tiles for a tilelayer

123 Views Asked by At

I have an elevation tilelayer in Leaflet and would like to access the individual tile images in order to access their elevation data via the imageData object

Where are the tile images stored within Leaflets tileLayer object?

1

There are 1 best solutions below

0
On

There is no public function for this but you can access it via tile._tiles

Demo: https://plnkr.co/edit/rHpmBfqRkPRCypBs