diff --git a/examples/georss.html b/examples/georss.html index beec1fcda7..de4c66e549 100644 --- a/examples/georss.html +++ b/examples/georss.html @@ -36,6 +36,7 @@
GeoRSS URL:
+

The above input box allows the input of a URL to a GeoRSS feed. This feed can be local to the HTML page -- for example, entering 'georss.xml' will work by default, because there is a local file in the directory called georss.xml -- or, with a properly set up ProxyHost variable (as is used here), it will be able to load any HTTP URL which contains GeoRSS and display it. Anything else will simply have no effect.

diff --git a/examples/tms.html b/examples/tms.html index eef3cd3f90..6215209e14 100644 --- a/examples/tms.html +++ b/examples/tms.html @@ -37,7 +37,13 @@ URL of TMS (Should end in /): layer_name
- Example: http://labs.metacarta.com/wms-c/Basic.py/, satellite, jpg +

+ Example: http://labs.metacarta.com/wms-c/Basic.py/, satellite, jpg
+ The first input must be an HTTP URL pointing to a TMS instance. The second + input must be a layer name available from that instance, and the third must + be the output format used by that layer. (Any other behavior will result in + broken images being displayed.) +