mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-22 14:49:36 +02:00
5 lines
77 B
JavaScript
5 lines
77 B
JavaScript
const formatCoord = x => Math.round(x * 1000000);
|
|
|
|
export {
|
|
formatCoord,
|
|
};
|