db-vendo-client/format/coord.js
Kristjan ESPERANTO 66d9fb5194
apply linting rules
follow-up of 228c7253
2024-02-10 16:50:12 +01:00

5 lines
77 B
JavaScript

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