diff --git a/umap/static/umap/js/umap.features.js b/umap/static/umap/js/umap.features.js index 6f9b1298..939629a4 100644 --- a/umap/static/umap/js/umap.features.js +++ b/umap/static/umap/js/umap.features.js @@ -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(), }, }