stuartmatthews / leaflet-geotiff

Leaflet plugin for displaying geoTIFF raster data
MIT License
174 stars 76 forks source link

Internet explorer 11 Bug #7

Open LennertDeFeyterGHD opened 6 years ago

LennertDeFeyterGHD commented 6 years ago

Hi, I am having some trouble showing Geotiff files in Internet explorer 11.

It shows up fine, but after quickly zooming in and out, the image becomes out of sync. Furthermore it has influence on all layers that have been added.

This can be tested with the demo https://stuartmatthews.github.io/leaflet-geotiff/

After some quick zooming I am left with the following image:

image Kind regards,

Lennert

LennertDeFeyterGHD commented 6 years ago

It does work with Chrome though.

m-mohr commented 6 years ago

I can't reproduce this.

Anyway, there is a layer missing, which is due to IE not supporting new ImageData(). This is fixed with PR #17.