Isometric move objects

How make in isometric view, move correct objects to place in map?
I want make city builder game like for example cimcity 200.

Perform a raycast from the camera towards mouse position to find out where position of the intersection should be.
(google it, million answers on the net)