Open isaachinman opened 9 years ago
We recommend tiled approach. Patch adding this would be accepted after review.
@klokan Do you have an approximate estimate of timeframe?
There is no planned timeframe for this - as we have no client who requested this - and for any larger map or serious work you need tiles anyway (http://www.maptiler.com/ or mapserver or similar). Technically it could be relatively easy patch - done in about 3 hours of coding time probably. If a third party develop this we will accept a pull request - or if there is a client we can develop that on our side.
I am building a web app that will dynamically add tiles (pngs) to a WebGL Earth as they are async fetched from an API. This, of course, means lots and lots of small tiles being applied. I'd like to be able to use imageOverlay (a leaflet method), unless you think there is a better approach.
Compiling the tiles ahead of time (eg with MapTiler isn't an option, as I am using NASA satellite images which are updated roughly every two weeks.