Hi Tim, <br><br>I have been unable to reproduce this issue with the current rev# 1863 of fusion. It looks to me that something in your loadmap.php script is not passing the image type to openlayers so the default action is set. <br>
<br>Have you modified anything in loadmap.php? perhaps you can send an attachment of the response from loadmap.php? or even better provide a link to the offending application. <br><br>See: trunk/lib/OpenLayers/OpenLayers.js around line 29288<br>
<br>    DEFAULT_PARAMS: {<br>        mode: &quot;map&quot;,<br>        map_imagetype: &quot;png&quot;<br>    },<br><br>by default the map_imagetype is png. see what happens if you change it to this.<br><br>    DEFAULT_PARAMS: {<br>

        mode: &quot;map&quot;,<br>
        map_imagetype: &quot;aggapng24&quot;<br>
    },<br><br>Cheers<br><br>Paul D. <br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"></blockquote><br><br><div class="gmail_quote">On Thu, Jun 4, 2009 at 4:19 PM, Nolte, Tim <span dir="ltr">&lt;<a href="mailto:Tim.Nolte@ipcswirelessinc.com">Tim.Nolte@ipcswirelessinc.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I can assure you that there is something wrong with how Fusion is<br>
handling my mapfile. I changed my IMAGETYPE to what you had and still<br>
found that it was generating a GD image. So I did some digging. Here is<br>
the url that was being passed to the mapserv cgi:<br>
<br>
<a href="http://mapserver.ilpcs.com/cgi-bin/mapserv?layers=world_countries_large_%0Ascale%20world_countries_mid_scale%20world_countries_small_scale1%20world" target="_blank">http://mapserver.ilpcs.com/cgi-bin/mapserv?layers=world_countries_large_<br>

scale%20world_countries_mid_scale%20world_countries_small_scale1%20world</a><br>
_countries_small_scale2%20built_up_areas%20voice_only_roaming%20voice_da<br>
ta_roaming%20ipcs_voice_data%20ipcs_evdo%20inland_water_small_scale%20in<br>
land_water%20inland_water_no_us%20rivers_and_streams_with_US%20rivers_an<br>
d_streams_no_US%20canals_no_US%20regional_borders%20international_border<br>
s%20roads%20roads_median%20railroads%20sea_labels%20ocean_labels%20built<br>
_up_area_labels%20state_province_labels%20world_major_cities%20world_cap<br>
itals%20island_labels%20inland_water_small_scale%20inland_water%20us_wat<br>
er%20us_rivers_streams%20us_small_scale_state_borders%20us_large_scale_s<br>
tate_borders%20us_international_borders%20us_ramps%20us_trails%20us_ferr<br>
ies%20us_streets_for_raster%20us_railways%20us_small_scale_secondary_roa<br>
ds%20us_secondary_roads%20us_small_scale_primary_roads%20us_primary_road<br>
s%20us_primary_road_shields_small_scale%20us_primary_road_shields%20us_s<br>
econdary_road_shields_small_scale%20us_secondary_road_shields%20small_to<br>
wns%20towns%20small_cities%20medium_cities%20major_cities_100000%20major<br>
_cities_1000000%20capital_cities%20state_labels%20national_capitals%20on<br>
_air%20copyright&amp;session=4a2828d05bdbc&amp;map=%2Ftmp%2Fsess_4a2828d05bdbc%2<br>
FiPCS.map&amp;map_imagetype=png&amp;mode=map&amp;ts=1244145893344&amp;mapext=-86.5204549<br>
4505495+42.08666860282567+-84.71641412872842+43.798194505494436&amp;imgext=-<br>
86.52045494505495+42.08666860282567+-84.71641412872842+43.79819450549443<br>
6&amp;map_size=780+740&amp;imgx=390&amp;imgy=370&amp;imgxy=780+740<br>
<br>
If you look for the map_imagetype you&#39;ll see that it is being set to<br>
&quot;png&quot;. This is not a valid type in my file. I changed this to my valid<br>
AGG imagetype:<br>
<br>
<a href="http://mapserver.ilpcs.com/cgi-bin/mapserv?layers=world_countries_large_%0Ascale%20world_countries_mid_scale%20world_countries_small_scale1%20world" target="_blank">http://mapserver.ilpcs.com/cgi-bin/mapserv?layers=world_countries_large_<br>

