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
I found a bug in maplibre-gl that also existed in mapbox-gl, which is that raster-resampling: nearest doesn't work on windows. This bug was fixed with the following pull request: #12577
I would like to fix this bug in maplibre-gl however, I started reading the mapbox fix before I even realized in which repository I was. Since I know your fix I don't think I'll be able to fix it in maplibre without it being a backport.
Since unauthorized backports are of course forbidden, the only solution that I see that I can fix this myself is to ask for permission to backport this fix.
I hope this is the right place to ask such a question and I fully understand if you do not want this.
Links to related documentation
The text was updated successfully, but these errors were encountered:
This seems like a trivial and obvious change that you could easily come to on your own and I wouldn't view it as something original and copyright-protected, so making an equivalent change seems totally fine to me, but will let the author @stepankuzmin chime in.
mapbox-gl-js version:
Question
I found a bug in
maplibre-gl
that also existed inmapbox-gl
, which is thatraster-resampling: nearest
doesn't work on windows. This bug was fixed with the following pull request: #12577I would like to fix this bug in
maplibre-gl
however, I started reading themapbox
fix before I even realized in which repository I was. Since I know your fix I don't think I'll be able to fix it inmaplibre
without it being a backport.Since unauthorized backports are of course forbidden, the only solution that I see that I can fix this myself is to ask for permission to backport this fix.
I hope this is the right place to ask such a question and I fully understand if you do not want this.
Links to related documentation
The text was updated successfully, but these errors were encountered: