mirror of
https://github.com/umap-project/umap.git
synced 2025-05-05 14:01:50 +02:00
fix(sync): pass the correct datalayer uuid
This commit is contained in:
parent
adc1cf460f
commit
d1ed8b77ca
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