scale%20world_countries_mid_scale%20world_countries_small_scale1%20world</a><br>
_countries_small_scale2%20built_up_areas%20voice_only_roaming%20voice_da<br>
ta_roaming%20ipcs_voice_data%20ipcs_evdo%20inland_water_small_scale%20in<br>
land_water%20inland_water_no_us%20rivers_and_streams_with_US%20rivers_an<br>
d_streams_no_US%20canals_no_US%20regional_borders%20international_border<br>
s%20roads%20roads_median%20railroads%20sea_labels%20ocean_labels%20built<br>
_up_area_labels%20state_province_labels%20world_major_cities%20world_cap<br>
itals%20island_labels%20inland_water_small_scale%20inland_water%20us_wat<br>
er%20us_rivers_streams%20us_small_scale_state_borders%20us_large_scale_s<br>
tate_borders%20us_international_borders%20us_ramps%20us_trails%20us_ferr<br>
ies%20us_streets_for_raster%20us_railways%20us_small_scale_secondary_roa<br>
ds%20us_secondary_roads%20us_small_scale_primary_roads%20us_primary_road<br>
s%20us_primary_road_shields_small_scale%20us_primary_road_shields%20us_s<br>
econdary_road_shields_small_scale%20us_secondary_road_shields%20small_to<br>
wns%20towns%20small_cities%20medium_cities%20major_cities_100000%20major<br>
_cities_1000000%20capital_cities%20state_labels%20national_capitals%20on<br>
_air%20copyright&amp;session=4a2828d05bdbc&amp;map=%2Ftmp%2Fsess_4a2828d05bdbc%2<br>
FiPCS.map&amp;map_imagetype=aggapng24&amp;mode=map&amp;ts=1244145893344&amp;mapext=-86.5<br>
2045494505495+42.08666860282567+-84.71641412872842+43.798194505494436&amp;im<br>
gext=-86.52045494505495+42.08666860282567+-84.71641412872842+43.79819450<br>
5494436&amp;map_size=780+740&amp;imgx=390&amp;imgy=370&amp;imgxy=780+740<br>
<br>
And wouldn&#39;t you know I got the expected results. So it would seem that<br>
Fusion is looking at the MIMETYPE or DRIVER and using the generic image<br>
type rather than using the IMAGETYPE setting that I specified in my<br>
mapfile. I&#39;m going to look into the Fusion code to find out how it is<br>
reading the mapfile and getting that imagetype setting. For now I can<br>
make sure that I only have the AGG output method specified with the<br>
generic JPEG or PNG naming.<br>
<br>
<br>
** Also, please reply-to-all when responding to these posts. If you<br>
respond only to the poster then the community doesn&#39;t not get the whole<br>
conversation and misses out on the benefits.<br>
<div class="im"><br>
<br>
----<br>
Timothy J Nolte - <a href="mailto:tnolte@ilpcs.com">tnolte@ilpcs.com</a><br>
Network Planning Engineer<br>
<br>
iPCS Wireless, Inc.<br>
4717 Broadmoor Ave, Suite G<br>
Kentwood, MI 49512<br>
<br>
Office: 616-656-5163<br>
PCS:    616-706-2438<br>
Fax:    616-554-6484<br>
Web: <a href="http://www.ipcswirelessinc.com" target="_blank">www.ipcswirelessinc.com</a><br>
-----Original Message-----<br>
From: <a href="mailto:pdescham49@gmail.com">pdescham49@gmail.com</a> [mailto:<a href="mailto:pdescham49@gmail.com">pdescham49@gmail.com</a>] On Behalf Of<br>
Paul Deschamps<br>
</div><div class="im">Sent: Thursday, June 04, 2009 2:50 PM<br>
To: Nolte, Tim<br>
Subject: Re: [fusion-users] Fusion Conversion: 1.x -&gt; 2.x<br>
<br>
</div><div><div></div><div class="h5">I can definitively say that fusion is not changing the outputformat.<br>
Fusion calls the mapserver CGI which in tern opens up the mapfile<br>
specified in the url.<br>
<br>
If the mapfile located in your session folder has aggjpeg then the<br>
mapserver cgi is using aggjpeg.<br>
<br>
here&#39;s an example call to the mapserv cgi:<br>
<a href="http://127.0.0.1:8082/cgi-bin/mapserv?layers=bathymetry%20land_fn%20park%0A%20drain_fn%20drainage%20prov_bound%20fedlimit%20popplace&amp;session=4a2812%0Ad39555f&amp;map=%2Fhome%2Fpdeschamps%2Ffgs%2Ftmp%2F%2Fsess_4a2812d39555f%2FD%0AEMO.map&amp;map_imagetype=png&amp;mode=map&amp;ts=1244140254648&amp;mapext=-2925864.1788" target="_blank">http://127.0.0.1:8082/cgi-bin/mapserv?layers=bathymetry%20land_fn%20park<br>

