Changes between Version 1 and Version 3 of Ticket #2180


Ignore:
Timestamp:
Jul 27, 2007, 10:37:50 AM (17 years ago)
Author:
warmerdam
Comment:

The patch has been applied in the 4.10 branch (for 4.10.3) and in trunk (for 5.0 beta2).

I have also incorporated a two extra tests in msautotest/wcs/wcs_simple.map for this issue, and changed that map to use a one-file tileindex so the problem is triggered.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2180

    • Property Status assignedclosed
    • Property Resolutionfixed
  • Ticket #2180 – Description

    v1 v3  
    1 This patch fixes a quite annoying bug that was explained by Jerome Martin (see the
    2 original thread :
     1Producing non-square pixels or reprojected results with MapServer WCS does not work with tileindexed layers.  The issue is described in the email:
     2
    33http://lists.umn.edu/cgi-bin/wa?A2=ind0702&L=mapserver-users&T=0&F=&S=&P=852)
    44
    5 Now, I can make GetCoverage requests on a tileindex of DTED files with
    6 resolutions (or dimensions) not necesseraly a multiple of the original
    7 resolution, or into another projection system.
     5With the patch, I can make GetCoverage requests on a tileindex of DTED files with resolutions (or dimensions) not necesseraly a multiple of the original resolution, or into another projection system.
    86
    9 The fix consists of adding the following lines after
    10 msMapComputeGeotransform, as it's done in mapdraw.c
     7The fix consists of adding the following lines after msMapComputeGeotransform, as it's done in mapdraw.c
    118
    129{{{