WMS_Add optional interpolation parameter
project() allows choosing a specific resampling (interpolation) method to be used during reprojection; by default this is nearest neighbour.
In WMS there is no standard way to specify interpolation in a GetMap
request. One way is to add a non-standard parameter like interpolation=<method>
, where <method>
is one of near, bilinear, cubic, cubicspline, lanczos, average, mode, max, min, med, q1, or q3.
Change History
(5)
Description: |
modified (diff)
|
Description: |
modified (diff)
|
Description: |
modified (diff)
|
Cc: |
Peter Baumann added
|
Description: |
modified (diff)
|
Resolution: |
→ fixed
|
Status: |
new → closed
|