SenTnel
05-09-2008, 08:59 PM
Hi all!
I need help constructing a WMS request, the problem is that we have several layers that we want to display and I can only get one layer displayed, in this link to our server we display the "topp:callesnac" layer, but we also want to show a second layer: "topp:highways" and don't know how to do it, our php request link is like this and works fine, please fill in the needed code to add the "topp:highways" layer:
"http://www.oursite.com:8081/sky/wms?service=WMS&request=GetMap&format=application/vnd.google-earth.kmz+XML&width=1024&height=1024&srs=EPSG:4326&layers=topp:callesnac&styles=&KMScore=0&KMAttr=true&BBOX=".$BBOX,"");
Thanks a lot!
I need help constructing a WMS request, the problem is that we have several layers that we want to display and I can only get one layer displayed, in this link to our server we display the "topp:callesnac" layer, but we also want to show a second layer: "topp:highways" and don't know how to do it, our php request link is like this and works fine, please fill in the needed code to add the "topp:highways" layer:
"http://www.oursite.com:8081/sky/wms?service=WMS&request=GetMap&format=application/vnd.google-earth.kmz+XML&width=1024&height=1024&srs=EPSG:4326&layers=topp:callesnac&styles=&KMScore=0&KMAttr=true&BBOX=".$BBOX,"");
Thanks a lot!