mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 15:19:35 +02:00
5 lines
93 B
JavaScript
5 lines
93 B
JavaScript
'use strict'
|
|
|
|
const formatCoord = x => Math.round(x * 1000000)
|
|
|
|
module.exports = formatCoord
|