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