GeoServer与GeoWebCache的关系

时间:2021-06-02 10:58:05   收藏:0   阅读:0

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.

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!