GeoServer与GeoWebCache的关系
GeoWebCache is a Java web application used to cache map tiles coming from a variety of sources such as OGC Web Map Service (WMS). It implements various service interfaces (such as WMS-C, WMTS, TMS, Google Maps KML, Virtual Earth) in order to accelerate and optimize map image delivery. It can also recombine tiles to work with regular WMS clients.
GeoWebCache是一个Java Web应用,用来缓存不同数据源的地图切片,例如OGC Web Map Service(WMS)。它实现了不同的服务接口(例如WMS-C,WMTS,TMS,Google Maps KML,Virtual Earth),以加速和优化地图图像的传输。它还能重组切片以与常规WMS客户机一起工作。
GeoWebCache is licensed under the GNU Lesser General Public License (LGPL).
Please use the links at the right to learn more.
是一个采用Java实现用于缓存WMS(Web Map Service)Tile的开源项目。当地图客户端请求一张新地图和Tile时,GeoWebCache将拦截这些调用然后返回缓存过的Tiles。如果找不到缓存再调用服务器上的Tiles,从而提高地图展示的速度。实现更好的用户体验。[百度百科]
但是问题是,假如数据更新了,那么GeoWebCache会不会重新生成切片?
This User Manual is a guide to the most common aspects of GeoWebCache.
- Introduction
- Installation
- Quickstart
- Concepts
- Configuration
- Web Interface
- Services
- REST API
- Managing Global Server Configuration through the REST API
- Managing Layers through the REST API
- Managing GridSets through the REST API
- Managing BlobStores through the REST API
- Seeding and truncating through the REST API
- Querying the running tasks
- Terminating running tasks
- Disk Quota REST API
- Mass Truncation
- In Memory Cache Statistics
- Formats and representations
- Authentication
- Status codes
- Production
- Troubleshooting
- Development
- Frequently Asked Questions