mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-04-20 23:23:56 +03:00
5 lines
75 B
JavaScript
5 lines
75 B
JavaScript
const formatCoord = x => Math.round(x * 1000000)
|
|
|
|
export {
|
|
formatCoord,
|
|
}
|