-------------------------------------------------------------------------- PHPWMS 2002/05/28 A Simple OpenGIS Web Map Server Client in PHP. http://mapserver.refractions.net -------------------------------------------------------------------------- DESIGN GOALS: - The client should not depend on plugins or "high tech" web tools like Java or Shockwave. - The client should be easy to install. Just copy the files into a PHP-enabled web directory. - The client should work with any OpenGIS WMS-compatible server. - The client should abide by web standards and have no platform or browser dependencies. -------------------------------------------------------------------------- INSTALLATION: - Download the distribution tar file. - Untar the file into a PHP-enabled web directory. - Create a page with a hyperlink pointing to the wms.php and referencing your WMS server in the 'onlineresource' parameter. See the index.php file for examples.