I have this 

map=/ms4w/apps/app/test.map&layer=states_poly&layer=states_line&mode=map

And I want this

var loadedMap = new OpenLayers.Layer.MapServer( "OpenLayers WMS",
"http://localhost:8085/cgi-bin/mapserv.exe";,
{map: '/ms4w/apps/app/test.map, layer:'states_poly,states_line', mode:'map',
format: 'png', transparent:'false'},
{layers: 'basic'},
{gutter: 15});



But it doesn't display. If you want to have multiple occurrances of the same
param, but different values, how is this represented?

-- 
View this message in context: 
http://www.nabble.com/How-do-you-represent-multiple-layers-in-a-MapServer-Query-tp15441564p15441564.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.

_______________________________________________
Users mailing list
Users@openlayers.org
http://openlayers.org/mailman/listinfo/users

Reply via email to