From 121a5553f4d0fcd06374536e13ddd8e3e79f5836 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Sat, 15 Sep 2007 14:30:10 +0000 Subject: [PATCH] Add explanatory text to georss and TMS examples after comments from John. git-svn-id: http://svn.openlayers.org/trunk/openlayers@4316 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/georss.html | 1 + examples/tms.html | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) 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.) +