Changes between Initial Version and Version 1 of Ticket #1410, comment 5
- Timestamp:
- Oct 14, 2016, 11:32:45 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1410, comment 5
initial v1 2 2 > Please look at the standard. 3 3 In the OGC, documentation, it does not give detail about this factor 4 Edit: in OGC also have a detail 4 5 5 6 {{{ 6 scaleFactor Scale factor to be applied to all coverage axes float zero or one (optional) 7 Note A value of 1.0 leaves the coverage unscaled, a value between 0 and 1 scales down 8 (reduces target domain), a value greater than 1 scales up (enlarges target domain). 7 9 }}} 8 10 9 so I read from MapServer and I think it is more natural ( scalefactor > 1 will return bigger coverage) http://mapserver.org/de/ogc/wcs_server.html#wcs-2-0-kvp-request-parameters 10 11 {{{ 12 SCALEFACTOR=factor: With this parameter (a positive float) 13 the size of the output image can be adjusted. All axes are scaled equally. 14 }}} 11 so the current behavior in WCS is opposite.