Changes between Initial Version and Version 2 of Ticket #4167


Ignore:
Timestamp:
Jan 26, 2012, 7:24:33 AM (12 years ago)
Author:
dmorissette
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4167

    • Property Owner changed from sdlime to msogcbugs
    • Property Component MapServer C LibraryWMS Client
  • Ticket #4167 – Description

    initial v2  
    44
    55I have my first mapfile that exposes WMS layers (MapServer is used as a WMS server and a WMS client): refs.map
     6
    67I have a second mapfile that contains a Postgis layer (this mapfile uses only MapServer as WMS server): roads.map
     8
    79I'm using MapServer 5.6.0 beta 3 on Debian (to avoid WFS requests issues with the folowing versions). But I have the same problem with 5.6.3. I advertise raster formats with "GetMap formats" to use AGG driver. I can get nice PNG with AGG when I request directly my second mapfile roads.map (using mapserver only as WMS server).
    810But if I request my first mapfile refs.map (that then requests my second mapfile using MapServer as WMS client), I get PNG with bad aliasing (AGG does not seem to be used!).
     
    1820
    1921An extract of my first mapfile (refs.map):
    20 "MAP
     22{{{
     23MAP
    2124...
    2225   OUTPUTFORMAT
     
    4851   END
    4952   ...
    50 END"
    51 
     53END
     54}}}
    5255
    5356An extract of my second mapfile (roads.map) :
     57{{{
    5458MAP
    5559...
     
    7781...
    7882END
     83}}}
    7984
    8085I'm not sure that this behavior should be different with mapserver 6.0...