Changeset 370 for trunk/geowebcache/src/main/java/org/geowebcache/service/kml/KMLDebugGridLayer.java
- Timestamp:
- 09/02/08 22:50:21 (4 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/geowebcache/src/main/java/org/geowebcache/service/kml/KMLDebugGridLayer.java
r340 r370 182 182 } 183 183 184 public Tile get Response(Tile tile)184 public Tile getTile(Tile tile) 185 185 throws GeoWebCacheException, IOException { 186 186 // TODO Auto-generated method stub … … 516 516 } 517 517 518 @Override 519 public void seedTile(Tile tile, boolean tryCache) 520 throws GeoWebCacheException, IOException { 521 // TODO Auto-generated method stub 522 523 } 524 518 525 }
