CRS.EPSG3395
export var EPSG3395 = Util.extend({}, Earth, {
code: "EPSG:3395",
projection: Mercator,
transformation: (function () {
var scale = 0.5 / (Math.PI * Mercator.R);
return toTransformation(scale, 0.5, -scale, 0.5);
})(),
});
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
编辑 (opens new window)
上次更新: 2025/04/18, 09:09:53