Jakob Rodseth
Jakob Rodseth
Is this expected to be resolved?
Issue still persists! Looks like the _wheelZoom function is missing an event execution. I'd recommend the following code addition. ``` _wheelZoom: function (e) { var wheelDeltaY, deltaScale, that = this;...
Using nearest neighbor resampling when computing tiles via gdal2tiles will prevent interpolation between pixels. e.g. `gdal2tiles.py **-r near** --xyz -z 10-20 -tilesize=512 rgbify_input.tif ./tiles/` This won't produce spiking along boundaries...