By modifying the common vertex, not all geometries were changed when the geometries were aggregated in the collection
This commit is contained in:
@@ -897,7 +897,7 @@ class Modify extends PointerInteraction {
|
||||
for (let i = 0, ii = segmentDataMatches.length; i < ii; ++i) {
|
||||
const segmentDataMatch = segmentDataMatches[i];
|
||||
const segment = segmentDataMatch.segment;
|
||||
let uid = getUid(segmentDataMatch.feature);
|
||||
let uid = getUid(segmentDataMatch.geometry);
|
||||
const depth = segmentDataMatch.depth;
|
||||
if (depth) {
|
||||
uid += '-' + depth.join('-'); // separate feature components
|
||||
|
||||
Reference in New Issue
Block a user