db-vendo-client/format/coord.js

6 lines
77 B
JavaScript
Raw Permalink Normal View History

const formatCoord = x => Math.round(x * 1000000);
2017-11-12 00:53:34 +01:00
2022-05-07 16:17:37 +02:00
export {
formatCoord,
};