适用于Geoserver的PNG Tiles

时间:2017-02-02 13:22:57

标签: geoserver wms

我在文件夹中构建了png tile(由Mapnik和Maperitive生成)。在Geoserver中使用这些瓷砖创建wms的最佳方法是什么?我需要来自第二层路由的瓷砖的这个基础层,并将其提供给客户端。当我尝试使用ImagePyramid插件加载它时,我有关于404000投影的错误:

Caused by: org.opengis.referencing.operation.OperationNotFoundException: No transformation available from system "EngineeringCRS[Wildcard 2D cartesian plane in metric unit]" to "GeographicCRS[WGS84(DD)]".

1 个答案:

答案 0 :(得分:1)

没有开箱即用的方式来展示这些瓷砖,你必须在GeoWebCache项目中编写一些java代码