[OpenLayers-Users] How do you represent multiple layers in a MapServer Query

David H. McCoy davidhmccoy at COX.NET
Tue Feb 12 14:54:48 EST 2008


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.




More information about the Users mailing list