BaoXs
2022-05-16 0edbadbfd1c973e83cc5ced6125a33d7417ca24d
1
2
3
4
5
6
7
8
9
10
exports.init = function() {
  //no-op for longlat
};
 
function identity(pt) {
  return pt;
}
exports.forward = identity;
exports.inverse = identity;
exports.names = ["longlat", "identity"];