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.
带有“WebMercator”投影的实际 UWP MapControl(如在 Windows 10 Maps-App 中)背后的数学是什么?它似乎不是一个真正的静态/二次网络墨卡托 (EPSG:3857)。它略呈椭圆形。
对于普通的 web 墨卡托,您可以使用这些公式,但对于 UWP 控件,它将不起作用。
该投影是什么样的“网络墨卡托”,背后的数学原理是什么?
UWP 地图控件不像大多数简单的基于图块的 Web 墨卡托地图控件那样工作。如果您尝试对投影进行逆向工程以自己覆盖内容并使其对齐,那将行不通。UWP 地图控件始终使用真正的 3D 投影。在内部,它可以使用可用的切片图层 API 将 Web 墨卡托切片叠加到 3D 投影中。