Changes between Initial Version and Version 1 of Ticket #2003
- Timestamp:
- Feb 25, 2019, 9:14:01 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2003 – Description
initial v1 1 So it can work as same as https://docs.geoserver.org/latest/en/user/services/wms/vendor.html#interpolations 1 The ```interpolation`` parameter allows choosing a specific resampling (interpolation) method. It can be used in the ``GetMap`` operation. By default now it's nearest neighbour (as in gdalwarp). 2 3 4 The new ```project()`` variants support specifying the resampling algorithm: http://doc.rasdaman.org/04_ql-guide.html#the-project-function 5 6 7