Add flag to generate new items only once
This commit is contained in:
parent
9c9be0918b
commit
9f91d30147
2 changed files with 47 additions and 46 deletions
|
@ -43,7 +43,7 @@ export default class FeaturePipeline implements FeatureSource {
|
|||
new FeatureDuplicatorPerLayer(flayers,
|
||||
new RegisteringFeatureSource(
|
||||
new ChangeApplicator(
|
||||
updater, changes
|
||||
updater, changes, {generateNewGeometries: true}
|
||||
))
|
||||
)), layout));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue