mirror of
https://github.com/umap-project/umap.git
synced 2025-04-29 11:52:38 +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',
|
subject: 'feature',
|
||||||
metadata: {
|
metadata: {
|
||||||
id: this.id,
|
id: this.id,
|
||||||
layerId: this.datalayer?.id || null,
|
layerId: this.datalayer?.umap_id || null,
|
||||||
featureType: this.getClassName(),
|
featureType: this.getClassName(),
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue