[Mapserver-users] Map file

Jan Hartmann jhart@frw.uva.nl
Fri, 16 May 2003 13:32:29 +0200


One solution would be to use stacked images in the browser:

<img id=i1 style="position:absolute;left:0;top:0">
<img id=i2 style="position:absolute;left:0;top:0">

<script>
img1 = document.getElementById("i1")
img2 = document.getElementById("i2")
img1.src = "http://.../mapserv?map=first.map&mode=map"
img2.src = "http://.../mapserv?map=second.map&mode=map"
</script>

Of course img2 has to be transparent for img1 to show through.

HTH

Jan



Marco Ferrari wrote:
> Hi,
> Is it possible to display more than map files in the same browser window?
> I am using a map file with many layers and so I thought to use more than map files.
> According to you, is correct?
> Thanks.
>  
> 
> _______________________________________________
> Mapserver-users mailing list
> Mapserver-users@lists.gis.umn.edu
> http://lists.gis.umn.edu/mailman/listinfo/mapserver-users
> 

_______________________________________________
Mapserver-users mailing list
Mapserver-users@lists.gis.umn.edu
http://lists.gis.umn.edu/mailman/listinfo/mapserver-users