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
This commit is contained in:
crschmidt
2007-09-15 14:30:10 +00:00
parent a9121320d3
commit 121a5553f4
2 changed files with 8 additions and 1 deletions
+7 -1
View File
@@ -37,7 +37,13 @@
</head>
<body onload="init()">
URL of TMS (Should end in /): <input type="text" id="url" size="60" value="http://labs.metacarta.com/wms-c/Basic.py/" /> layer_name <input type="text" id="layer" value="satellite" /> <select id="type"><option>jpg</option><option>png</option></select> <input type="submit" onclick="addTMS()"/><br />
Example: http://labs.metacarta.com/wms-c/Basic.py/, satellite, jpg
<p>
Example: http://labs.metacarta.com/wms-c/Basic.py/, satellite, jpg<br />
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.)
</p>
<div id="map"></div>
</body>
</html>