diff --git a/umap/static/umap/js/umap.features.js b/umap/static/umap/js/umap.features.js index 105f393a..665ac40d 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(), }, }