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
Clipping was disabled a while back by commenting out the createMask call in leaflet-geotiff.js#L463:
// mask caused problems and seems to be not needed for our implementation// var mask = this.createMask(size, args);
"caused problems" is obviously ambiguous. Next steps - someone needs to identify the problem that clipping was causing, then implement a fix.
The clip option was irrelevant to our immediate use cases when furthering the development of this plugin. This remains the case, so - a PR is welcome here however otherwise this issue is unlikely to receive much focus from our team any time soon.
Hello, I'm trying out clipping on the demo and I can't seem to make it happen. I've added the following clip array that should bisect the tif.
What am I doing wrong?
The text was updated successfully, but these errors were encountered: