bahnui/back/node_modules/hafas-client/format/coord.js
2024-11-15 23:23:46 +01:00

6 lines
77 B
JavaScript

const formatCoord = x => Math.round(x * 1000000);
export {
formatCoord,
};