fix(sync): pass the correct datalayer uuid

This commit is contained in:
Alexis Métaireau 2024-06-24 18:53:45 +02:00
parent adc1cf460f
commit d1ed8b77ca
No known key found for this signature in database
GPG key ID: 1C21B876828E5FF2

View file

@ -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(),
},
}