如何使用级联 UMN 地图服务器重新投影地图?
我将 UMN 配置为级联地图服务器。 我希望它在通过 UMN 级联时重新投影地图。 我怎样才能做到这一点? 这可能吗?
I have UMN configured as a cascading mapserver. I want it to reproject the map while cascading through UMN. How can I do that? Is that possible at all?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为只要 MapServer 配置了 GDAL 支持,那么在图层上设置投影就会自动调用使用此工具进行重新投影:
http://www.gdal.org/gdalwarp.html
否则可能需要编写脚本。
您的图层定义应类似于以下内容:
http://mapserver.org/ogc/wms_client.html
I think as long as MapServer is configured with GDAL support then setting the projection on a layer will automatically call use this tool to reproject:
http://www.gdal.org/gdalwarp.html
Otherwise it may have to be scripted.
Your layer definition should look similar to below:
http://mapserver.org/ogc/wms_client.html