Fix move operations in geometry consumers
This MR fixes an issue by which move operations were used in geometry consumers which are const &
. Now, the containers are copied instead.
This MR replaces !457 (closed).
Edited by Daniel Hugo Campora Perez