如何在 QGIS 地图上获得正确的坐标?
How to get the right coordinates on a QGIS map?
我正在使用 QGIS 并导入了 Google 地图卫星地图。然后我画了一条线并用测量工具测量了距离,但距离不准确(它说大约1200米,但我知道应该是780米)。另外,我看地图上的某个点的坐标(如图1: coordinates of the point with a star on it), it is different from the coordinates I find when looking up the coordinates online (https://www.gps-coordinates.net/) (shown in Figure 2: coordinates of the same point as in Figure 1),所以可能那里有问题。
我通过以下方式导入了 Google 地图卫星地图:浏览器面板 --> XYZ tiles -> Sattelite -> New Connection -> URL = http://mt0.google.com/vt/lyrs=s&hl=en&x={x}&y= {y}&z={z}。
我在 'lines layer'.
中画了线
我已经在一般项目属性和包含我绘制的线的图层中将 CRS 更改为 ETRS89/UTM 区域 32N(我正在查看德国东部的一个地方)。我还检查了距离的单位是否正确,确实是米。最后,我将坐标从 X 和 Y 更改为 degrees/minutes/seconds。没有任何效果,结果保持在 1200 米左右。
希望能帮到你,先谢谢了!
我刚刚找到解决问题的方法。事实证明我使用的地图没有使用正确的坐标(我仍然不知道为什么)。我现在添加了另一张地图 (QuickMapServices),这张地图确实使用了正确的坐标。测量工具现在也给出了正确的距离。
我正在使用 QGIS 并导入了 Google 地图卫星地图。然后我画了一条线并用测量工具测量了距离,但距离不准确(它说大约1200米,但我知道应该是780米)。另外,我看地图上的某个点的坐标(如图1: coordinates of the point with a star on it), it is different from the coordinates I find when looking up the coordinates online (https://www.gps-coordinates.net/) (shown in Figure 2: coordinates of the same point as in Figure 1),所以可能那里有问题。
我通过以下方式导入了 Google 地图卫星地图:浏览器面板 --> XYZ tiles -> Sattelite -> New Connection -> URL = http://mt0.google.com/vt/lyrs=s&hl=en&x={x}&y= {y}&z={z}。 我在 'lines layer'.
中画了线我已经在一般项目属性和包含我绘制的线的图层中将 CRS 更改为 ETRS89/UTM 区域 32N(我正在查看德国东部的一个地方)。我还检查了距离的单位是否正确,确实是米。最后,我将坐标从 X 和 Y 更改为 degrees/minutes/seconds。没有任何效果,结果保持在 1200 米左右。
希望能帮到你,先谢谢了!
我刚刚找到解决问题的方法。事实证明我使用的地图没有使用正确的坐标(我仍然不知道为什么)。我现在添加了另一张地图 (QuickMapServices),这张地图确实使用了正确的坐标。测量工具现在也给出了正确的距离。