diff --git a/classesphp/lews/index.php b/classesphp/lews/index.php deleted file mode 100644 index defa58f..0000000 --- a/classesphp/lews/index.php +++ /dev/null @@ -1,64 +0,0 @@ - - -PHP WMS Client - - - - -

PHP WMS Client

- -

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.

- -

Test Servers

- -

Our goal is to "do the right thing" with all these servers. It will be -a long hard road.

- -"; -print "WMS SiteOnline Resource URLStatus"; -foreach ( $servers as $s ) { - $hurl = urlencode($s[1]); - print "$s[0]$s[1]$s[2]"; -} - -?> - -
- - Enter a Server - - - -
- - - - -

To Do List

- - - - - diff --git a/classesphp/lews/wms.php b/classesphp/lews/wms.php deleted file mode 100644 index c8f09cf..0000000 --- a/classesphp/lews/wms.php +++ /dev/null @@ -1,129 +0,0 @@ - - -WMS - - - - - - - - - - - - - - - - - - - diff --git a/classesphp/lews/wms_layerframe.php b/classesphp/lews/wms_layerframe.php deleted file mode 100644 index fffe22e..0000000 --- a/classesphp/lews/wms_layerframe.php +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - -" . xml2html($wms_capabilities)); -} - -# ------------------------------------------------------------- -# Create the JavaScript map object and layer objects. -# Set the layer objects to have a valid reference to the map object. -# -#print xml2html($wms_capabilities); exit; -print "

" . wms_title($dom) . "

"; -print "
"; -foreach (wms_layers($dom) as $layer) { - print wms_layer2html($layer); -} -$bbox = wms_bbox($dom); -print wms_hidden("bbox",$bbox); -print wms_hidden("format","image/png"); -print wms_hidden("mode","PAN"); -print wms_hidden("width","500"); -print wms_hidden("height","500"); -print wms_hidden("onlineresource",$onlineresource); -print wms_hidden("srs",wms_srs($dom)); -print "
"; -$bbox = explode(",",$bbox); -print ""; -print ""; -print ""; -print "
BBOX:LL $bbox[0],$bbox[1]
UR $bbox[2],$bbox[3]
SRS:".wms_srs($dom)."
"; - -?> - - - diff --git a/classesphp/lews/wms_mapframe.php b/classesphp/lews/wms_mapframe.php deleted file mode 100644 index 1cdc15f..0000000 --- a/classesphp/lews/wms_mapframe.php +++ /dev/null @@ -1,156 +0,0 @@ - - - - - - -
- -"; - -} - -# -# Fill out the wraparound information. This saves the state of the -# system for use in the next action. -# -$wms_vars = array("bbox","format","width","height","layers","mode","srs","onlineresource","bbox0","qlayers"); -foreach ( $wms_vars as $var ) { - print wms_hidden($var,$_POST[$var]); -} - -?> - -
- - - diff --git a/classesphp/lews/wms_titleframe.php b/classesphp/lews/wms_titleframe.php deleted file mode 100644 index eb530d7..0000000 --- a/classesphp/lews/wms_titleframe.php +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - -
- - - - - - -
Home - ALL - PAN - ZIN - ZOUT - QRY -
- -
- - - -- libgit2 0.21.2