CRS.EPSG4326
export var EPSG4326 = Util.extend({}, Earth, {
code: "EPSG:4326",
projection: LonLat,
transformation: toTransformation(1 / 180, 1, -1 / 180, 0.5),
});
1
2
3
4
5
2
3
4
5
编辑 (opens new window)
上次更新: 2025/04/18, 09:09:53