- Support for raster reprojection. Works with the -proj command and on-the-fly reprojection in the web UI.
- Added
-i raster-type=image|categoricaloption for setting the raster type, which determines if bilinear or nearest-neighbor resampling is used when projecting (imageis the default). - Added
-proj resampling=nearest|bilinearto override the default. - Added
-proj nodata-color=for setting the color of parts of the image that are outside of the projection area.