Allow duplication of GeoAlignableTransforms for alignable elements
Compare changes
Files
3@@ -32,7 +32,7 @@ class Element2GeoItem: public GeoDeDuplicator {
Replaces !396 (closed)
Change to try and address Issue #116. The same GeoAlignableTransform
was being used for multiple elements to be aligned because the de-duplication already found a transformation with that name, so it returned that instead of creating a new one.