> 
> 1 - I'm using pmapper 1.9.5 with mapserver 4.8.1, apache 2.0.55 on widows
> 2003.
> Sometime, on Internet explorer 6 when i use zoomin, zoomout ou pan i must
> wait about 15 secondes. IE load zoomin.ani and after load the map. I had
> the same problem with pmapper 1.9.4 on mapserver 4.6. With firefox, i have
no
> problem.
> Has anyone have the same problem?
> 

did you get any Javascript errors?

> 2 - I'm trying to use alternative Image format for map in config.ini. It's
> working fine. But i want to notice that.
> If no raster selected in the legend my output image is png. If raster is
> selected my output is jpeg. But if raster (set scale between 10000 and
> 25000) is selected and the map is set scale to 2000, the output have no
raster
> but the output format is jpeg. It might be in png.
> 


you could try to modify the line 
   if (in_array($ai, $this->groups)) {
to
   if (in_array($ai, $this->groups) &&
($this->map->getLayerByName($ai)->status == MS_ON)) {

in the 'pmap_setImgFormat()' function


armin



-- 
"Feel free" mit GMX FreeMail!
Monat f?r Monat 10 FreeSMS inklusive! http://www.gmx.net

Reply via email to