You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 15, 2025. It is now read-only.
Firstly thanks for putting this together - I'm actually using it in OpenLayers rather than Mapbox and having great success. The only stumbling block I have now though is that I can't seem to prevent the Landsat pixels from being "smoothed" - I'm doing vegetation analysis and need the raw Landsat pixel values, but when they show up on the map they are being dithered/anti-aliased within the pixels, rather than appearing as a single colour for each pixel. See image below:
I've tried setting imageSmoothingEnabled = false as suggested by a post on Stack Overflow, as this seems to work for others who are using static PNG images, but doesn't work for me, I wonder if landsat-tiler is actually supplying "pre-smoothed" data. Is this the case, and would it be possible to optionally disable it?
Firstly thanks for putting this together - I'm actually using it in OpenLayers rather than Mapbox and having great success. The only stumbling block I have now though is that I can't seem to prevent the Landsat pixels from being "smoothed" - I'm doing vegetation analysis and need the raw Landsat pixel values, but when they show up on the map they are being dithered/anti-aliased within the pixels, rather than appearing as a single colour for each pixel. See image below:

I've tried setting imageSmoothingEnabled = false as suggested by a post on Stack Overflow, as this seems to work for others who are using static PNG images, but doesn't work for me, I wonder if landsat-tiler is actually supplying "pre-smoothed" data. Is this the case, and would it be possible to optionally disable it?