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

link|improve this question

Can you elaborate: How are you rendering the shapefile? Is Mapserver acting as a WMS? – tcarobruce Jul 14 '10 at 19:47
feedback

2 Answers

up vote 0 down vote accepted

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

link|improve this answer
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
feedback

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..

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.