Changeset 375
- Timestamp:
- 09/03/08 18:06:02 (3 months ago)
- Location:
- trunk/geowebcache/src/main
- Files:
-
- 2 modified
-
java/org/geowebcache/demo/Demo.java (modified) (2 diffs)
-
webapp/index.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/geowebcache/src/main/java/org/geowebcache/demo/Demo.java
r355 r375 70 70 "<html><body>\n" 71 71 +"<a id=\"logo\" href=\"http://geowebcache.org\">" 72 +"<img src=\"http://geowebcache.org/trac/chrome/site/geowebcache_ text.png?page=demos\""73 +"height=\" 63\" width=\"306\" border=\"0\"/>"72 +"<img src=\"http://geowebcache.org/trac/chrome/site/geowebcache_logo.png\"" 73 +"height=\"100\" width=\"353\" border=\"0\"/>" 74 74 +"</a>\n" 75 75 +"<h3>Known layers:</h3><table>\n" … … 78 78 +"table to change the output format.</li>\n" 79 79 +"<li>If the layers are loaded from a WMS getcapabilities" 80 +" document you will probably see duplicates without the namespace prefix.</li>\n" 81 +"<li>OpenLayers does not support bounds per zoomlevel, and GWC tightens the bounds as you zoom in." 82 +" Some tile requests will therefore be rejected. </li>\n" 80 +" document you will probably see duplicates without the namespace prefix. You should ignore them.</li>\n" 83 81 +"</ul>\n" 84 82 +"<hr>\n" -
trunk/geowebcache/src/main/webapp/index.html
r285 r375 1 1 <html> 2 2 <body> 3 <a id="logo" href="http://geowebcache.org"><img src="http://geowebcache.org/trac/chrome/site/geowebcache_ text.png?page=front" alt="" height="63" width="306" border="0"/></a>3 <a id="logo" href="http://geowebcache.org"><img src="http://geowebcache.org/trac/chrome/site/geowebcache_logo.png" alt="" height="100" width="353" border="0"/></a> 4 4 5 <h3>D emonstration:</h3>5 <h3>Dynamic demo:</h3> 6 6 <ul><li><a href="demo">Dynamically generated list of layers</a></li></ul> 7 7 8 <h3>Static demos</h3> 9 Note: These use the default .properties file and require access to http://sigma.openplans.org 10 <u> 11 <li><a href="states_epsg4326.html">topp:states demo (EPSG:4326)</a></li> 12 <li><a href="states_epsg900913.html">topp:states demo (EPSG:900913)</a></li> 8 <h3>Static demo:</h3> 9 <ul> 13 10 <li><a href="states_gmaps.html">Google Maps demo (only works on localhost)</a></li> 14 11 </ul> 12 Note: This assumes the default configuration file, which accesses the WMS server at http://sigma.openplans.org 15 13 </body> 16 14 </html>
