Skip to content

Add merging of names to GEOObjects::mergeGeometries().

This pull request add functionality to

  • merge the names of geometries (points, polylines, durfaces) to GEOObjects::mergeGeometries(),
  • correct the name id mapping for points managed by PointVec object (PointVec::correctNameIDMapping()) after merging and
  • adds some tests for this functionality.

Merge request reports