|
|
Our Mapserver URL is: http://gis.naga.gov.ph/cgi-bin/mapserv?MAP=/home/senenebio/public_html/nagacity_data.map By simply adding: &SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&LAYERS=yourlayername1,yourlayername2 will give you a map like this. You can also request only certain portions of the map by appending &BBOX=123.181000,13.611667,123.200667,13.632333&WIDTH=250&HEIGHT=250 to display something like so. For a definitive guide, please read the Mapserver Documentation. |