mirror of
https://github.com/umap-project/umap.git
synced 2025-04-29 03:42:37 +02:00
fix(sync): pass the correct datalayer uuid
This commit is contained in:
parent
7c2b5839a9
commit
4f19824805
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ U.FeatureMixin = {
|
|||
subject: 'feature',
|
||||
metadata: {
|
||||
id: this.id,
|
||||
layerId: this.datalayer?.id || null,
|
||||
layerId: this.datalayer?.umap_id || null,
|
||||
featureType: this.getClassName(),
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue