This client uses the XML capabilities of PHP and standard web application programming techniques to present an HTML/JavaScript view of OpenGIS Web Map Server (WMS) internet mapping servers.
Our goal is to "do the right thing" with all these servers. It will be a long hard road.
$servers = array( array("Refractions USA","http://office.refractions.net/ms/cgi-bin/mapserv?map=/home/httpd/mapserver/html/usa/usa.map&","Good"), array("Refractions PostGIS","http://mapserver.refractions.net/cgi-bin/mapserv?map=/home/www/mapserv/maps/postgis.map&","OK"), array("CubeWerx World","http://www.cubewerx.com/demo/cubeserv/cubeserv.cgi?","Bad"), array("DMSolutions GMAP","http://www2.dmsolutions.ca/cgi-bin/mswms_gmap?","Good") ); print "| WMS Site | Online Resource URL | Status |
|---|---|---|
| $s[0] | $s[1] | $s[2] |