-
-
Notifications
You must be signed in to change notification settings - Fork 375
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
msResampleGDALToMap(): optimizations for tiled queries
If requesting at the raster resolution, on pixel boundaries, and no reprojection is involved, we don't need any resampling. And if coordinates and dimensions match an integral subsampling factor, no need to add pixel margin. This optimization helps a lot when operating with mode=tile and that the underlying raster is tiled and share the same tiling scheme as the queried tile mode.
- Loading branch information
Showing
1 changed file
with
59 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters