GeoDjango 的 OSMGeoAdmin 滑动地图中使用了哪些单位?

What units are used in GeoDjango's OSMGeoAdmin slippy map?

我想了解这两个看起来不像十进制度数的数字是什么:

3406661.86743, 6516779.16222

更新:

我猜这是 WKT 的一部分。

OSMGeoAdmin 的地图投影在 web mercator 中。坐标以米为单位。

根据 GeoDjango documentaion, it uses the spherical mercator projection. And you need to add that projection to spatial_ref_sys table 如果您是 运行 GDAL 1.6 或更低版本。