const formatCoord = x => Math.round(x * 1000000)

export {
	formatCoord,
}