Changeset 413
- Timestamp:
- 11/08/08 19:07:56 (2 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/geowebcache/src/main/webapp/WEB-INF/geowebcache-servlet.xml
r397 r413 17 17 <constructor-arg value="image/png,image/jpeg,application/vnd.google-earth.kml+xml"/> 18 18 <constructor-arg value="3x3"/> 19 <constructor-arg value=" format_options=regionateby:auto"/>19 <constructor-arg value=""/> 20 20 </bean> 21 21 --> … … 26 26 <constructor-arg value="image/png,image/png8,image/jpeg,image/gif,application/vnd.google-earth.kml+xml"/> 27 27 <constructor-arg value="4x4"/> 28 <constructor-arg value=" format_options=regionateby:auto"/>28 <constructor-arg value=""/> 29 29 </bean> 30 30 -->