%20drain_fn%20drainage%20prov_bound%20fedlimit%20popplace&amp;session=4a2812<br>
d39555f&amp;map=%2Fhome%2Fpdeschamps%2Ffgs%2Ftmp%2F%2Fsess_4a2812d39555f%2FD<br>
EMO.map&amp;map_imagetype=png&amp;mode=map&amp;ts=1244140254648&amp;mapext=-2925864.1788</a><br>
99084+699102.2825688068+3798664.178899084+2428266.717431193&amp;imgext=-2925<br>
864.178899084+699102.2825688068+3798664.178899084+2428266.717431193&amp;map_<br>
size=805+207&amp;imgx=402.5&amp;imgy=103.5&amp;imgxy=805+207<br>
<br>
You can even change the mapfile in a text editor and refresh that url<br>
and the map will change.<br>
<br>
Perhaps what you are seeing is compression artifacts.I would suggest<br>
changing from aggjpeg to aggpng24 transparent(alpha)<br>
<br>
Hope this helps<br>
<br>
Paul D.<br>
<br>
<br>
<br>
OUTPUTFORMAT<br>
    NAME &#39;AGGA&#39;<br>
    DRIVER AGG/PNG<br>
    IMAGEMODE RGBA<br>
END<br>
<br>
<br>
On Thu, Jun 4, 2009 at 12:51 PM, Nolte, Tim<br>
&lt;<a href="mailto:Tim.Nolte@ipcswirelessinc.com">Tim.Nolte@ipcswirelessinc.com</a>&gt; wrote:<br>
<br>
<br>
        Q1: Yes mapfile that is generated also has aggjpeg set the for<br>
image<br>
        type.<br>
<br>
        Q2: I can tell that it is not using AGG because the symbols and<br>
layers<br>
        are not anti-aliased. I have a Chameleon app that uses the same<br>
exact<br>
        output format and I get nice anti-aliased maps.<br>
<br>
        - Tim<br>
<br>
<br>
        ----<br>
        Timothy J Nolte - <a href="mailto:tnolte@ilpcs.com">tnolte@ilpcs.com</a><br>
        Network Planning Engineer<br>
<br>
        iPCS Wireless, Inc.<br>
        4717 Broadmoor Ave, Suite G<br>
        Kentwood, MI 49512<br>
<br>
        Office: 616-656-5163<br>
        PCS:    616-706-2438<br>
        Fax:    616-554-6484<br>
        Web: <a href="http://www.ipcswirelessinc.com" target="_blank">www.ipcswirelessinc.com</a><br>
<br>
        -----Original Message-----<br>
        From: <a href="mailto:pdescham49@gmail.com">pdescham49@gmail.com</a> [mailto:<a href="mailto:pdescham49@gmail.com">pdescham49@gmail.com</a>] On<br>
Behalf Of<br>
        Paul Deschamps<br>
<br>
        Sent: Thursday, June 04, 2009 12:02 PM<br>
        To: Nolte, Tim<br>
        Subject: Re: [fusion-users] Fusion Conversion: 1.x -&gt; 2.x<br>
<br>
<br>
        Here&#39;s a q. If you navigate into your php session directory and<br>
then<br>
        into the active session and open up the mapfile that is inside<br>
there is<br>
        it the image type aggjpeg? as it is below? that you are seeing<br>
below?<br>
<br>
        Another Q: How are you making this determination that mapserver<br>
is using<br>
        GD?<br>
<br>
        Cheers<br>
<br>
        Paul.<br>
<br>
<br>
<br>
<br>
<br>
--<br>
   Paul Deschamps<br>
   Applications Specialist<br>
   DM Solutions Group Inc.<br>
<br>
   Office: (613) 565-5056 x28<br>
   <a href="mailto:pdeschamps@dmsolutions.ca">pdeschamps@dmsolutions.ca</a><br>
   <a href="http://www.dmsolutions.ca" target="_blank">http://www.dmsolutions.ca</a><br>
   <a href="http://research.dmsolutions.ca" target="_blank">http://research.dmsolutions.ca</a><br>
<br>
<br>
<br>
</div></div><div><div></div><div class="h5">_______________________________________________<br>
fusion-users mailing list<br>
<a href="mailto:fusion-users@lists.osgeo.org">fusion-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/fusion-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/fusion-users</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>    Paul Deschamps<br>    Applications Specialist<br>    DM Solutions Group Inc.<br><br>    Office: (613) 565-5056 x28<br>    <a href="mailto:pdeschamps@dmsolutions.ca">pdeschamps@dmsolutions.ca</a><br>
    <a href="http://www.dmsolutions.ca">http://www.dmsolutions.ca</a><br>    <a href="http://research.dmsolutions.ca">http://research.dmsolutions.ca</a><br>    <br><br>