Glodenox / wme-image-overlays

A userscript that allows Waze editors to overlay a local image onto the map in the background
GNU General Public License v3.0
4 stars 1 forks source link

Improve script performance by generating downscaled images #12

Open Glodenox opened 5 years ago

Glodenox commented 5 years ago

Zooming in on an image overlay goes quite slow for big images. By generating a smaller image in advance for other zoom levels, it should be possible to increase the performance of the script.

Glodenox commented 4 years ago

To investigate:

But also keep in mind that maybe browsers are just better at handling big images by themselves after all.