我在文件夹中构建了png瓦片(由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)]".发布于 2017-02-03 17:02:18
没有现成的方法来公开这些瓦片,您必须在GeoWebCache项目中编写一些java代码
https://stackoverflow.com/questions/42003371
复制相似问题