Changes between Initial Version and Version 1 of Ticket #2180


Ignore:
Timestamp:
Jul 26, 2007, 12:27:22 PM (17 years ago)
Author:
warmerdam
Comment:

I've made a first attempt to reproduce this problem by requesting an odd aspect ratio in a WCS request but things seemed to work fine. I'll try again tomorrow with reprojection.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2180

    • Property Owner changed from warmerdam@… to warmerdam
    • Property Status newassigned
  • Ticket #2180 – Description

    initial v1  
    1212{{{
    1313
    14     /* Do we need to fake out stuff for rotated support? */
    15     if( map->gt.need_geotransform )
    16         msMapSetFakedExtent( map );
     14    /* Do we need to fake out stuff for rotated support? */
     15    if( map->gt.need_geotransform )
     16        msMapSetFakedExtent( map );
    1717}}}