Use different PointVec constructor.

Open Boyan Meng requested to merge MPL_test into master

The 'new' PointVec constructor use as argument a map instead of unique_ptr. This makes the code more readable and understandable.

Merge request reports