- Timestamp:
- 09/03/08 18:06:02 (4 months ago)
- Files:
-
- 1 modified
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"
