i have 3 shapefile ready in a map file, and rendering it on mapserver. what i need is to and these layer overlay one over the other.how can i do this
            Asked
            
        
        
            Active
            
        
            Viewed 4,591 times
        
    3
            
            
        - 
                    Can you elaborate: How are you rendering the shapefile? Is Mapserver acting as a WMS? – tcarobruce Jul 14 '10 at 19:47
 
2 Answers
2
            Would this help?
for your question in the comment,
General openlayers examples You'll also find Geoext useful.
In the examples, you can see the different ways to add a layer to open layers
        dassouki
        
- 6,286
 - 7
 - 51
 - 81
 
- 
                    thanks for the reply. but i need to know how to accomplish layer overlays using openlayer library – Jaison Justus Jul 13 '10 at 19:35
 
0
            
            
        When you define a map in openlayers you should define one or more BaseLayer(but just one of them is displayed at a time). Upon these layer you could load as many overlay as you prefer.
Have a look here for the definition of overlay in OpenLayers.
This is an example of overlay with OpenLayers.
Anyway you could find a lot of samples just googling..
        hara
        
- 3,274
 - 4
 - 37
 - 55