Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我通过跨越国际日期变更线的地图服务器提供 GeoTIFF 光栅图像 (epsg:4326)。由于它们超出了通常的 -180 - 180 范围,因此我希望无论查询来自坐标空间的哪个“侧”,都可以提供图像。IE:
[...]bbox=150,0,250,90[...]
应该提供相同的图像
[...]bbox=-210,0,-110,90[...]
在寻找有效数据来填充图像时,有什么方法可以与 mapserver 通信,它应该搜索当前空间 +/- 360(甚至可能超过?)?