raster-resampling nearest bug on windows fix w/o backporting #3451
laurens-in
started this conversation in
General
Replies: 1 comment 3 replies
-
You need to fix it without looking at the mapbox code - i.e. debug, write some code, test etc. Ping me on slack of you need more clarifications. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
there's a bug where
raster-resampling: nearest
doesn't work in browsers on windows. the same bug existed inmapbox-gl
and was fixed in this pull request: https://github.com/mapbox/mapbox-gl-js/pull/12577/filesI would love to fix this in
maplibre-gl
but I'm not sure how to do it without backporting.Beta Was this translation helpful? Give feedback.
All reactions